Skip to content

Commit

Permalink
Merge pull request #1362 from ably/release/1.2.41
Browse files Browse the repository at this point in the history
Release 1.2.41
  • Loading branch information
owenpearson committed Jun 29, 2023
2 parents 0514b7c + 6d4c700 commit 6facbfc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

This contains only the most important and/or user-facing changes; for a full changelog, see the commit history.

## [1.2.41](https://github.com/ably/ably-js/tree/1.2.41) (2023-06-29)

- add `ChannelStateChange.hasBacklog` and return state change to attach promise/callback [\#1347](https://github.com/ably/ably-js/pull/1347)
- fix a bug where host fallback was initially skipped after falling back to the base transport [\#1357](https://github.com/ably/ably-js/pull/1357)

## [1.2.40](https://github.com/ably/ably-js/tree/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](https://pages.ably.com/subscription-filters-preview) for more information.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "ably",
"description": "Realtime client library for Ably, the realtime messaging service",
"version": "1.2.40",
"version": "1.2.41",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ably/ably-js/issues",
Expand Down

0 comments on commit 6facbfc

Please sign in to comment.