Releases: ably/ably-php
Releases · ably/ably-php
Added some additional methods
Added support for:
- fromEncoded, fromEncodedArray
- HttpRequest & HttpRetry timeouts
v1.0.0 Major update
Major update to this client library with some breaking changes. See https://blog.ably.io/v1-0-client-libraries-released-8a375dca7a26 for a summary of important, breaking changes and upgrade notes.
ably-php v0.9.0
- added
AblyRest::request()
to make authenticated requests to bleeding edge APIs - renamed
Auth::authorise()
toauthorize
and dropped support for theforce
parameter, which is assumed always true - minor improvements, bug fixes and more tests