Skip to content

Releases: pubnub/java

v4.21.0

30 Oct 12:35
Compare
Choose a tag to compare
  • ⭐ Implemented a feature where you can add optional query params to every request
  • ⭐ Updated developer setup documentation
  • ⭐ Improved code checkstyle rules

v4.20.0

04 Sep 17:22
169b631
Compare
Choose a tag to compare
  • ⭐ Fix a bug where the global-here-now response was incorrectly interpreted

v4.19.0

04 Apr 13:48
484b9bd
Compare
Choose a tag to compare
  • ⭐Fix an issue where end of channel history was interpreted as an error

v4.18.0

12 Jan 03:53
Compare
Choose a tag to compare
  • ⭐lock down okHTTP version to support latest android version

v4.17.0

19 Dec 18:05
Compare
Choose a tag to compare
  • ⭐allow SDK to only send heartbeats without subscribing to the data channel.

v4.16.0

22 Nov 08:02
Compare
Choose a tag to compare
  • ⭐allow setting setMaximumConnections to open more connections to PubNub

v4.15.0

17 Nov 18:09
Compare
Choose a tag to compare
  • ⭐update gson dependency

  • 🐛make listeners thread safe

  • 🐛close hanging threads on shutdown

v4.14.0

25 Oct 02:52
Compare
Choose a tag to compare
  • ⭐add support to supress leave events

v4.13.0

24 Oct 14:43
Compare
Choose a tag to compare
  • ⭐do not execute subscribe on empty string channel, channel groups

  • ⭐stop heartbeat loop if an error shows up.

v4.12.0

12 Oct 18:01
Compare
Choose a tag to compare
  • 🐛fix worker thread unloading.
  • 🌟prevent concurrent modification of listeners.