Releases: pubnub/c-sharp
Releases · pubnub/c-sharp
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.
v6.17.0.0
July 10 2023
Modified
- Validate json string before deserialization.
v6.16.0.0
May 18 2023
Modified
- Replaced ConcurrentDictionary class file with System.Collections.Concurrent package for all target frameworks except .net 3.5/4.0.
- Addressed threading issue on reading ConcurrentDictionary keys.
v6.15.0.0
March 16 2023
Added
- Sending files as raw byte arrays.
Modified
- Added TcpKeepAlive and ConnectionLimit to improve performance.
v6.14.0.0
February 27 2023
Modified
- Undeprecated GrantToken methods/properties.