Releases: pubnub/c-sharp
Releases · pubnub/c-sharp
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
status
andtype
fields 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
heartbeat
andleave
REST API calls when the event engine is enabled andpresenceTimeout
orpresenceHeartbeatInterval
not set.
v7.3.10.0
May 09 2025
Fixed
- Specified dependency version for fixing synk reported issues.
v7.3.9.0
May 09 2025
Modified
- Changed the way the PubNub logger is injected into IHtttpClientService for better custom-transport-layers handling.
v7.3.8.0
April 08 2025
Modified
- Subscribe with custom timetoken scenario handling improvements.