Changelog
1.2.40 (2023-05-26)
This release adds a new experimental channels.getDerived
method which allows you to create custom realtime data feeds by selectively subscribing to receive only part of the data from the channel. See the announcement post for more information.
Message.connectionId
optional #1305ProtocolMessage.connectionKey
#1218Presence.history
signature #1224ArrayBuffer
plaintext #1280Changelog
1.2.31 (2022-11-08)
In the latest release of ably-js, we’ve added jsdoc comments for the public methods and properties provided by the SDK so you can quickly access the descriptions directly in your code editor using Intelligent code completion features like Intellisense in VSCode.
We have also implemented the fetch API as a fallback HTTP transport so that ably-js is now fully functional in a service worker context.
How do I give feedback? This docs update and further planned changes are based on feedback from customers like you. So if you’d like to share any other requests or feedback, please reach out to us and help us make Ably better for everyone.
ably.d.ts
#897Defaults.agent
on client init #1068