Releases: pubnub/python
Releases · pubnub/python
v6.3.1
April 28 2022
Fixed
- This issue was mentioned in issue #118 and replaces PR #119 to match our PR policy. Fixed the following issues reported by @tjazsilovsek and @tjazsilovsek: #118 and #119.
v6.3.0
April 11 2022
Added
- Add methods to include additional fields in fetch_messages.
v6.2.0
March 21 2022
Added
- Add methods to change use compression option on chosen endpoints.
v6.1.0
March 01 2022
Added
- Add config option to set Content-Encoding to 'gzip'.
v6.0.1
February 01 2022
Fixed
- Remove unwanted output while calling
fetch_messages
.
v6.0.0
January 17 2022
Modified
- BREAKING CHANGES: uuid is required parameter while creating an instance of PubNub.
v5.5.0
December 16 2021
v5.4.0
v5.3.1
v5.3.0
September 8 2021
- 🌟️ Extend grantToken method to enable control of Objects API permission. Enhance granularity of permission control to enable permissions per UUID.