Skip to content

Releases: ably/ably-php

Added some additional methods

13 Oct 15:15
Compare
Choose a tag to compare

Added support for:

  • fromEncoded, fromEncodedArray
  • HttpRequest & HttpRetry timeouts

v1.0.0 Major update

13 Oct 15:13
Compare
Choose a tag to compare

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

12 Aug 14:33
Compare
Choose a tag to compare
  • added AblyRest::request() to make authenticated requests to bleeding edge APIs
  • renamed Auth::authorise() to authorize and dropped support for the force parameter, which is assumed always true
  • minor improvements, bug fixes and more tests