Releases: pubnub/dart
Releases · pubnub/dart
PubNub Dart SDK v7.1.0
February 26 2026
Added
- Migration from dart html package to web for wasm compatibility.
PubNub Dart SDK v7.0.1
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
October 23 2025
Fixed
- Fixes issue of delete message with
fromandtoparameters. To delete range of message(s).
PubNub Dart SDK v5.1.1
January 20 2025
Fixed
- Fixes issue of getting error for setUUIDMetadata call without
customfield.
PubNub Dart SDK v5.1.0
December 18 2024
Added
- Added support for
statusandtypefields in AppContext APIs.
PubNub Dart SDK v4.3.4
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
March 28 2024
Added
- Added support for pagination params for listChannels api of push notification devices.
PubNub Dart SDK v4.3.2
January 22 2024
Fixed
- Fixes issue of getting signature mismatch exception while publishing encrypted data.
PubNub Dart SDK v4.3.1
November 27 2023
Fixed
- Handle unencrypted message while getting messages with cryptoModule configured.
PubNub Dart SDK v4.3.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.