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 #1782Changelog
2.0.3 (2024-04-18)
Ably.Realtime
instance in the Vercel Edge runtime #1736ErrorInfo
export to be accessed as a named export in ESM and when using commonjs interop #1741ReferenceError: self is not defined
error when running Jest tests in React Native using ably-js #1738httpMaxRetryDuration
client option didn't actually limit max elapsed time for rest fallback host retries #1721httpRequestTimeout
client option was wrongly 15 seconds instead of expected 10 seconds #1721