Skip to content

Releases: ably/ably-js

2.6.2

14 Jan 12:23
af41744
Compare
Choose a tag to compare

Full Changelog: 2.6.1...2.6.2

What's Changed

  • Message: fix parent-populated version not being propagated to serial by @SimonWoolf in #1945

2.6.1

13 Jan 16:29
3bf3d7a
Compare
Choose a tag to compare

Full Changelog: 2.6.0...2.6.1

What's Changed

  • Some experimental attributes of the MESSAGE_ACTION type have been removed. #1941
  • Support added for upcoming experimental message summaries. #1941
  • Multiple improvements to type definitions and message handling. #1941

v2.6.0

10 Dec 09:35
5b9e975
Compare
Choose a tag to compare

Full Changelog: 2.5.0...2.6.0

What's Changed

  • Removed a build check that prevented referencing branch builds in package.json. It is now possible to point npm at specific branches of ably-js. #1927
  • Presence will now only emit a LEAVE event if a member was present in the presence set to begin with. #1918
  • The experimental attributes on the Message type to support edits and deletes have been updated and renamed. #1923

v2.5.0

06 Nov 16:37
99b7a02
Compare
Choose a tag to compare

Full Changelog: 2.4.1...2.5.0

What's Changed

  • Exposed the new Message attributes needed to support upcoming features, such as updates, deletions and annotations in the Ably service. #1888 #1916

v2.4.1

04 Oct 16:24
0bd7aa5
Compare
Choose a tag to compare

Full Changelog: 2.4.0...2.4.1

What's Changed

  • Fix usePresence hook wasn't leaving presence if component unmounted during channel attaching state #1884

v2.4.0

11 Sep 18:13
8c9ce8b
Compare
Choose a tag to compare

Full Changelog: 2.3.2...2.4.0

What's Changed

  • Add wsConnectivityCheckUrl client option #1862
  • Push plugin is now available to be loaded via a CDN link #1861

v2.3.2

06 Sep 20:46
f3ca8ec
Compare
Choose a tag to compare

Full Changelog: 2.3.1...2.3.2

What's Changed

  • Fix websocket reconnection can get stuck in a disconnected/connecting loop under specific network conditions #1855
  • Fix fetchRequest implementation didn't work with checkConnectivity #1856

v2.3.1

30 Jul 09:34
95cc033
Compare
Choose a tag to compare

Full Changelog: 2.3.0...2.3.1

What's Changed

  • Export EventEmitter so we can use it in other SDKs in #1819
  • Fix missing ablyId argument to useConnectionStateListener in #1821

v2.3.0

10 Jul 15:54
d281520
Compare
Choose a tag to compare

With this release, ably-js clients can now be activated as a target for web push notifications. See our official docs for instructions on how to start publishing web push notifications using Ably.

  • Add support for web push activation #1775

v2.2.1

02 Jul 17:08
c6d8267
Compare
Choose a tag to compare
  • Fix an occasion whereby a channel would attempt to automatically reattach from an inappropriate state #1802
  • Update the type information so that ErrorInfo now extends the Error interface #1805