Skip to content

Commit d473ee2

Browse files
committed
chore: update CHANGELOG.md
1 parent 42e9f36 commit d473ee2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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.1.0](https://github.com/ably/ably-python/tree/v2.1.0)
4+
5+
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.13...v2.1.0)
6+
7+
## What's Changed
8+
9+
* Added support for VCDiff delta-compressed messages. If VCDiff compression is enabled in the client options, and
10+
deltas are provided by the Ably service, the SDK reconstructs full message payloads from the base content
11+
and the received delta, reducing bandwidth usage without requiring changes to your application code.
12+
[\#620](https://github.com/ably/ably-python/pull/620)
13+
314
## [v2.0.13](https://github.com/ably/ably-python/tree/v2.0.13)
415

516
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.12...v2.0.13)

0 commit comments

Comments
 (0)