Skip to content

PubNub Dart SDK v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 14:40
· 31 commits to master since this release
08af795

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.