Skip to content

Releases: pubnub/python

v6.5.0

27 Jul 10:55
1636a7b

Choose a tag to compare

July 27 2022

Added

  • Grant token now supports Users and Spaces.

v6.4.1

15 Jul 05:55
e10426f

Choose a tag to compare

July 15 2022

Fixed

  • This addresses the issue #130 - a problem with importing module.

v6.4.0

13 Jul 12:41
2941205

Choose a tag to compare

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_ENTITIES set to True.

v6.3.3

25 Jun 09:40
0f31919

Choose a tag to compare

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 message field in FileMessageResult.

v6.3.2

16 May 10:41
567fdaa

Choose a tag to compare

May 16 2022

Fixed

  • Fix issue with signing objects requests containing filter.

v6.3.1

28 Apr 09:37
6a3440d

Choose a tag to compare

April 28 2022

Fixed

v6.3.0

11 Apr 07:59
973ffbc

Choose a tag to compare

April 11 2022

Added

  • Add methods to include additional fields in fetch_messages.

v6.2.0

21 Mar 14:17
451ab0f

Choose a tag to compare

March 21 2022

Added

  • Add methods to change use compression option on chosen endpoints.

v6.1.0

01 Mar 12:45
4f894f9

Choose a tag to compare

March 01 2022

Added

  • Add config option to set Content-Encoding to 'gzip'.

v6.0.1

01 Feb 16:18
84479c5

Choose a tag to compare

February 01 2022

Fixed

  • Remove unwanted output while calling fetch_messages.