Skip to content

Commit e0449e2

Browse files
committed
docs: update CHANGELOG for 2.0.0-beta.5 release
1 parent 1e7c7dc commit e0449e2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [v2.0.0-beta.5](https://github.com/ably/ably-python/tree/v2.0.0-beta.5)
4+
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).
6+
7+
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.0-beta.4...v2.0.0-beta.5)
8+
9+
- Remove soft-deprecated APIs [\#482](https://github.com/ably/ably-python/issues/482)
10+
- Improve realtime client typings [\#476](https://github.com/ably/ably-python/issues/476)
11+
- Improve REST client typings [\#477](https://github.com/ably/ably-python/issues/477)
12+
- Stop raising `KeyError` when releasing a channel which doesn't exist [\#474](https://github.com/ably/ably-python/issues/474)
13+
314
## [v2.0.0-beta.4](https://github.com/ably/ably-python/tree/v2.0.0-beta.4)
415

516
This new beta release of the ably-python realtime client implements token authentication for realtime connections, allowing you to use all currently supported token options to authenticate a realtime client (auth_url, auth_callback, jwt, etc). The client will reauthenticate when the token expires or otherwise becomes invalid.

0 commit comments

Comments
 (0)