Skip to content

Releases: pubnub/python

v4.5.3

10 Aug 17:29

Choose a tag to compare

August 10 2020

Full Changelog

  • ⭐️️ 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

29 May 19:19

Choose a tag to compare

May 29 2020

Full Changelog

  • 🐛 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

04 May 16:31

Choose a tag to compare

May 4 2020

  • 🐛 Using SSL by default from the Python SDK to be more consistent and encourage best practices.

v4.5.0

27 Feb 15:49
b3fac01

Choose a tag to compare

⭐ Objects Filtering API

v4.4.0

21 Feb 18:18
d88b9a7

Choose a tag to compare

⭐ Added support for APNS2 Push API

v4.3.0

30 Jan 09:05
e28eb39

Choose a tag to compare

⭐ 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

13 Jan 17:01
e28eb39

Choose a tag to compare

⭐ 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

30 Dec 23:17

Choose a tag to compare

⭐ 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

05 Dec 15:48
ff2563f

Choose a tag to compare

⭐ Add users join, leave and timeout fields to interval event

v4.1.6

26 Aug 22:37
47f8f3d

Choose a tag to compare

  • ⭐️ Objects API