Releases: pubnub/python
Releases · pubnub/python
v5.1.1
v5.1.0
March 8 2021
- 🌟️ BREAKING CHANGE: Add randomized initialization vector usage by default for data encryption / decryption in publish / subscribe / history API calls.
v5.0.1
February 4 2021
- 🌟️ User defined 'origin'(custom domain) value was not used in all required places within this SDK.
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.ymlfile. Addresses the following PRs from @samiahmedsiddiqui: #92.
v4.5.4
September 29 2020
- 🌟️ Add
suppress_leave_eventsconfiguration option which can be used to opt-out presence leave call on unsubscribe. - ⭐️️ Log out message decryption error and pass received message with
PNDecryptionErrorCategorycategory to status listeners.