Releases: pubnub/c-sharp
Releases · pubnub/c-sharp
v6.20.0.0
April 18 2024
Added
- Added event engine implementation for subscribe and presence operation.
- Added support for
RetryConfiguration
to configure subscribe request retry.
v6.19.7.0
April 02 2024
Fixed
- Resolved the issue where an incorrect network status was emitted when no internet connection was detected.
v6.19.6.0
March 28 2024
Fixed
- Fixes issue of inaccurate DateTime to TimeToken conversion in TranslateDateTimeToPubnubUnixNanoSeconds.
v6.19.5.0
January 17 2024
Fixed
- Fixes issue of getting exception for custom objects in subscription and history when crypto module is configured.
v6.19.4.0
November 28 2023
Fixed
- Handle unencrypted message while getting messages with crypto.
v6.19.3.0
October 31 2023
Fixed
- Fixes issue of applying default serializer settings.
v6.19.2.0
October 30 2023
Modified
- Changed license to PubNub Software Development Kit License.
v6.19.1.0
October 24 2023
Fixed
- Fixes issue of getting error when hereNow is called with channelGroups param only.
v6.19.0.0
October 16 2023
Added
- Add crypto module that allows configure SDK to encrypt and decrypt messages.
Fixed
- Improved security of crypto implementation by adding enhanced AES-CBC cryptor.
- Fixes Newtonsoft Json vulnerability with MaxDepth and upgrade to version for non-PCL.
Modified
- Add SubscribeKey validation for subscribe feature.
v6.18.0.0
September 04 2023
Fixed
- Allow name param as optional in SetChannelMetadata. Removed default empty value.