We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e9f36 commit d473ee2Copy full SHA for d473ee2
1 file changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log
2
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
14
## [v2.0.13](https://github.com/ably/ably-python/tree/v2.0.13)
15
16
[Full Changelog](https://github.com/ably/ably-python/compare/v2.0.12...v2.0.13)
0 commit comments