Skip to content

Releases: pusher/pusher-http-php

7.2.6

18 Oct 12:04
d89e999
Compare
Choose a tag to compare

7.2.6

  • Bump supported versions to include PHP8.2, 8.3

7.2.5

18 Oct 11:48
f1147d1
Compare
Choose a tag to compare

7.2.5

  • [CHANGED] Describe your change here. Look at CHANGELOG.md to see the format.

7.2.4

15 Dec 10:59
de2f722
Compare
Choose a tag to compare

7.2.4

  • [Fixed] Timeout option is propagated to guzzle client

7.2.3

17 May 16:00
416e68d
Compare
Choose a tag to compare

7.2.3

  • [Fixed] Include socket_id in batch trigger if included.

7.2.2

20 Dec 19:52
4ace487
Compare
Choose a tag to compare

7.2.2

  • [FIXED] composer.phar file removed from package

7.2.1

17 Oct 08:33
Compare
Choose a tag to compare

7.2.1

  • [FIXED] authenticateUser returns correct auth value

7.2.0

03 Oct 14:28
7ed4a62
Compare
Choose a tag to compare

7.2.0

  • [CHANGED] explicit support for 8.1
  • [CHANGED] Ignore pull_request_template.md on vendor
  • [ADDED] has_mixed_channels method to allow triggering a single event on multiple channels
  • [FIXED] path option can be used for proxied servers under subdirectory.
  • [CHANGED] base_path's leading slash is trimmed on every call to Guzzle.

v7.1.0-beta

02 Jun 09:29
9b3fa26
Compare
Choose a tag to compare

7.1.0-beta

  • [ADDED] authenticateUser, authorizeChannel and authorizePresenceChannel
  • [ADDED] sendToUser and sendToUserAsync
  • [ADDED] terminateUserConnections and terminateUserConnectionsAsync
  • [FIXED] get_object_vars() error on /src/Pusher.php
  • [DEPRECATED] socketAuth and presenceAuth in favour of authorizeChannel and authorizePresenceChannel
  • [DEPRECATED] Internal functions make_request and make_batch_request that were exposed as public

7.1.0-beta

02 Jun 09:26
9b3fa26
Compare
Choose a tag to compare

7.1.0-beta

  • [ADDED] authenticateUser, authorizeChannel and authorizePresenceChannel
  • [ADDED] sendToUser and sendToUserAsync
  • [ADDED] terminateUserConnections and terminateUserConnectionsAsync
  • [FIXED] get_object_vars() error on /src/Pusher.php
  • [DEPRECATED] socketAuth and presenceAuth in favour of authorizeChannel and authorizePresenceChannel
  • [DEPRECATED] Internal functions make_request and make_batch_request that were exposed as public

7.0.2

07 Dec 13:09
af3eeae
Compare
Choose a tag to compare

7.0.2

  • [CHANGED] Add psr/log v2.0 and v3.0 compatibility