Skip to content

Releases: ably/ably-js

1.0.5

13 Oct 11:45
Compare
Choose a tag to compare
  • Fix issue with webpack module resolution: #404

  • Implement Channels#release: #405

  • Fix various bugs with useBinaryProtocol: true #406

1.0.4

13 Oct 11:45
Compare
Choose a tag to compare
  • Have the default logHandler on node log timestamps (#399)

  • Don't require Ably-protocol-level heartbeats by default on node (#398)

  • Cherry-pick syncComplete fn->bool and other changes and fixes from 0.9 branch that didn't make it into 1.0.0

1.0.3

13 Oct 11:46
Compare
Choose a tag to compare
  • Improved NativeScript supprot #392

  • Fix bug in 1.0.2 where channels can never become reattached after a computer goes into sleep mode #396

1.0.2

13 Oct 11:46
Compare
Choose a tag to compare
  • Don’t attempt a resume if last known activity was greater than the connectionStateTtl ago #389

1.0.1

13 Oct 11:46
Compare
Choose a tag to compare
  • Only use websocket transport in node unless comet explicitly requested with transports: ['comet'] or transports: ['comet', 'web_socket'] #382

  • Fix issue with multiple attaches happening after a failed resume #386

1.0.0 Major update

13 Oct 11:47
Compare
Choose a tag to compare

Major update to this client library with some breaking changes. See https://blog.ably.io/v1-0-client-libraries-released-8a375dca7a26 for a summary of important, breaking changes and upgrade notes. Alteranatively, see the full changelog here.