Releases: ably/ably-python
Releases · ably/ably-python
3.1.2
Compare
Sorry, something went wrong.
No results found
ttypic
released this
27 Mar 15:37
What's Changed
Fixed preserving extras in message updates methods to prevent data loss #670
3.1.1
Compare
Sorry, something went wrong.
No results found
ttypic
released this
13 Mar 14:25
What's Changed
Fixed handling of normal WebSocket close frames and improved reconnection logic #672
2.1.4
Compare
Sorry, something went wrong.
No results found
ttypic
released this
13 Mar 15:08
What's Changed
Fixed handling of normal WebSocket close frames and improved reconnection logic #672
3.1.0
Compare
Sorry, something went wrong.
No results found
ttypic
released this
17 Feb 10:47
What's Changed
Added realtime and rest support for Annotations API #667
3.0.0
Compare
Sorry, something went wrong.
No results found
ttypic
released this
22 Jan 13:57
Full Changelog
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, and realtime_host client options in favor of endpoint option #590
2.1.3
Compare
Sorry, something went wrong.
No results found
ttypic
released this
04 Dec 12:03
What's Changed
Got rid of methoddispatch dependency in #639
Upgraded internal build tools
2.1.2
Compare
Sorry, something went wrong.
No results found
VeskeR
released this
06 Nov 17:54
Full Changelog
What's Changed
Support methoddispatch version 5 #634
Support pyee version 13 #635
2.1.1
Compare
Sorry, something went wrong.
No results found
ttypic
released this
25 Sep 17:35
What's Changed
Added missed sync folder to the wheel package
2.1.0
Compare
Sorry, something went wrong.
No results found
ttypic
released this
19 Sep 18:06
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
Compare
Sorry, something went wrong.
No results found
ttypic
released this
22 Aug 19:53
Full Changelog
What's Changed
Removed await from sync connect() function call by @kavindail in #605
Upgraded websockets dependency to support 15+ by @ttypic in #612