From f6cf0b9da32b56c5e79ec85fbd298d71ec8f622b Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Thu, 29 Jun 2023 15:16:07 +0100 Subject: [PATCH 1/2] docs: update CHANGELOG for 1.2.41 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d042f33f3c..22c5365c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. From 6d4c700c1e9eaa35409d70b67a6b8b8c5d9a0f15 Mon Sep 17 00:00:00 2001 From: Owen Pearson Date: Thu, 29 Jun 2023 15:16:32 +0100 Subject: [PATCH 2/2] chore: bump version for 1.2.41 release --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b9c3a58509..0f2ed984b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "1.2.40", + "version": "1.2.41", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "1.2.40", + "version": "1.2.41", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index 7b89011f90..94c0f714e3 100644 --- a/package.json +++ b/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",