Skip to content

Releases: pubnub/kotlin

Java & Kotlin SDK v10.4.1

24 Jan 14:58
d40a520
Compare
Choose a tag to compare

January 24 2025

Fixed

  • PubNub.forceDestroy should cause okHttpClient executor service to shutDown immediately.

Java & Kotlin SDK v10.4.0

22 Jan 10:07
4f5c588
Compare
Choose a tag to compare

January 22 2025

Added

  • A new optional parameter ifMatchesEtag is added to setUUIDMetadata and setChannelMetadata. When provided, the server compares the argument value with the ETag on the server and if they don't match a HTTP 412 error is returned.

Java & Kotlin SDK v10.3.4

13 Jan 11:07
11f1678
Compare
Choose a tag to compare

January 13 2025

Fixed

  • Internal fixes.

Java & Kotlin SDK v10.3.3

07 Jan 12:54
5779f48
Compare
Choose a tag to compare

January 07 2025

Fixed

  • Added validation for Leave and Heartbeat to ensure user receives an error when providing empty strings for channels or groups.

Modified

  • Internal refactor.

Java & Kotlin SDK v10.3.2

16 Dec 15:30
64fe45f
Compare
Choose a tag to compare

December 16 2024

Modified

  • Internal fixes.

Java & Kotlin SDK v10.3.1

12 Dec 14:23
31d5360
Compare
Choose a tag to compare

December 12 2024

Modified

  • Internal changes for Chat SDK.

Java & Kotlin SDK v10.3.0

06 Dec 10:04
8f73f23
Compare
Choose a tag to compare

December 06 2024

Added

  • Added also a way to specify optional data being added to the response for Membership and ChannelMembers APIs.

Java & Kotlin SDK v10.2.1

03 Dec 13:46
51da946
Compare
Choose a tag to compare

December 03 2024

Modified

  • Internal changes in preparation for other releases.

Java & Kotlin SDK v10.2.0

18 Nov 11:25
98544a8
Compare
Choose a tag to compare

November 18 2024

Added

  • Publish, signal, share file, subscribe, and history.

Java & Kotlin SDK v10.1.0

06 Nov 11:46
b03b1a4
Compare
Choose a tag to compare

November 06 2024

Added

  • Add extension selection and support for single file in migration_tool.
  • Move shared java/kotlin APIs to a shared module.
  • Added timetoken utils methods.
  • Added getToken to Kotlin SDK.
  • Added authToken (PAM v3) to Kotlin SDK PNConfiguration.

Fixed

  • Fix for NullPointerException in pubnub-gson when grant() is called without authKeys.