Skip to content

Releases: pubnub/dart

PubNub Dart SDK v7.1.0

26 Feb 08:31
4375f26

Choose a tag to compare

February 26 2026

Added

  • Migration from dart html package to web for wasm compatibility.

PubNub Dart SDK v7.0.1

18 Nov 09:44
0beffcd

Choose a tag to compare

November 18 2025

Modified

  • Remove invalid switch cases for null message type which was causing issue with web assembly build. Fixed the following issues reported by @Ali-Toosi: #145.

PubNub Dart SDK v6.0.2

23 Oct 13:54
91eb7f8

Choose a tag to compare

October 23 2025

Fixed

  • Fixes issue of delete message with from and to parameters. To delete range of message(s).

PubNub Dart SDK v5.1.1

20 Jan 08:58
94e1be2

Choose a tag to compare

January 20 2025

Fixed

  • Fixes issue of getting error for setUUIDMetadata call without custom field.

PubNub Dart SDK v5.1.0

18 Dec 10:41
c9ba9a8

Choose a tag to compare

December 18 2024

Added

  • Added support for status and type fields in AppContext APIs.

PubNub Dart SDK v4.3.4

15 Apr 11:39
691fb72

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

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

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

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

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.