Skip to content

Releases: pubnub/c-sharp

v7.3.7.0

07 Apr 11:27
a91a224
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

March 26 2025

Modified

  • Upgrade newtonsoft json library.

v7.3.1.0

18 Mar 11:47
8f7273b
Compare
Choose a tag to compare

March 18 2025

Modified

  • Removed old deprecated logger code.

v7.3.0.0

11 Mar 15:01
a375d07
Compare
Choose a tag to compare

March 11 2025

Modified

  • Implemented new logger for enhanced logging.

v7.2.1.0

25 Feb 11:17
69f71d8
Compare
Choose a tag to compare

February 25 2025

Fixed

  • Implemented enhanced cancellation token management for HttpClient to allow graceful termination of HTTP requests.

v7.2.0.0

30 Jan 09:49
c953ac5
Compare
Choose a tag to compare

January 30 2025

Added

  • Added new optional parameter IfMatchesEtag for setUUIDMetadata and setChannelMetadata. When provided, the server compares the argument value with the eTag on the server and if they don't match a HTTP 412 error is returned.

Fixed

  • Fixes issue of not getting PNSubscriptionChangedCategory status when subscription change happens.