Releases: pusher/pusher-http-php
Releases · pusher/pusher-http-php
7.2.6
7.2.5
7.2.5
- [CHANGED] Describe your change here. Look at CHANGELOG.md to see the format.
7.2.4
7.2.4
- [Fixed] Timeout option is propagated to guzzle client
7.2.3
7.2.3
- [Fixed] Include socket_id in batch trigger if included.
7.2.2
7.2.2
- [FIXED] composer.phar file removed from package
7.2.1
7.2.1
- [FIXED] authenticateUser returns correct auth value
7.2.0
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
7.1.0-beta
- [ADDED]
authenticateUser
,authorizeChannel
andauthorizePresenceChannel
- [ADDED]
sendToUser
andsendToUserAsync
- [ADDED]
terminateUserConnections
andterminateUserConnectionsAsync
- [FIXED]
get_object_vars()
error on/src/Pusher.php
- [DEPRECATED]
socketAuth
andpresenceAuth
in favour ofauthorizeChannel
andauthorizePresenceChannel
- [DEPRECATED] Internal functions
make_request
andmake_batch_request
that were exposed as public
7.1.0-beta
7.1.0-beta
- [ADDED]
authenticateUser
,authorizeChannel
andauthorizePresenceChannel
- [ADDED]
sendToUser
andsendToUserAsync
- [ADDED]
terminateUserConnections
andterminateUserConnectionsAsync
- [FIXED]
get_object_vars()
error on/src/Pusher.php
- [DEPRECATED]
socketAuth
andpresenceAuth
in favour ofauthorizeChannel
andauthorizePresenceChannel
- [DEPRECATED] Internal functions
make_request
andmake_batch_request
that were exposed as public
7.0.2
7.0.2
- [CHANGED] Add psr/log v2.0 and v3.0 compatibility