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.