Skip to content

Commit 106af1a

Browse files
authored
Merge pull request #62 from ably/release/0.10.0
release: prepare 0.10 release
2 parents a3cecd1 + f5e52fc commit 106af1a

3 files changed

Lines changed: 173 additions & 159 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.10.0] - 2025-07-24
9+
10+
### Added
11+
12+
- Added `endpoint` option, to allow use with custom endpoints and dedicated environments.
13+
14+
### Changed
15+
16+
- For chat rooms, `rooms messages reactions add` is now `rooms messages reactions send`
17+
18+
### Fixed
19+
20+
- Race conditions in session storage to ensure smoother reconnection and consistent handling
21+
822
## [0.9.0] - 2025-07-07
923

1024
### Added
@@ -415,4 +429,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
415429
### Fixed
416430

417431
- Ensured `--control-host` argument works for all commands.
418-
- Replaced colons with spaces in `ably channels occupancy` and `
432+
- Replaced colons with spaces in `ably channels occupancy` and `

0 commit comments

Comments
 (0)