Skip to content

Releases: pubnub/c-sharp

v8.0.0.0

28 Oct 04:33
e3e6043

Choose a tag to compare

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

02 Sep 08:37
2c66b2b

Choose a tag to compare

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

31 Jul 10:33
5b05902

Choose a tag to compare

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

23 Jul 08:39
24e2da4

Choose a tag to compare

July 23 2025

Added

  • Added support for status and type fields for uuid, channel and members app context apis.

v7.3.15.0

03 Jul 16:00
5dba9d1

Choose a tag to compare

July 03 2025

Added

  • Implemented an in-house CBOR solution for ParseToken() handling to reduce total SDK+dependencies size.

v7.3.14.0

26 Jun 04:15
e50f304

Choose a tag to compare

June 26 2025

Modified

  • Updated log type from Error to Warn for TaskCanceledException.

v7.3.13.0

06 Jun 12:45
9c6d69f

Choose a tag to compare

June 06 2025

Fixed

  • Improved parsing of file download errors to be properly set in operation status ErrorData.

v7.3.12.0

30 May 10:43
42bc6a5

Choose a tag to compare

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

22 May 16:33
9dd31a3

Choose a tag to compare

May 22 2025

Fixed

  • Fix missing heartbeat and leave REST API calls when the event engine is enabled and presenceTimeout or presenceHeartbeatInterval not set.

v7.3.10.0

09 May 11:45
76cc28c

Choose a tag to compare

May 09 2025

Fixed

  • Specified dependency version for fixing synk reported issues.