File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 11name : python
2- version : 4.1.5
2+ version : 4.1.6
33schema : 1
44scm : github.com/pubnub/python
55changelog :
6+ - version : v4.1.6
7+ date : Aug 24, 2019
8+ changes :
9+ - type : improvement
10+ text : implement Objects API
611 - version : v4.1.5
712 date : Aug 9, 2019
813 changes :
@@ -168,8 +173,30 @@ features:
168173 - SUBSCRIBE-WILDCARD
169174 - SUBSCRIBE-PUBLISHER-UUID
170175 - SUBSCRIBE-SIGNAL-LISTENER
176+ - SUBSCRIBE-USER-LISTENER
177+ - SUBSCRIBE-SPACE-LISTENER
178+ - SUBSCRIBE-MEMBERSHIP-LISTENER
171179 signal :
172180 - SIGNAL-SEND
181+ objects :
182+ - OBJECTS-GET-USER
183+ - OBJECTS-GET-USERS
184+ - OBJECTS-CREATE-USER
185+ - OBJECTS-UPDATE-USER
186+ - OBJECTS-DELETE-USER
187+ - OBJECTS-GET-SPACE
188+ - OBJECTS-GET-SPACES
189+ - OBJECTS-CREATE-SPACE
190+ - OBJECTS-UPDATE-SPACE
191+ - OBJECTS-DELETE-SPACE
192+ - OBJECTS-GET-MEMBERSHIPS
193+ - OBJECTS-JOIN-SPACES
194+ - OBJECTS-UPDATE-MEMBERSHIPS
195+ - OBJECTS-LEAVE-SPACES
196+ - OBJECTS-GET-MEMBERS
197+ - OBJECTS-ADD-MEMBERS
198+ - OBJECTS-UPDATE-MEMBERS
199+ - OBJECTS-REMOVE-MEMBERS
173200
174201supported-platforms :
175202 -
Original file line number Diff line number Diff line change 1+ ## [ 4.1.6] ( https://github.com/pubnub/python/tree/v4.1.6 )
2+
3+ [ Full Changelog] ( https://github.com/pubnub/python/compare/v4.1.5...v4.1.6 )
4+
5+ - 🐛implement Objects API
6+
17## [ 4.1.5] ( https://github.com/pubnub/python/tree/v4.1.5 )
28
39 [ Full Changelog] ( https://github.com/pubnub/python/compare/v4.1.4...v4.1.5 )
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'pubnub' ,
5- version = '4.1.5 ' ,
5+ version = '4.1.6 ' ,
66 description = 'PubNub Real-time push service in the cloud' ,
77 author = 'PubNub' ,
88
You can’t perform that action at this time.
0 commit comments