Releases: pubnub/python
v4.5.3
August 10 2020
- ⭐️️ Allocating separate thread that basically waits certain amount of time to clean telemetry data is a waste of memory/OS data strucutres. Clening mentioned data can be incorporated into regular logic.
v4.5.2
May 29 2020
- 🐛 Fix bug with max message count parameter for Fetch Messages endpoint. Rename maximum_per_channel parameter to count for Fetch Messages, keeping the old name for compatibility.
v4.5.1
May 4 2020
- 🐛 Using SSL by default from the Python SDK to be more consistent and encourage best practices.
v4.5.0
⭐ Objects Filtering API
v4.4.0
⭐ Added support for APNS2 Push API
v4.3.0
⭐ Implemented Message Actions API
⭐ Implemented Fetch Messages API
⭐ Added 'include_meta' to history()
⭐ Added 'include_meta' to fetch_messages()
⭐ Added 'include_message_actions' to fetch_messages()
v4.2.1
⭐ Excluded the tilde symbol from being encoded by the url_encode method
⭐ Freeze PyYAML package on version 5.2 to keep Python 3.4 support
v4.2.0
⭐ Introduced delete permission to Grant endpoint. Migrated to v2 endpoints for old PAM methods.
⭐ Added TokenManager and GrantToken method.
⭐ Resolved warnings caused by the use of deprecated methods.
⭐ Removed Audit tests.
⭐ Resolved incorrectly reported SDK version.
v4.1.7
⭐ Add users join, leave and timeout fields to interval event
v4.1.6
- ⭐️ Objects API