Changelog
2.3.0 (2024-07-10)
With this release, ably-js clients can now be activated as a target for push notifications. See our official docs for instructions on how to start publishing web push notifications using Ably.
Changelog
2.1.0 (2024-06-03)
With this release, Ably React Hooks have now moved to the general availability phase and are considered stable. Non-major version changes to the ably
package won't include breaking changes for React Hooks going forward.
All changes:
ClientOptions.recoveryKeyStorageName
#1762*
and privileged-headers
values for TokenParams.capability
field #1765logHandler
per Ably client by removing the global effects of setting logHandler
and logLevel
#1764updateStatus
function returned by usePresence
hook to be async #1777ConnectionManager
have misleading stack traces #1760FetchRequest
doesn't properly handle a 204 response #1773Connection closed
errors when using usePresence
hook #1761Unable to enter presence channel while in suspended state
errors with usePresence
#1781Can't resolve 'ably'
error for environments that don't support exports
field in package.json
yet #1782