Skip to content

Kotlin SDK v9.1.0

Compare
Choose a tag to compare
@pubnub-release-bot pubnub-release-bot released this 09 Apr 14:36
· 54 commits to master since this release
88a8b5b

April 09 2024

Added

  • Added methods for publishing messages and signals on the Channel class. Also added new builder factories on PubNub with required parameters provided upfront, e.g. PubNub.publish(message,channel). .
  • Allow overriding certain PubNub configuration options per API call through Endpoint.overrideConfiguration.

Modified

  • Remaining classes from com.pubnub.internal package were hidden from compilation classpath. Users should only use classes in com.pubnub.api package.