Skip to content

Releases: ably/ably-python

2.1.1

25 Sep 17:35
8021524
Compare
Choose a tag to compare

What's Changed

  • Added missed sync folder to the wheel package

2.1.0

19 Sep 18:06
9ec513b
Compare
Choose a tag to compare

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

22 Aug 19:53
5007cb6
Compare
Choose a tag to compare

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

2.0.12

24 Apr 13:38
c020d05
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • The REST client’s retry mechanism doesn’t follow the spec and doesn’t retry when it should #597

2.0.11

04 Mar 14:42
95fcb6e
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Support websockets version 13 #591

2.0.10

19 Feb 16:02
b7bd2ca
Compare
Choose a tag to compare

Fixed sync version of the library

2.0.9

17 Feb 10:14
3b383e4
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Fix the inability to pass a JSON string value for a capability parameter when creating a token #579

Closed issues:

  • Support pyee 12 #580

2.0.8

14 Jan 20:33
658b5e9
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Fix TypeError: '>' not supported between instances of 'float' and 'NoneType' in http #573

2.0.7

18 Oct 13:57
f98e3d1
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Decoding issue for 40010 Error (Invalid Channel Name) #569

2.0.6

27 Mar 15:24
7819273
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Support httpx 0.26, 0.27 and so on #560

Merged pull requests: