Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ably

Package Overview
Dependencies
Maintainers
4
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ably - npm Package Versions

1
1719

0.8.21

Diff

Changelog

Source

0.8.21 (2016-06-21)

Full Changelog

Biggest changes:

  • Fix bug where comet transports would occasionally send messages out of order if the sending rate is very high #290
ably
published 0.8.20 •

Changelog

Source

0.8.20 (2016-06-13)

Full Changelog

Biggest changes:

  • Rewrite the transport fallback sequence. It now starts with a polling transport (since some proxies break streaming transports) and then tries to upgrade to a websocket and streaming transport in parallel, picking the websocket if possible. It also remembers the best transport that worked (using HTML5 localstorage) and jumps straight to that if it can. #279

  • Fix crypto bug when generating random data in IE 8 and 9 #282

  • Disable JSONP transport when document is undefined, for React Native support #283

  • Clear presence set on detach #287

ably
published 0.8.19 •

Changelog

Source

0.8.19 (2016-05-18)

Full Changelog

Biggest changes:

  • Fix connection state race condition when one transport drops while another is pending #274

  • Make LOG_MAJOR log level (i.e. level 3) much more friendly #275

  • A few minor fixes to ErrorInfo #276

ably
published 0.8.18 •

Changelog

Source

0.8.18 (2016-05-09)

Full Changelog

Biggest changes:

  • Change default log level to LOG_ERROR c122a1f

  • Add channel#errorReason #267

  • Allow automatic re-authing (eg to use a new token) using auth#authorise() #261

  • Allow ClientOptions#recover to take a callback (so you can decide whether to recover at the time) rather than just a boolean #266

ably
published 0.8.17 •

Changelog

Source

0.8.17 (2016-04-05)

Full Changelog

Biggest changes:

  • Don’t activate a transport that isn’t connected #255

  • Don't try host fallbacks for token errors #251

  • Standardise on 'initialize' event spelling #244

  • Stop assuming that connection state won't change during a transport sync #249

  • Don't reject a presence enter for lacking a clientId unless we're absolutely certain we're anonymous #256

ably
published 0.8.16 •

Changelog

Source

0.8.16 (2016-03-01)

Full Changelog

Biggest changes:

  • Implement latest version of the crypto spec #240

  • Don't sync an upgrade transport that never got activated #241

ably
published 0.8.15 •

Changelog

Source

0.8.15 (2016-02-11)

Full Changelog

Biggest changes:

  • Expose presence message action as a string in the API #227
ably
published 0.8.14 •

Changelog

Source

0.8.14 (2016-02-09)

Full Changelog

Fixed bugs:

  • Token renewal does not seem to be working #203

  • clientId from token auth is ignored for presence #198

  • IE9 support #196

  • ably-js-browsers failing in mobile safari #164

Closed issues:

  • Proposal for new transport fallback behaviour #217

  • Investigate whether encoding is being set correctly on presence data #200

Merged pull requests:

ably
published 0.8.13 •

Changelog

Source

0.8.13 (2016-01-08)

Full Changelog

Fixed bugs:

  • Connection state incorrectly reported #187

Merged pull requests:

ably
published 0.8.12 •

Changelog

Source

0.8.12 (2015-12-20)

Full Changelog

Merged pull requests:

  • Add script for running tests in CI #186 (lmars)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc