Skip to content

Releases: pubnub/python

v5.0.0

21 Jan 20:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v4.5.3

10 Aug 17:29
Compare
Choose a tag to compare

August 10 2020

Full Changelog

  • ⭐️️ Allocating separate thread that basically waits certain amount of time to clean telemetry data is a waste of memory/OS data strucutres. Clening mentioned data can be incorporated into regular logic.

v4.5.2

29 May 19:19
Compare
Choose a tag to compare

May 29 2020

Full Changelog

  • 🐛 Fix bug with max message count parameter for Fetch Messages endpoint. Rename maximum_per_channel parameter to count for Fetch Messages, keeping the old name for compatibility.

v4.5.1

04 May 16:31
Compare
Choose a tag to compare

May 4 2020

  • 🐛 Using SSL by default from the Python SDK to be more consistent and encourage best practices.