Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [3.1.3](https://github.com/ably/ably-python/tree/v3.1.3)

[Full Changelog](https://github.com/ably/ably-python/compare/v3.1.2...v3.1.3)

### What's Changed

- Fixed `ping()` so a timed-out, rejected, or connection-dropped ping no longer leaves a stale future behind that made every later `ping()` call fail or hang [#687](https://github.com/ably/ably-python/pull/687)
- Annotation `data` is now encrypted on publish and decrypted on REST `get()` for channels with a cipher configured, instead of being sent in plaintext [#680](https://github.com/ably/ably-python/pull/680)
- Fixed the "unable to attach" log to report the connection state that is blocking the attach rather than the channel state [#653](https://github.com/ably/ably-python/pull/653)

## [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)
Expand Down
2 changes: 1 addition & 1 deletion ably/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
logger.addHandler(logging.NullHandler())

api_version = '5'
lib_version = '3.1.2'
lib_version = '3.1.3'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ably"
version = "3.1.2"
version = "3.1.3"
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
readme = "LONG_DESCRIPTION.rst"
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

Loading