diff options
| author | devendram | 2015-06-26 01:08:24 +0530 |
|---|---|---|
| committer | devendram | 2015-06-26 01:08:24 +0530 |
| commit | de21caa8524db6bbf7f204aa817b5ddb5d77d3ca (patch) | |
| tree | abf5261ff2c2656cf38092c7ba45966f0a9fcf00 | |
| parent | ad89de8312f3f407150c7eb411cbf02765910e53 (diff) | |
| download | pubnub-python-master.tar.bz2 | |
| -rw-r--r-- | CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +3.7.2 - 6-25-15 - ad89de8 +. fix for decryption bug in history API +. module name changed to pubnub ( it was Pubnub earlier ). + Developers need to do from pubnub import Pubnub, instead of from Pubnub import Pubnub now +. fixed method arguments bug for presence API +. subscribe_sync removed +. fix for issue where error callback not invoked for presence +. added state support in subscribe and here now +. fix for grant API with python 3 +. added include_token option to history + 3.7.0 - 1-12-14 - f20e5e2 . Channel Groups functionality . Added Python Echo Server example |
