Releases: pubnub/dart
Releases · pubnub/dart
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.
PubNub Dart SDK v4.2.4
July 27 2023
Fixed
- Fixes issue of missing decrypt function in batch history api.
PubNub Dart SDK v4.2.2
PubNub Dart SDK v4.2.1
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
PubNub Dart SDK v4.1.2
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.