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
19

1.2.40

Diff

Changelog

Source

1.2.40 (2023-05-26)

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.connectionId optional #1305
  • fix misleading stack traces for early-intialised connection errors #1206
  • remove ProtocolMessage.connectionKey #1218
  • fix broken promisification of Presence.history signature #1224
  • fix issue with query string encoding in react-native websockets #1286
  • fix nodejs encryption of ArrayBuffer plaintext #1280
owenpearson
published 1.2.39 •

Changelog

Source

1.2.39 (2023-04-13)

  • bump got dependency to ^11.8.5 #1189
owenpearson
published 1.2.38 •

Changelog

Source

1.2.38 (2023-04-04)

  • retry connection attempt if 'online' event received whilst connecting #1171
  • populate invalid state ErrorInfo.cause with the current errorReason, if set #1169
  • fix: align exposed type of ErrorInfo with internal type, extending Error #1142
  • fix: avoid global scope TextEncoder access #1157
owenpearson
published 1.2.37 •

Changelog

Source

1.2.37 (2023-02-27)

  • make ErrorInfo extend Error #1129
  • improve error message for clientId mismatch from user auth provider #1128
  • fix: don't send credentials in webworker FetchInit #1132
owenpearson
published 1.2.36 •

Changelog

Source

1.2.36 (2023-02-10)

  • fix(Node/http): prevent got from using its own retry mechanism #1122
  • deps: update http-cache-semantics dependency #1123
owenpearson
published 1.2.35 •

Changelog

Source

1.2.35 (2023-01-30)

  • Implement ably-js protocol v2 #1110
  • Add global HTTP agent pool (fixes memory leak when creating several rest clients) #1113
owenpearson
published 1.2.34 •

Changelog

Source

1.2.34 (2022-12-13)

  • fix incorrect sync event signature in base Transport class (fixes an issue with react-native realtime connections) #1094
owenpearson
published 1.2.33 •

Changelog

Source

1.2.33 (2022-11-11)

  • Fix some callback typings #1075
owenpearson
published 1.2.32 •

Changelog

Source

1.2.32 (2022-11-09)

  • fix: add EventEmitter.off signature with no args #1073
owenpearson
published 1.2.31 •

Changelog

Source

1.2.31 (2022-11-08)

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
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