Releases: ably/ably-python
Releases · ably/ably-python
2.1.1
2.1.0
What's Changed
- Added support for VCDiff delta-compressed messages. If VCDiff compression is enabled in the client options, and
deltas are provided by the Ably service, the SDK reconstructs full message payloads from the base content
and the received delta, reducing bandwidth usage without requiring changes to your application code.
#620
2.0.13
What's Changed
- Removed await from sync
connect()
function call by @kavindail in #605 - Upgraded websockets dependency to support 15+ by @ttypic in #612