File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : python
2- version : 9.1 .0
2+ version : 10.0 .0
33schema : 1
44scm : github.com/pubnub/python
55sdks :
1818 distributions :
1919 - distribution-type : library
2020 distribution-repository : package
21- package-name : pubnub-9.1 .0
21+ package-name : pubnub-10.0 .0
2222 location : https://pypi.org/project/pubnub/
2323 supported-platforms :
2424 supported-operating-systems :
9191 -
9292 distribution-type : library
9393 distribution-repository : git release
94- package-name : pubnub-9.1 .0
95- location : https://github.com/pubnub/python/releases/download/v9.1 .0/pubnub-9.1 .0.tar.gz
94+ package-name : pubnub-10.0 .0
95+ location : https://github.com/pubnub/python/releases/download/10.0 .0/pubnub-10.0 .0.tar.gz
9696 supported-platforms :
9797 supported-operating-systems :
9898 Linux :
@@ -163,6 +163,11 @@ sdks:
163163 license-url : https://github.com/encode/httpx/blob/master/LICENSE.md
164164 is-required : Required
165165changelog :
166+ - date : 2025-01-13
167+ version : 10.0.0
168+ changes :
169+ - type : feature
170+ text : " Introduced configurable request handler with HTTP/2 support."
166171 - date : 2024-11-19
167172 version : v9.1.0
168173 changes :
Original file line number Diff line number Diff line change 1+ ## 10.0.0
2+ January 13 2025
3+
4+ #### Added
5+ - Introduced configurable request handler with HTTP/2 support.
6+
17## v9.1.0
28November 19 2024
39
Original file line number Diff line number Diff line change 9494
9595class PubNubCore :
9696 """A base class for PubNub Python API implementations"""
97- SDK_VERSION = "9.1 .0"
97+ SDK_VERSION = "10.0 .0"
9898 SDK_NAME = "PubNub-Python"
9999
100100 TIMESTAMP_DIVIDER = 1000
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'pubnub' ,
5- version = '9.1 .0' ,
5+ version = '10.0 .0' ,
66 description = 'PubNub Real-time push service in the cloud' ,
77 author = 'PubNub' ,
88 author_email = 'support@pubnub.com' ,
You can’t perform that action at this time.
0 commit comments