8.2.0
pubnub-release-bot
released this
04 Dec 12:01
·
3 commits
to master
since this release
December 04 2024
Added
- Add the
type
field inPubNubMembershipMetadata
- Deprecate the methods of AppContext that contain
uuid
oruuids
in their signatures, introduce new versions. - Deprecate the methods of AppContext that contain
include
parameter of theBool
type, introduce new versions. - Deprecate
remove(channel:custom:completion:)
, introduce new version. - Deprecate
uuidMetadataId
anduuid
inPubNubMembershipMetadata
, introduce new properties. - Deprecate
PubNub.IncludeFields
, introducePubNub.ChannelIncludeFields
andPubNub.UserIncludeFields
instead - Replace
PubNubUUIDMetadata
withPubNubUserMetadata
. - Replace
PubNubUUIDMetadataBase
withPubNubUserMetadataBase
. - 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
withPubNubUserMetadataChangeset
. - Add an alias for backward compatibility with the customer code using
PubNubUUIDMetadataChangeset
.