Releases: pubnub/c-sharp
Releases · pubnub/c-sharp
v7.3.7.0
April 07 2025
Modified
- Enhance request handling with detailed response interface.
v7.3.6.0
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
March 31 2025
Fixed
- Standardize connection configuration to address inconsistent platform defaults leading to socket exhaustion under high load.
v7.3.4.0
March 28 2025
Fixed
- Fixes issue with subscribe loop when mulitple subscription changes happen rapidly.
v7.3.3.0
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
March 26 2025
Modified
- Upgrade newtonsoft json library.
v7.3.1.0
March 18 2025
Modified
- Removed old deprecated logger code.
v7.3.0.0
March 11 2025
Modified
- Implemented new logger for enhanced logging.
v7.2.1.0
February 25 2025
Fixed
- Implemented enhanced cancellation token management for
HttpClient
to allow graceful termination of HTTP requests.
v7.2.0.0
January 30 2025
Added
- Added new optional parameter
IfMatchesEtag
forsetUUIDMetadata
andsetChannelMetadata
. 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.