Skip to content

Releases: ably/ably-python

3.1.2

Choose a tag to compare

@ttypic ttypic released this 27 Mar 15:37
00b2ee6

What's Changed

  • Fixed preserving extras in message updates methods to prevent data loss #670

3.1.1

Choose a tag to compare

@ttypic ttypic released this 13 Mar 14:25
787da08

What's Changed

  • Fixed handling of normal WebSocket close frames and improved reconnection logic #672

2.1.4

Choose a tag to compare

@ttypic 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

Choose a tag to compare

@ttypic ttypic released this 17 Feb 10:47
324a9f6

What's Changed

  • Added realtime and rest support for Annotations API #667

3.0.0

Choose a tag to compare

@ttypic ttypic released this 22 Jan 13:57
b0499a9

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

Choose a tag to compare

@ttypic ttypic released this 04 Dec 12:03
70dd615

What's Changed

  • Got rid of methoddispatch dependency in #639
  • Upgraded internal build tools

2.1.2

Choose a tag to compare

@VeskeR VeskeR released this 06 Nov 17:54
d0d15ad

Full Changelog

What's Changed

  • Support methoddispatch version 5 #634
  • Support pyee version 13 #635

2.1.1

Choose a tag to compare

@ttypic ttypic released this 25 Sep 17:35
8021524

What's Changed

  • Added missed sync folder to the wheel package

2.1.0

Choose a tag to compare

@ttypic ttypic released this 19 Sep 18:06
9ec513b

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

Choose a tag to compare

@ttypic ttypic released this 22 Aug 19:53
5007cb6

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