Skip to content

Releases: pubnub/python

7.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Oct 12:31
54d7e6b

October 06 2022

Fixed

  • Remove deprecation warning of Event.is_set and Thread.deamon.

7.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:28
3e43bd5

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

Choose a tag to compare

@github-actions github-actions released this 02 Aug 14:59
092f393

August 02 2022

Fixed

  • Fix bugs in Spaces Membership endpoints.

v6.5.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 10:55
1636a7b

July 27 2022

Added

  • Grant token now supports Users and Spaces.

v6.4.1

Choose a tag to compare

@github-actions github-actions released this 15 Jul 05:55
e10426f

July 15 2022

Fixed

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

v6.4.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 12:41
2941205

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

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:40
0f31919

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

Choose a tag to compare

@github-actions github-actions released this 16 May 10:41
567fdaa

May 16 2022

Fixed

  • Fix issue with signing objects requests containing filter.

v6.3.1

Choose a tag to compare

@github-actions github-actions released this 28 Apr 09:37
6a3440d

April 28 2022

Fixed

v6.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Apr 07:59
973ffbc

April 11 2022

Added

  • Add methods to include additional fields in fetch_messages.