Skip to content

Releases: pubnub/java

v4.33.0

14 Sep 15:10

Choose a tag to compare

September-14-2020

Full Changelog

  • 🌟️ Objects (v2) API exposed to enable metadata management.
  • 🌟️ Enable Objects (v2) related permissions management via Grant method.

v4.32.1

24 Aug 14:23

Choose a tag to compare

August-24-2020

Full Changelog

  • 🐛 Fix for subscription loop to prevent unexpected disconnections caused by unhandled HTTP statuses.

v4.32.0

14 Aug 18:10

Choose a tag to compare

August-14-2020

  • 🌟️ Allows to upload files to channels, download them with optional encryption support.

v4.31.3

17 Jun 14:32

Choose a tag to compare

June-17-2020

Full Changelog

  • 🐛 Fix typo in suppressLeaveEvents in PNConfiguration.

v4.31.2

14 Jun 22:10

Choose a tag to compare

June-14-2020

  • 🌟️ Add "click_action" parameter to PushPayloadHelper in order to pass it to FCM.

v4.31.1

20 Apr 12:28
c2feb82

Choose a tag to compare

⭐ Fix OkHttp reconnection policy

v4.31.0

27 Feb 13:39
328122d

Choose a tag to compare

  • ⭐️ Implemented Objects Filtering API
  • ⭐️ Handled more network events to keep the client subscribed
  • ⭐️ Improved interaction with classes from org.json*
  • ⭐️ Made PNCallback eligible for SAM/lambda conversion
  • ⭐️ Deprecated PNPushType.GCM in favor of PNPushType.FCM

v4.30.0

28 Jan 09:27
a699b70

Choose a tag to compare

  • ⭐ Added support for APNS2 Push API
  • ⭐️ Added a utility class to ease creating push payloads

v4.29.2

05 Dec 15:49
0ecb206

Choose a tag to compare

  • ⭐ Disabled OkHttp retry logic to improve stability on weak network conditions

v4.29.1

23 Oct 10:20
a545c21

Choose a tag to compare

  • ⭐ Made the SDK more Kotlin-friendly
  • ⭐ Categorized canceled requests as such
  • ⭐ Removed the ‘audit’ method