File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11name : python
2- version : 5.2.1
2+ version : 5.3.0
33schema : 1
44scm : github.com/pubnub/python
55sdks :
@@ -169,6 +169,12 @@ sdks:
169169 license-url : https://github.com/aio-libs/aiohttp/blob/master/LICENSE.txt
170170 is-required : Required
171171changelog :
172+ - version : v5.3.0
173+ date : 2021-09-08
174+ changes :
175+ -
176+ text : " Extend grantToken method to enable control of Objects API permission. Enhance granularity of permission control to enable permissions per UUID."
177+ type : feature
172178 - version : v5.2.1
173179 date : 2021-09-06
174180 changes :
Original file line number Diff line number Diff line change 1+ ## [ v5.3.0] ( https://github.com/pubnub/python/releases/tag/v5.3.0 )
2+
3+ [ Full Changelog] ( https://github.com/pubnub/python/compare/v5.2.1...v5.3.0 )
4+
5+ - 🌟️ Extend grantToken method to enable control of Objects API permission. Enhance granularity of permission control to enable permissions per UUID.
6+
17## [ v5.2.1] ( https://github.com/pubnub/python/releases/tag/v5.2.1 )
28
39[ Full Changelog] ( https://github.com/pubnub/python/compare/v5.2.0...v5.2.1 )
Original file line number Diff line number Diff line change 6565
6666class PubNubCore :
6767 """A base class for PubNub Python API implementations"""
68- SDK_VERSION = "5.2.1 "
68+ SDK_VERSION = "5.3.0 "
6969 SDK_NAME = "PubNub-Python"
7070
7171 TIMESTAMP_DIVIDER = 1000
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'pubnub' ,
5- version = '5.2.1 ' ,
5+ version = '5.3.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