Skip to content

Releases: pubnub/dart

PubNub Dart SDK v4.3.4

15 Apr 11:39
691fb72
Compare
Choose a tag to compare

April 15 2024

Fixed

  • Fixes issue of parsing invalid presence data (which are not from pubnub server) in subscription.

PubNub Dart SDK v4.3.3

28 Mar 13:30
508ae72
Compare
Choose a tag to compare

March 28 2024

Added

  • Added support for pagination params for listChannels api of push notification devices.

PubNub Dart SDK v4.3.2

22 Jan 09:46
2a5f47e
Compare
Choose a tag to compare

January 22 2024

Fixed

  • Fixes issue of getting signature mismatch exception while publishing encrypted data.

PubNub Dart SDK v4.3.1

27 Nov 15:39
4287eaf
Compare
Choose a tag to compare

November 27 2023

Fixed

  • Handle unencrypted message while getting messages with cryptoModule configured.

PubNub Dart SDK v4.3.0

16 Oct 11:16
ba5935d
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.

PubNub Dart SDK v4.2.4

27 Jul 16:08
28023df
Compare
Choose a tag to compare

July 27 2023

Fixed

  • Fixes issue of missing decrypt function in batch history api.

PubNub Dart SDK v4.2.2

14 Nov 09:32
e2b9188
Compare
Choose a tag to compare

November 14 2022

Added

  • Support for Flutter 3.

Fixed

  • Fixes issue of having old version of xml package dependency. Fixed the following issues reported by @panalgin: #94.

PubNub Dart SDK v4.2.1

12 Jul 14:56
2e0e9f9
Compare
Choose a tag to compare

July 12 2022

Added

  • Support for fire in publish feature.
  • Allow to specify access rights for user and space in grantToken request.
  • Allow users to specify userId instead of uuid.

PubNub Dart SDK v4.1.3

21 Apr 15:47
62d4bc9
Compare
Choose a tag to compare

April 21 2022

Fixed

  • Fixes issue of fetchMessages with false includeUUID response parse error. Fixed the following issues reported by @linsdev: #89.
  • Fixes issue of publish file message not triggered on browser.

PubNub Dart SDK v4.1.2

07 Apr 13:18
bbd67d2
Compare
Choose a tag to compare

April 07 2022

Fixed

  • Adds a fix that prevents the SDK from adding forbidden headers in browser environments.
  • Fixes getFileUrl method by adding uuid in query parameters.