Skip to content

Releases: pubnub/c-sharp

v7.0.0.0

31 Oct 03:52
7f4180c
Compare
Choose a tag to compare

October 31 2024

Added

  • Added support for Channel, ChannelGroup, Subscription and SubscriptionSet, ChannelMetadata, UserMetadata entities for Subscribe related operation.
  • BREAKING CHANGES: Added new event listeners support.
  • BREAKING CHANGES: All apis calls will be made through HttpClient by default.
  • Default value for EnableEventEngine is set to true, Subscribe operation will be executed by event engine by default.

Modified

  • Removed telemetry manager.

v6.20.2.0

03 Oct 11:15
43494fd
Compare
Choose a tag to compare

October 03 2024

Fixed

  • Fixes issue of listener not being removed on RemoveListener call.

v6.20.1.0

09 May 09:33
3718f01
Compare
Choose a tag to compare

May 09 2024

Fixed

  • Fixes issue of Unity SDK not being able to have a fully independent IJsonPluggableLibrary implementation because of direct nu-get Newtonsoft usage in C# SDK (Unity has it's own version that works with IL2CPP builds).

v6.20.0.0

18 Apr 12:24
325cae0
Compare
Choose a tag to compare

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

02 Apr 12:57
16126dd
Compare
Choose a tag to compare

April 02 2024

Fixed

  • Resolved the issue where an incorrect network status was emitted when no internet connection was detected.

v6.19.6.0

28 Mar 11:39
4b04b78
Compare
Choose a tag to compare

March 28 2024

Fixed

  • Fixes issue of inaccurate DateTime to TimeToken conversion in TranslateDateTimeToPubnubUnixNanoSeconds.

v6.19.5.0

17 Jan 08:16
43a3e47
Compare
Choose a tag to compare

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

28 Nov 08:31
9ac0db5
Compare
Choose a tag to compare

November 28 2023

Fixed

  • Handle unencrypted message while getting messages with crypto.

v6.19.3.0

31 Oct 11:18
895c7f5
Compare
Choose a tag to compare

October 31 2023

Fixed

  • Fixes issue of applying default serializer settings.

v6.19.2.0

30 Oct 15:27
72f8d8f
Compare
Choose a tag to compare

October 30 2023

Modified

  • Changed license to PubNub Software Development Kit License.