Releases: pusher/pusher-http-php
Releases · pusher/pusher-http-php
v3.3.0
v3.2.0
- New This release adds support for end to end encrypted channels, a new feature for Channels. Read more in our docs.
- Deprecated Renamed
encrypted
option touseTLS
-encrypted
will still work!
v3.1.1
v3.1.0
v3.0.4
- Non zero indexed arrays of channels no longer get serialized as an object
v3.0.3
- PSR-3 logger compatibility.
- PHP docs are now more consistent and complete
v3.0.2
- Check whether a curl handle is not already a resource before initialising it (the previous check for
null
was not sufficient in some cases) - Make acceptance tests work again
- Test against PHP 7.2
Minor changes to logging
This release changes the output provided to users who use the logging functionality. Info messages are now prefixed with INFO and errors are now prefixed with ERROR.
Namespaces
New version release with namespacing.