Skip to content

Releases: pubnub/dart

PubNub Dart SDK v4.1.1

05 Apr 10:33
a8bf178
Compare
Choose a tag to compare

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

16 Dec 19:27
4c834dc
Compare
Choose a tag to compare

December 16 2021

Added

  • Added support for Revoke Token feature.

PubNub Dart SDK v4.0.0

22 Nov 14:40
08af795
Compare
Choose a tag to compare

November 22 2021

Added

  • Adds PAM v3 support with grantToken and setToken.
  • 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

16 Feb 17:39
Compare
Choose a tag to compare

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

08 Oct 12:55
Compare
Choose a tag to compare

October 8 2020

Full Changelog

  • ⭐️️ 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

07 Sep 14:46
Compare
Choose a tag to compare

September 7 2020

Full Changelog

  • πŸ› Fixes issue of upgrade failure. Fixed the following issues reported by @devopsokdone: #14.

v2.0.0

31 Aug 18:07
Compare
Choose a tag to compare

August 31 2020

Full Changelog

  • 🌟️ 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

18 Aug 19:19
Compare
Choose a tag to compare

August 19 2020

Full Changelog

  • 🌟️ 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

05 Aug 17:34
Compare
Choose a tag to compare

August 5 2020

Full Changelog

  • πŸ› 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

27 Jul 16:28
Compare
Choose a tag to compare

July 27 2020

Full Changelog

  • πŸ› Fixes issue of invalid type argument for fcm push gateway type. Fixed the following issues reported by @vikram25897: #10.