Releases: ably/ably-js
Releases · ably/ably-js
v1.2.48
- Enable 'derived' options in 'useChannel' hook (by @rustworthy) #1501
- fix: use 'ably' as import path from react-hooks #1509
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.connectionIdoptional #1305 - fix misleading stack traces for early-intialised connection errors #1206
- remove
ProtocolMessage.connectionKey#1218 - fix broken promisification of
Presence.historysignature #1224 - fix issue with query string encoding in react-native websockets #1286
- fix nodejs encryption of
ArrayBufferplaintext #1280