Skip to content

8.0.0

Latest
Compare
Choose a tag to compare
@pubnub-release-bot pubnub-release-bot released this 23 Sep 14:26
7ec9708

September 23 2024

This version introduces breaking changes. Please visit PubNub 8.0 Migration Guide for detailed information and instructions

Added

  • Replace module name with PubNubSDK due to compiler error when a public type shares the same name as the module.
  • Add new subscriptionChanged(channels, groups) connection status and remove previously deprecated connecting and reconnecting cases.
  • Remove previously deprecated .legacyExponential(base, scale, maxDelay) reconnection policy.
  • Added additional fields to fetch in PubNub.MembershipInclude and PubNub.MemberInclude.
  • Set default AutomaticRetry for retrying subscribe requests with exponential reconnection policy.
  • Add support for attaching additional listeners to Subscription and SubscriptionSet.

Fixed

  • Ensure that subscriptions are always internally stored as weak references.