Releases: pubnub/c-sharp
Releases · pubnub/c-sharp
v7.3.11.0
May 22 2025
Fixed
- Fix missing
heartbeatandleaveREST API calls when the event engine is enabled andpresenceTimeoutorpresenceHeartbeatIntervalnot 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.
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.