Skip to content

Releases: pubnub/python

v7.4.0

08 Feb 11:50
4c03ecd

Choose a tag to compare

February 08 2024

Added

  • Optional Event Engine for Subscribe Loop.

v7.3.2

27 Nov 09:42
57360f2

Choose a tag to compare

November 27 2023

Fixed

  • Gracefully handle decrypting an unencrypted method. If a decryption error occurs when trying to decrypt plain text, the plain text message will be returned and an error field will be set in the response. This works for both history and subscription messages.

v7.3.1

30 Oct 15:59
5164d88

Choose a tag to compare

October 30 2023

Fixed

  • Changed license type from MIT to PubNub Software Development Kit License.

v7.3.0

16 Oct 12:14
86df330

Choose a tag to compare

October 16 2023

Added

  • Add crypto module that allows configure SDK to encrypt and decrypt messages.

Fixed

  • Improved security of crypto implementation by adding enhanced AES-CBC cryptor.

7.2.0

06 Jul 09:45
1029e22

Choose a tag to compare

July 06 2023

Added

  • Introduced option to select ciphering method for encoding messages and files. The default behavior is unchanged. More can be read in this comment.

7.1.0

17 Jan 08:05
008c49e

Choose a tag to compare

January 17 2023

Added

  • Add optional TTL parameter for publish endpoint.

7.0.2

24 Nov 14:47
8ee850b

Choose a tag to compare

November 24 2022

Fixed

  • This change fixes typo in consumer models user and space resulting in setting invalid flags for the request.
  • This change fixes error in calling and returning value of status.is_error() method.
  • This change adds additional informations to PyPi package. Informations include URLs to source code and documentation, required python version (at least 3.7) and updates a list of supported python versions (removed 3.6 and added 3.10). Fixed the following issues reported by @Saluev, @natekspencer and @andriyor: #145, #102 and #115.

7.0.1

06 Oct 12:31
54d7e6b

Choose a tag to compare

October 06 2022

Fixed

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

7.0.0

24 Aug 09:28
3e43bd5

Choose a tag to compare

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

02 Aug 14:59
092f393

Choose a tag to compare

August 02 2022

Fixed

  • Fix bugs in Spaces Membership endpoints.