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 1
1
name : python
2
- version : 4.1.5
2
+ version : 4.1.6
3
3
schema : 1
4
4
scm : github.com/pubnub/python
5
5
changelog :
6
+ - version : v4.1.6
7
+ date : Aug 24, 2019
8
+ changes :
9
+ - type : improvement
10
+ text : implement Objects API
6
11
- version : v4.1.5
7
12
date : Aug 9, 2019
8
13
changes :
@@ -168,8 +173,30 @@ features:
168
173
- SUBSCRIBE-WILDCARD
169
174
- SUBSCRIBE-PUBLISHER-UUID
170
175
- SUBSCRIBE-SIGNAL-LISTENER
176
+ - SUBSCRIBE-USER-LISTENER
177
+ - SUBSCRIBE-SPACE-LISTENER
178
+ - SUBSCRIBE-MEMBERSHIP-LISTENER
171
179
signal :
172
180
- 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
173
200
174
201
supported-platforms :
175
202
-
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
+
1
7
## [ 4.1.5] ( https://github.com/pubnub/python/tree/v4.1.5 )
2
8
3
9
[ Full Changelog] ( https://github.com/pubnub/python/compare/v4.1.4...v4.1.5 )
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'pubnub' ,
5
- version = '4.1.5 ' ,
5
+ version = '4.1.6 ' ,
6
6
description = 'PubNub Real-time push service in the cloud' ,
7
7
author = 'PubNub' ,
8
8
You can’t perform that action at this time.
0 commit comments