Skip to content

Commit bf024cc

Browse files
author
QSD_z
committed
Prepare for release 4.1.6.
1 parent e762b50 commit bf024cc

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.pubnub.yml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
name: python
2-
version: 4.1.5
2+
version: 4.1.6
33
schema: 1
44
scm: github.com/pubnub/python
55
changelog:
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

174201
supported-platforms:
175202
-

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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
author_email='[email protected]',

0 commit comments

Comments
 (0)