Skip to content

8.2.0

Compare
Choose a tag to compare
@pubnub-release-bot pubnub-release-bot released this 04 Dec 12:01
· 3 commits to master since this release
7b131fb

December 04 2024

Added

  • Add the type field in PubNubMembershipMetadata
  • Deprecate the methods of AppContext that contain uuid or uuids in their signatures, introduce new versions.
  • Deprecate the methods of AppContext that contain include parameter of the Bool type, introduce new versions.
  • Deprecate remove(channel:custom:completion:), introduce new version.
  • Deprecate uuidMetadataId and uuid in PubNubMembershipMetadata, introduce new properties.
  • Deprecate PubNub.IncludeFields, introduce PubNub.ChannelIncludeFields and PubNub.UserIncludeFields instead
  • Replace PubNubUUIDMetadata with PubNubUserMetadata.
  • Replace PubNubUUIDMetadataBase with PubNubUserMetadataBase.
  • Add an alias for backward compatibility with the customer code using PubNubUUIDMetadata.
  • Add an alias for backward compatibility with the customer code using PubNubUUIDMetadataBase.
  • Replace PubNubUUIDMetadataChangeset with PubNubUserMetadataChangeset.
  • Add an alias for backward compatibility with the customer code using PubNubUUIDMetadataChangeset.