Releases: pubnub/dart
Releases Β· pubnub/dart
v1.4.1
v1.4.0
July 23 2020
- ποΈ Add file apis to support file feature.
- βοΈοΈ Add support for random initialization vector for messages and file.
v1.3.0
v1.2.0
June 10 2020
- ποΈ Add simplified Objects API support with UUID and Channel metadata / membership management.
- π Fixes missing PushGateway type support of fcm for Push Notification.
v1.1.3
May 11 2020
- π Fixes unsubscribeAll so its no longer modifying subscription list during iteration. Fixed the following issues reported by @pushpendraKh: #6.
- π Fixes exports to include presence and channel group results.
v1.1.2
May 6 2020
- π Fixes issues of missing types for objects and push-notification. Fixed the following issues reported by @pushpendraKh: #5.
v1.1.1
v1.1.0
May 5 2020
- βοΈοΈ Bumps cbor package version and fixes analyzer warnings.
- βοΈοΈ Removes many dependencies that are unnecessary.
- βοΈοΈ Build_runner is no longer necessary to use.
- π Refactors logging to rely on Zones.
- π Fixes issues with resubscribing and improves injectLogger.
v1.0.5
v1.0.4
April 27 2020
- ποΈ Add HereNow to PresenceDx, usable as
pubnub.hereNow()
. - π Fix subscribe
withPresence: true
not properly forwarding messages when used with wildcard channels.