Releases: pubnub/c-sharp
Releases · pubnub/c-sharp
v8.0.0.0
October 28 2025
Added
- BREAKING CHANGES: The HereNow method will return a maximum of 1000 occupants per channel. Previously, it was returning all occupants without limit parameter support. Use pagination through offset when more than 1000 occupants present in channel.
Fixed
- Discard use of gcm and replaced with fcm for push notification service type of google. Removed mpns support.
Modified
- Added new tests for duplicate subscribe requests.
v7.5.0.0
September 02 2025
Fixed
- Fixed types of Meta and Actions in PNHistoryItemResult to not be objects but properly formatted Dictionaries.
- Fixed issue of getting Forbidden error while using publish with POST type along with PAM enabled keyset.
v7.4.1.0
July 31 2025
Fixed
- Added MembershipMetadata container inside PNObjectEventResult to correctly parse and forward data when object event type is "membership".
- Fixed issue where some result objects like PNMessageResult had UserMetadata declared as an object instead of the standard Dictionary<string, object> format for metadata.
v7.4.0.0
July 23 2025
Added
- Added support for
statusandtypefields for uuid, channel and members app context apis.
v7.3.15.0
July 03 2025
Added
- Implemented an in-house CBOR solution for ParseToken() handling to reduce total SDK+dependencies size.
v7.3.14.0
June 26 2025
Modified
- Updated log type from Error to Warn for TaskCanceledException.
v7.3.13.0
June 06 2025
Fixed
- Improved parsing of file download errors to be properly set in operation status ErrorData.
v7.3.12.0
May 30 2025
Added
- Added new integration tests to better cover all SDK endpoints.
Fixed
- Fixed an issue when upon receiving a message with published with a custom type the CustomMessageType would be null upon receiving.
v7.3.11.0
May 22 2025
Fixed
- Fix missing
heartbeatandleaveREST API calls when the event engine is enabled andpresenceTimeoutorpresenceHeartbeatIntervalnot set.
v7.3.10.0
May 09 2025
Fixed
- Specified dependency version for fixing synk reported issues.