Skip to content

1.1.0

Choose a tag to compare

@pubnub-release-bot pubnub-release-bot released this 11 Sep 07:58
· 1 commit to master since this release
76760b9

September 11 2025

Added

  • Add implementation of Entities: Channel, ChannelGroup, ChannelMetadata, UserMetadata with all related PubNub functions.
  • Add implementation of Subscription and SubscriptionSet objects. Add all necessary operations to add, remove, get subscriptions.
  • Add implementation of Event Listeners - user can now bind a delegate to subscription for every event type separately or all of them at once.

Fixed

  • Clean up properly all C-Core subscriptions after UnsubscribeFromAll.