Releases: pubnub/kotlin
Releases · pubnub/kotlin
Java & Kotlin SDK v10.3.2
December 16 2024
Modified
- Internal fixes.
Java & Kotlin SDK v10.3.1
December 12 2024
Modified
- Internal changes for Chat SDK.
Java & Kotlin SDK v10.3.0
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
December 03 2024
Modified
- Internal changes in preparation for other releases.
Java & Kotlin SDK v10.2.0
November 18 2024
Added
- Publish, signal, share file, subscribe, and history.
Java & Kotlin SDK v10.1.0
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.
Java & Kotlin SDK v10.0.0
September 24 2024
Added
PatchValue
is now used in objects returning optional data from the server, such asPNChannelMetadata
,PNUUIDMetadata
for example.- Removed mutable
PNConfiguration
classes which were deprecated in previous releases. PNConfiguration.retryConfiguration
is now enabled by default only for Subscribe requests and set toExponential
Fixed
- A migration script is provided with this release to help with package name changes.
Modified
- Please consult the migration guide for JVM SDKs version 10.0.0 for required changes to your code.
Java & Kotlin SDK v9.2.4
August 19 2024
Fixed
- Fixes a crash on Android after
PubNub.destroy
is called and there are requests running.
Java & Kotlin SDK v9.2.3
July 29 2024
Fixed
- Fixed incorrect multiple callbacks (with exception) when sending files.
Java & Kotlin SDK v9.2.2
July 04 2024
Fixed
- SetState via Heartbeat fix.