From ebe8347fcf5efbcf9e360756ede8c5624396d9ab Mon Sep 17 00:00:00 2001 From: evgeny Date: Fri, 27 Mar 2026 15:23:49 +0000 Subject: [PATCH 1/2] chore: bump version to 3.1.2 --- ably/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ably/__init__.py b/ably/__init__.py index e0da06b6..e050b7c5 100644 --- a/ably/__init__.py +++ b/ably/__init__.py @@ -21,4 +21,4 @@ logger.addHandler(logging.NullHandler()) api_version = '5' -lib_version = '3.1.1' +lib_version = '3.1.2' diff --git a/pyproject.toml b/pyproject.toml index 514a8531..e4dbab6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ably" -version = "3.1.1" +version = "3.1.2" description = "Python REST and Realtime client library SDK for Ably realtime messaging service" readme = "LONG_DESCRIPTION.rst" requires-python = ">=3.7" diff --git a/uv.lock b/uv.lock index 218a5a33..30a4df76 100644 --- a/uv.lock +++ b/uv.lock @@ -10,7 +10,7 @@ resolution-markers = [ [[package]] name = "ably" -version = "3.1.1" +version = "3.1.2" source = { editable = "." } dependencies = [ { name = "h2", version = "4.1.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.9'" }, From 64cc129627f1d6bf851dcddac8022fb5483d1fcf Mon Sep 17 00:00:00 2001 From: evgeny Date: Fri, 27 Mar 2026 15:24:16 +0000 Subject: [PATCH 2/2] docs: update CHANGELOG for 3.1.2 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07dca25e..793f50c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [3.1.2](https://github.com/ably/ably-python/tree/v3.1.2) + +[Full Changelog](https://github.com/ably/ably-python/compare/v3.1.1...v3.1.2) + +### What's Changed + +- Fixed preserving extras in message updates methods to prevent data loss [#670](https://github.com/ably/ably-python/pull/670) + ## [v3.1.1](https://github.com/ably/ably-python/tree/v3.1.1) [Full Changelog](https://github.com/ably/ably-python/compare/v3.1.0...v3.1.1)