Skip to content

Releases: pubnub/c-sharp

v6.19.1.0

24 Oct 12:48
afa3f16
Compare
Choose a tag to compare

October 24 2023

Fixed

  • Fixes issue of getting error when hereNow is called with channelGroups param only.

v6.19.0.0

16 Oct 17:10
4dc096c
Compare
Choose a tag to compare

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

04 Sep 11:29
82bee35
Compare
Choose a tag to compare

September 04 2023

Fixed

  • Allow name param as optional in SetChannelMetadata. Removed default empty value.

v6.17.0.0

10 Jul 16:16
9f4e2aa
Compare
Choose a tag to compare

July 10 2023

Modified

  • Validate json string before deserialization.

v6.16.0.0

18 May 12:57
e7f45e0
Compare
Choose a tag to compare

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

16 Mar 16:40
a883481
Compare
Choose a tag to compare

March 16 2023

Added

  • Sending files as raw byte arrays.

Modified

  • Added TcpKeepAlive and ConnectionLimit to improve performance.

v6.14.0.0

27 Feb 10:51
58f410e
Compare
Choose a tag to compare

February 27 2023

Modified

  • Undeprecated GrantToken methods/properties.

v6.13.0.0

05 Dec 08:52
a4df5d4
Compare
Choose a tag to compare

December 05 2022

Fixed

  • Added null check for PublishFileMessage PNStatus in SendFileOperation.
  • Removed invalid Content-Type in ObjectsV2 request headers targeting .Net Frameworks.

Modified

  • Added CultureInfo.InvariantCulture to string formatting.

v6.12.0.0

14 Nov 10:43
207530f
Compare
Choose a tag to compare

November 14 2022

Fixed

  • Encode comma char for push related multi channels.

v6.11.0.0

07 Nov 07:42
d3b3b8a
Compare
Choose a tag to compare

November 07 2022

Modified

  • Added Content-Type to request header to support internal acceptance tests.
  • Added acceptance tests for ObjectsV2 feature.