Skip to content

Commit

Permalink
Merge pull request #495 from ably/release/2.0.0-beta.6
Browse files Browse the repository at this point in the history
Release 2.0.0 beta.6
  • Loading branch information
owenpearson authored May 5, 2023
2 parents 373214b + 151550e commit efb4883
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [v2.0.0-beta.6](https://github.com/ably/ably-python/tree/v2.0.0-beta.6)

[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.0-beta.5...v2.0.0-beta.6)

- Improve logger output upon disconnection [\#492](https://github.com/ably/ably-python/issues/492)
- Fix an issue where in some cases the client was unable to recover after loss of connectivity [\#493](https://github.com/ably/ably-python/issues/493)

## [v2.0.0-beta.5](https://github.com/ably/ably-python/tree/v2.0.0-beta.5)

The latest beta release of ably-python 2.0 makes some minor breaking changes, removing already soft-deprecated features from the 1.x branch. Most users will not be affected by these changes since the library was already warning that these features were deprecated. For information on how to migrate, please consult the [migration guide](https://github.com/ably/ably-python/blob/main/UPDATING.md).
Expand Down
2 changes: 1 addition & 1 deletion ably/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
logger.addHandler(logging.NullHandler())

api_version = '1.2'
lib_version = '2.0.0-beta.5'
lib_version = '2.0.0-beta.6'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ably"
version = "2.0.0-beta.5"
version = "2.0.0-beta.6"
description = "Python REST and Realtime client library SDK for Ably realtime messaging service"
license = "Apache-2.0"
authors = ["Ably <support@ably.com>"]
Expand Down

0 comments on commit efb4883

Please sign in to comment.