Releases: pubnub/dart
Releases · pubnub/dart
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.
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.