pubnub 1.4.3
pubnub: ^1.4.3 copied to clipboard
PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications
1.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.
1.4.2 #
July 27 2020
- π Fixes issue of invalid type argument for fcm push gateway type. Fixed the following issues reported by @vikram25897: #10.
1.4.1 #
1.4.0 #
July 23 2020
- ποΈ Add file apis to support file feature.
- βοΈοΈ Add support for random initialization vector for messages and file.
1.3.0 #
1.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.
1.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.
1.1.2 #
May 6 2020
- π Fixes issues of missing types for objects and push-notification. Fixed the following issues reported by @pushpendraKh: #5.
1.1.1 #
1.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.
1.0.5 #
1.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.
1.0.3 #
April 22 2020
- βοΈοΈ Fix a typo in UserDx docstring.
- π Change all Symbols to Strings to support Flutter better, fix a typo in SubscribeParams preventing subscribe from working.
1.0.2 #
April 18 2020
- βοΈοΈ Add backward synchronization to private repository for
pubspec.yaml
andlib/src/core/core.dart
. - βοΈοΈ Prevent tests from breaking when version is bumped.
1.0.1 #
April 18 2020
- βοΈοΈ Refactor PAM, hide logger instances and clean up tests.
- βοΈοΈ Add
package:pedantic
config to analysis, fix lint issues. - βοΈοΈ Removes dummy changelog entry.
- βοΈοΈ Add simple example.
- βοΈοΈ Improve package description.
- βοΈοΈ Clean up test prefixes.
- π Ensure()isEqual now uses correct template.
- π Add PAM to library exports.
- π Consistently use PubNubversion in tests.
1.0.0 #
April 15 2020
- ποΈ Add ability to fetch current PubNub timetoken.
- ποΈ Add ability to publish messages and signals to channels and channel groups.
- ποΈ Add ability to subscribe to channels and channel groups.
- ποΈ Add ability to manage Objects (Spaces, Users and Memberships).
- ποΈ Add ability to manage PubNub Access Manager.
- ποΈ Add ability to manage device registration for Push Notification Service.
- ποΈ Add ability to add, delete and retrieve message actions.
- ποΈ Add channel and channel group abstractions to allow using History.