Skip to content

Java & Kotlin SDK v10.0.0

Compare
Choose a tag to compare
@pubnub-release-bot pubnub-release-bot released this 24 Sep 10:51
· 18 commits to master since this release
0e292a7

September 24 2024

Added

  • PatchValue is now used in objects returning optional data from the server, such as PNChannelMetadata, 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 to Exponential

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.