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 : 10.6.3
2+ version : 10.7.0
33schema : 1
44scm : github.com/pubnub/python
55sdks :
1818 distributions :
1919 - distribution-type : library
2020 distribution-repository : package
21- package-name : pubnub-10.6.3
21+ package-name : pubnub-10.7.0
2222 location : https://pypi.org/project/pubnub/
2323 supported-platforms :
2424 supported-operating-systems :
9494 -
9595 distribution-type : library
9696 distribution-repository : git release
97- package-name : pubnub-10.6.3
98- location : https://github.com/pubnub/python/releases/download/10.6.3 /pubnub-10.6.3 .tar.gz
97+ package-name : pubnub-10.7.0
98+ location : https://github.com/pubnub/python/releases/download/10.7.0 /pubnub-10.7.0 .tar.gz
9999 supported-platforms :
100100 supported-operating-systems :
101101 Linux :
@@ -169,6 +169,15 @@ sdks:
169169 license-url : https://github.com/encode/httpx/blob/master/LICENSE.md
170170 is-required : Required
171171changelog :
172+ - date : 2026-06-08
173+ version : 10.7.0
174+ changes :
175+ - type : feature
176+ text : " Enable HTTP/2 negotiation on the synchronous `httpx` handler."
177+ - type : feature
178+ text : " Add `http_version` field to `ResponseInfo`."
179+ - type : feature
180+ text : " Log negotiated protocol version at DEBUG level across all request handlers."
172181 - date : 2026-04-20
173182 version : 10.6.3
174183 changes :
Original file line number Diff line number Diff line change 1+ ## 10.7.0
2+ June 08 2026
3+
4+ #### Added
5+ - Enable HTTP/2 negotiation on the synchronous ` httpx ` handler.
6+ - Add ` http_version ` field to ` ResponseInfo ` .
7+ - Log negotiated protocol version at DEBUG level across all request handlers.
8+
19## 10.6.3
210April 20 2026
311
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'pubnub' ,
5- version = '10.6.3 ' ,
5+ version = '10.7.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