Releases: ably/ably-python
Releases · ably/ably-python
3.0.0
What's Changed
- Added realtime publish support for publishing messages to channels over the realtime connection #648
- Added realtime presence support, allowing clients to enter, leave, update presence data, and track presence on channels #651
- Added mutable messages API with support for editing, deleting, and appending to messages #660, #659
- Added publish results containing serial of published messages #660, #659
- Deprecated
environment,rest_host, andrealtime_hostclient options in favor ofendpointoption #590
2.1.3
2.1.2
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