Releases: pubnub/dart
Releases Β· pubnub/dart
PubNub Dart SDK v4.1.1
April 05 2022
Fixed
- Fixes an issue in JS build of Dart SDK, where request bodies were improperly encoded and sent without a correct header.
PubNub Dart SDK v4.1.0
December 16 2021
Added
- Added support for Revoke Token feature.
PubNub Dart SDK v4.0.0
November 22 2021
Added
- Adds PAM v3 support with
grantToken
andsetToken
. - After subscribe loop fails, call restore to restart it.
Fixed
- Subscribe loop no longer throws on unrecoverable failure, instead waits for restart. Fixed the following issues reported by @willbryant: #63.
- Adds more diagnostics for network module. Fixed the following issues reported by @willbryant: #65.
- WhenStarts future no longer throws and is now based on a stream. Fixed the following issues reported by @willbryant: #64.
- Networking should now release all resources after a failure. Fixed the following issues reported by @aadil058: #62.
- Fixes issue of Signature mismatch with PAM enabled keysets. Fixed the following issues reported by @mahmoudsalah37: #50.
- Fixes issue of message decryption with subscription. Fixed the following issues reported by @TabooSun: #46.
v3.1.0
February 16 2021
- ποΈ Adds signature generation and Objects v2 for PAM Grant call.
- ποΈ Refactors networking module to use native dart:io.
- π Fixes few typos and a bug with BatchHistory meta param. Addresses the following PRs from @vikmind: #24.
- π Fixes an issue with default params for HereNow call. Fixed the following issues reported by @royibernthal: #26.
- π Fixes an issue with encoding of uri query parameters. Fixed the following issues reported by @vikmind: #25.
- π Fixes message decryption in subscribe loop.
v3.0.0
October 8 2020
- βοΈοΈ Subscribe loop is now written using async generator and should be easier to debug.
- βοΈοΈ Exports now are more comprehensive and clear, documentation clarity has been improved.
- π Removes additional query params from AWS calls.
- π Fixes a bunch of issues with incorrect arguments passed in.
- π Adds additional diagnostics to the networking module.
v2.0.1
September 7 2020
- π Fixes issue of upgrade failure. Fixed the following issues reported by @devopsokdone: #14.
v2.0.0
August 31 2020
- ποΈ Refactors networking module to allow additional flexibility.
- ποΈ Adds supervisor module that allows reconnection, retry and other additional, cross module functionalities.
- ποΈ Adds meta parameter to publish call and makes publish using GET instead of POST.
- π Exposes
batch
,objects
and other APIs from the PubNub class. Fixed the following issues reported by @devopsokdone: #11. - π Fixes a typo in BatchHistory where timetoken was returned null. Fixed the following issues reported by @devopsokdone: #13.
v1.4.4
August 19 2020
- ποΈ Add flags in history v3 for including messageType and uuid.
- ποΈ Add support for fetch history with message actions. Fixed the following issues reported by @edissonaguilar: #12.
- βοΈοΈ Refactor for error message parsing for files.
v1.4.3
August 5 2020
- π Fixes issue of exception from server when publishKey os null with publish call.
- π Fixes missing url component in file publish message for sendFile and support for message encryption.
v1.4.2
July 27 2020
- π Fixes issue of invalid type argument for fcm push gateway type. Fixed the following issues reported by @vikram25897: #10.