Skip to content

Releases: ably/ably-js

v1.2.35

30 Jan 14:33
f29f367
Compare
Choose a tag to compare
  • Implement ably-js protocol v2 #1110
  • Add global HTTP agent pool (fixes memory leak when creating several rest clients) #1113

v1.2.34

13 Dec 17:13
202d651
Compare
Choose a tag to compare
  • fix incorrect sync event signature in base Transport class (fixes an issue with react-native realtime connections) #1094

v1.2.33

11 Nov 14:13
c075dba
Compare
Choose a tag to compare
  • Fix some callback typings #1075

v1.2.32

09 Nov 17:05
0b46110
Compare
Choose a tag to compare
  • fix: add EventEmitter.off signature with no args #1073

v1.2.31

08 Nov 16:05
ff49bb8
Compare
Choose a tag to compare

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.

  • Add JSDoc annotations to ably.d.ts #897
  • Implement fetch as fallback if XHR and JSONP unsupported #1019
  • [EDX-158] Generate docs with TypeDoc and upload to sdk.ably.com #1017
  • [EDX-149] Add canonical docstring comments #1026
  • [EDX-207] Add intro blurb to generated documentation #1055
  • Add missing/undocumented docstrings #1064
  • fix: stop mutating Defaults.agent on client init #1068

v1.2.30

05 Oct 09:44
369e9b5
Compare
Choose a tag to compare
  • Add connectivityCheckUrl and disableConnectivityCheck client options #1051
  • Fix EventEmitter.once when using array with promises #1046
  • Allow null arguments in authCallback #1052
  • Move channel state to attaching on new transport reattach when using promises #1053

v1.2.29

08 Aug 13:44
692903e
Compare
Choose a tag to compare
  • Fix upgrade bug that could lead to an indefinitely sync-pending transport #1041
  • Always allow event queueing while connecting #1039

v1.2.28

28 Jul 17:05
546f482
Compare
Choose a tag to compare
  • Add clientId to MessageFilter #1032
  • Transports: implement timeouts in tryConnect() #1035
  • Only log connectionSerial mismatch from channel messages #1036

v1.2.27

06 Jul 15:14
b0271c0
Compare
Choose a tag to compare
  • Add filtered subscription type to RealtimeChannel #1008

v1.2.26

30 Jun 10:44
57a95a3
Compare
Choose a tag to compare
  • Improve global object fallback logic (fixes an issue when using the library in some service worker contexts) #1016
  • Add backoff and jitter to channel and connection retry strategies #1008
  • Bump versions for some underlying dependencies #1010
  • Fix a bug with xhr transports for react-native #1007