Skip to content

Releases: pubnub/python

10.3.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 10 Apr 13:17
0c83b72

April 10 2025

Added

  • Additional status emission during subscription.

10.2.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 11 Feb 07:58
ecb16f4

February 11 2025

Added

  • Write protection with If-Match eTag header for setting channel and uuid metadata.

10.1.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 30 Jan 13:19
e0796b9

January 30 2025

Added

  • Extended functionality of Channel Members and User Membership. Now it's possible to use fine-grade includes and set member/membership status and type.

10.0.1

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 29 Jan 12:57
778e05c

January 29 2025

Fixed

  • Fix issue because of which custom message type wasn't set to the parsed subscription response objects.

10.0.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 13 Jan 13:24
7494aaa

January 13 2025

Added

  • Introduced configurable request handler with HTTP/2 support.

v9.1.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 19 Nov 13:19
ba33368

November 19 2024

Added

  • Publish, signal, share file, subscribe and history.

v9.0.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 02 Oct 11:49
686b4f4

October 02 2024

Added

  • BREAKING CHANGES: Automatic reconnecting for subscribe with exponential backoff is now enabled by default.
  • Access manager v2 endpoints (grant and audit) will no longer be supported after December 31, 2024, and will be removed without further notice. Refer to the documentation to learn more.
  • BREAKING CHANGES: Once used to instantiate PubNub, the configuration object (PNConfiguration instance) becomes immutable. You will receive exceptions if you rely on modifying the configuration after the PubNub instance is created. Refer to the documentation to learn more.

Modified

  • Type hints for parameters and return values are now added to provide a better developer experience.
  • All endpoints are now accessible through the builder pattern and named parameters, providing a more flexible experience suitable for custom solutions.

v8.1.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 13 Aug 14:08
e556b7f

August 13 2024

Added

  • Option to lock PNConfiguration mutability. Note that mutable config will be deprecated in future major releases.

Fixed

  • Fix for routing crypto module if custom one was defined.

Modified

  • Additional Examples.

v8.0.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 09 May 15:36
cf8cbed

May 09 2024

Added

  • A new version of subscription and presence handling is enabled by default (enableEventEngine flag is set to true). Please consult the documentation for new PNStatus values that are emitted for subscriptions, as code changes might be required to support this change.
  • Channels, ChannelGroups, ChannelMetadata and UserMetadata.

v7.4.4

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 10 Apr 16:47
7053332

April 10 2024

Fixed

  • Fix compatibility issues between EventEngine and Asyncio subscription manager.