Releases: pubnub/python
Releases · pubnub/python
v5.0.0
January 21 2021
- ⭐️️ Apart from bringing the whole SDK up to date, support for Tornado and Twisted was removed and dependiecies were simplified.
v4.8.1
v4.8.0
December 9 2020
- 🌟️ Objects v2 implementation added to the PythonSDK with additional improvements to the test isolation within whole test suite.
v4.7.0
November 19 2020
- 🐛 Within this release problems with double PAM calls encoding and Publish oriented bugs were fixed.
v4.6.1
v4.6.0
October 22 2020
- 🌟️ File Upload added to the Python SDK.
- ⭐️️ Fix spelling typos in
.pubnub.yml
file. Addresses the following PRs from @samiahmedsiddiqui: #92.
v4.5.4
September 29 2020
- 🌟️ 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
August 10 2020
- ⭐️️ 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
May 29 2020
- 🐛 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
May 4 2020
- 🐛 Using SSL by default from the Python SDK to be more consistent and encourage best practices.