Skip to content

Releases: pusher/pusher-http-php

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

7.0.1

26 May 11:22
7757a09
Compare
Choose a tag to compare

7.0.1

  • [FIXED] Infinite recursion in presence_auth.

7.0.0

10 May 15:23
a9a7f73
Compare
Choose a tag to compare

7.0.0

  • [DEPRECATED] get_channel_info, get_channels, socket_auth, presence_auth in favour of camelCased versions
  • [DEPRECATED] get_users_info in favour of getPresenceUsers
  • [DEPRECATED] ensure_valid_signature in favour of verifySignature
  • [CHANGED] Restrict $app_id parameter of the Pusher() object to string (int was possible).
  • [ADDED] Return types.
  • [ADDED] Namespacing, PSR-12 formatting.
  • [REMOVED] support for PHP 7.2