Skip to content

Releases: pubnub/c-sharp

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.

v7.3.9.0

09 May 08:40
311e3e0

Choose a tag to compare

May 09 2025

Modified

  • Changed the way the PubNub logger is injected into IHtttpClientService for better custom-transport-layers handling.

v7.3.8.0

08 Apr 04:06
3094f66

Choose a tag to compare

April 08 2025

Modified

  • Subscribe with custom timetoken scenario handling improvements.

v7.3.7.0

07 Apr 11:27
a91a224

Choose a tag to compare

April 07 2025

Modified

  • Enhance request handling with detailed response interface.

v7.3.6.0

03 Apr 13:53
f3bfc68

Choose a tag to compare

April 03 2025

Fixed

  • Reafctor: Removed excess logging from transport module. Removed redundant logging from transport layer and added thread id information for tracking http request.

v7.3.5.0

31 Mar 13:06
3a904f5

Choose a tag to compare

March 31 2025

Fixed

  • Standardize connection configuration to address inconsistent platform defaults leading to socket exhaustion under high load.

v7.3.4.0

28 Mar 13:59
dc8c193

Choose a tag to compare

March 28 2025

Fixed

  • Fixes issue with subscribe loop when mulitple subscription changes happen rapidly.

v7.3.3.0

26 Mar 13:43
afd6441

Choose a tag to compare

March 26 2025

Modified

  • Upgrade Cbor library to latest version.
  • Additional logging to log pubnub instance configuration through registered custom logger.

v7.3.2.0

26 Mar 12:03
018dda5

Choose a tag to compare

March 26 2025

Modified

  • Upgrade newtonsoft json library.