1.1.0
September 11 2025
Added
- Add implementation of Entities:
Channel,ChannelGroup,ChannelMetadata,UserMetadatawith all related PubNub functions. - Add implementation of
SubscriptionandSubscriptionSetobjects. 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.