Skip to content

Releases: pubnub/python

v5.1.1

29 Mar 19:11

Choose a tag to compare

March 29 2021

Full Changelog

  • 🐛 Multiple community Pull Requests for Asyncio related code applied.

v5.1.0

08 Mar 17:30

Choose a tag to compare

March 8 2021

Full Changelog

  • 🌟️ BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.

v5.0.1

04 Feb 15:24

Choose a tag to compare

February 4 2021

Full Changelog

  • 🌟️ User defined 'origin'(custom domain) value was not used in all required places within this SDK.

v5.0.0

21 Jan 20:42

Choose a tag to compare

January 21 2021

Full Changelog

  • ⭐️️ Apart from bringing the whole SDK up to date, support for Tornado and Twisted was removed and dependiecies were simplified.

v4.8.1

18 Jan 18:35

Choose a tag to compare

January 18 2021

Full Changelog

  • 🌟️ New v3 History endpoint allows to fetch 100 messages per channel.

v4.8.0

09 Dec 18:34

Choose a tag to compare

December 9 2020

Full Changelog

  • 🌟️ Objects v2 implementation added to the PythonSDK with additional improvements to the test isolation within whole test suite.

v4.7.0

19 Nov 22:40

Choose a tag to compare

November 19 2020

Full Changelog

  • 🐛 Within this release problems with double PAM calls encoding and Publish oriented bugs were fixed.

v4.6.1

27 Oct 19:49

Choose a tag to compare

October 27 2020

Full Changelog

  • 🐛 Passing uuid to the get_state endpoint call added.

v4.6.0

22 Oct 17:04

Choose a tag to compare

October 22 2020

Full Changelog

  • 🌟️ File Upload added to the Python SDK.
  • ⭐️️ Fix spelling typos in .pubnub.yml file. Addresses the following PRs from @samiahmedsiddiqui: #92.

v4.5.4

29 Sep 18:00

Choose a tag to compare

September 29 2020

Full Changelog

  • 🌟️ Add suppress_leave_events configuration option which can be used to opt-out presence leave call on unsubscribe.
  • ⭐️️ Log out message decryption error and pass received message with PNDecryptionErrorCategory category to status listeners.