Releases: pubnub/python
Releases · pubnub/python
Release list
7.0.1
October 06 2022
Fixed
- Remove deprecation warning of Event.is_set and Thread.deamon.
7.0.0
August 24 2022
Modified
- Update build process to include python v3.10-dev and remove v3.6.
- Fix of randomly failing tests of
where_now feature.
v6.5.1
August 02 2022
Fixed
- Fix bugs in Spaces Membership endpoints.
v6.5.0
July 27 2022
Added
- Grant token now supports Users and Spaces.
v6.4.1
v6.4.0
July 13 2022
Added
- Spaces Users and Membership endpoint implementation. This functionality is hidden behind a feature flag. By default it is disabled. To enable it there should be an environment variable named
PN_ENABLE_ENTITIESset toTrue.
v6.3.3
June 25 2022
Fixed
- Fixed error which happened when random initialization vector has been used. Request path was encrypted two times, once to prepare signage and second one when sending the request.
- Fixed exception while receiving empty
messagefield inFileMessageResult.
v6.3.2
May 16 2022
Fixed
- Fix issue with signing objects requests containing filter.
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.