From 5a8ba408003223600ec2e5999b1e0c64ed696810 Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Tue, 24 Jun 2025 20:21:13 +0100 Subject: [PATCH 1/2] chore: bump version for 2.10.0 release --- package-lock.json | 4 ++-- package.json | 2 +- src/platform/react-hooks/src/AblyReactHooks.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0efbd0bdc9..09ff400548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ably", - "version": "2.9.0", + "version": "2.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ably", - "version": "2.9.0", + "version": "2.10.0", "license": "Apache-2.0", "dependencies": { "@ably/msgpack-js": "^0.4.0", diff --git a/package.json b/package.json index 8934ade273..9c630383c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ably", "description": "Realtime client library for Ably, the realtime messaging service", - "version": "2.9.0", + "version": "2.10.0", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ably/ably-js/issues", diff --git a/src/platform/react-hooks/src/AblyReactHooks.ts b/src/platform/react-hooks/src/AblyReactHooks.ts index b04aeec225..bea7378cc9 100644 --- a/src/platform/react-hooks/src/AblyReactHooks.ts +++ b/src/platform/react-hooks/src/AblyReactHooks.ts @@ -12,7 +12,7 @@ export type ChannelNameAndOptions = { export type ChannelNameAndAblyId = Pick; export type ChannelParameters = string | ChannelNameAndOptions; -export const version = '2.9.0'; +export const version = '2.10.0'; /** * channel options for react-hooks From 1172a5a2b17dd64821908c7dec92b369d67e2402 Mon Sep 17 00:00:00 2001 From: Andrew Bulat Date: Tue, 24 Jun 2025 20:35:29 +0100 Subject: [PATCH 2/2] chore: update changelog for 2.10.0 release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b991cfaceb..bbeba35224 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. +## [2.10.0](https://github.com/ably/ably-js/tree/2.10.0) (2025-06-25) + +- Add `Channels.all` to type declarations [\#2040](https://github.com/ably/ably-js/pull/2040) +- Add `ClientOptions.endpoint` parameter and deprecate the `environment`, `restHost` and `realtimeHost` client options. See [platform customization](https://ably.com/docs/platform-customization#request-a-custom-environment) documentation for guidance on using the new `endpoint` parameter [\#1973](https://github.com/ably/ably-js/pull/1973) + ## [2.9.0](https://github.com/ably/ably-js/tree/2.9.0) (2025-05-08) **Introducing Ably LiveObjects**