Skip to content

Releases: pubnub/python

v4.6.1

Choose a tag to compare

@client-engineering-bot client-engineering-bot released this 27 Oct 19:49

October 27 2020

Full Changelog

  • 🐛 Passing uuid to the get_state endpoint call added.

v4.6.0

Choose a tag to compare

@client-engineering-bot client-engineering-bot released this 22 Oct 17:04

October 22 2020

Full Changelog

  • 🌟️ File Upload added to the Python SDK.
  • ⭐️️ Fix spelling typos in .pubnub.yml file. Addresses the following PRs from @samiahmedsiddiqui: #92.

v4.5.4

Choose a tag to compare

@client-engineering-bot client-engineering-bot released this 29 Sep 18:00

September 29 2020

Full Changelog

  • 🌟️ Add suppress_leave_events configuration option which can be used to opt-out presence leave call on unsubscribe.
  • ⭐️️ Log out message decryption error and pass received message with PNDecryptionErrorCategory category to status listeners.

v4.5.3

Choose a tag to compare

@client-engineering-bot client-engineering-bot released this 10 Aug 17:29

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

Choose a tag to compare

@client-engineering-bot client-engineering-bot released this 29 May 19:19

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

Choose a tag to compare

@client-engineering-bot client-engineering-bot released this 04 May 16:31

May 4 2020

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

v4.5.0

Choose a tag to compare

@qsoftdevelopment qsoftdevelopment released this 27 Feb 15:49
b3fac01

⭐ Objects Filtering API

v4.4.0

Choose a tag to compare

@qsoftdevelopment qsoftdevelopment released this 21 Feb 18:18
d88b9a7

⭐ Added support for APNS2 Push API

v4.3.0

Choose a tag to compare

@qsoftdevelopment qsoftdevelopment released this 30 Jan 09:05
e28eb39

⭐ 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

Choose a tag to compare

@qsoftdevelopment qsoftdevelopment released this 13 Jan 17:01
e28eb39

⭐ 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