Skip to content

Releases: ably/ably-python

2.1.3

04 Dec 12:03
70dd615

Choose a tag to compare

What's Changed

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

2.1.2

06 Nov 17:54
d0d15ad

Choose a tag to compare

Full Changelog

What's Changed

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

2.1.1

25 Sep 17:35
8021524

Choose a tag to compare

What's Changed

  • Added missed sync folder to the wheel package

2.1.0

19 Sep 18:06
9ec513b

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

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

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

Choose a tag to compare

Full Changelog

Closed issues:

  • Support websockets version 13 #591

2.0.10

19 Feb 16:02
b7bd2ca

Choose a tag to compare

Fixed sync version of the library

2.0.9

17 Feb 10:14
3b383e4

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

Choose a tag to compare

Full Changelog

Fixed bugs:

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