Releases: ably/ably-js
Releases · ably/ably-js
v1.2.47
v1.2.46
v1.2.45
v1.2.44
v1.2.43
v1.2.42
v1.2.41
v1.2.40
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.
- add experimental API to get derived channel #1306
- make
Message.connectionId
optional #1305 - fix misleading stack traces for early-intialised connection errors #1206
- remove
ProtocolMessage.connectionKey
#1218 - fix broken promisification of
Presence.history
signature #1224 - fix issue with query string encoding in react-native websockets #1286
- fix nodejs encryption of
ArrayBuffer
plaintext #1280