Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@pubnub-release-bot pubnub-release-bot released this 08 Feb 09:04
· 1 commit to master since this release
dab433d

February 08 2024

Added

  • Make it possible to create SubscriptionCursor from the string slice.
  • Add add_subscriptions(..) and sub_subscriptions(..) to SubscriptionSet to make it possible in addition to sets manipulation use list of subscriptions.

Fixed

  • Fix issue because of which cursor is not reset on Subscription and SubscriptionSet on unsubscribe.
  • Fix issue because of which cancelled effects still asynchronously spawned for processing.

Modified

  • Change client to pubnub in inline docs.
  • Add subscription token validation.
  • Added a method to validate the provided subscription token to conform to PubNub time token requirements with precision. Separate subscribe example into two to show separately subscribe feature and presence state maintenance with subscribe.