8.0.0
pubnub-release-bot
released this
23 Sep 14:26
·
9 commits
to master
since this release
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 deprecatedconnecting
andreconnecting
cases. - Remove previously deprecated
.legacyExponential(base, scale, maxDelay)
reconnection policy. - Added additional fields to fetch in
PubNub.MembershipInclude
andPubNub.MemberInclude
. - Set default
AutomaticRetry
for retrying subscribe requests with exponential reconnection policy. - Add support for attaching additional listeners to
Subscription
andSubscriptionSet
.
Fixed
- Ensure that subscriptions are always internally stored as weak references.