pubnub 4.0.0-beta.0 copy "pubnub: ^4.0.0-beta.0" to clipboard
pubnub: ^4.0.0-beta.0 copied to clipboard

outdated

PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications

v4.0.0-beta.0 #

May 7 2021

  • ⭐️️ BREAKING CHANGE: Refactors the SDK to support Null Safety.
  • ⭐️️ Adds default networking module implementation for web platform.
  • 🐛 To support JavaScript as compilation target, Timetoken.value changed from int to BigInt.
  • 🐛 FetchMessageActions no longer fetches all actions on its own in line with other SDKs.

v3.0.0 #

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 #

September 7 2020

Full Changelog

  • 🐛 Fixes issue of upgrade failure. Fixed the following issues reported by @devopsokdone: #14.

v2.0.0 #

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 #

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 #

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 #

July 27 2020

Full Changelog

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

v1.4.1 #

July 24 2020

Full Changelog

  • 🐛 Fixes issue of missing exposed MessageType enum.

v1.4.0 #

July 23 2020

Full Changelog

  • 🌟️ Add file apis to support file feature.
  • ⭐️️ Add support for random initialization vector for messages and file.

v1.3.0 #

June 25 2020

Full Changelog

  • 🌟️ Add message encryption support.

v1.2.0 #

June 10 2020

Full Changelog

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

Full Changelog

  • 🐛 Fixes issues of missing types for objects and push-notification. Fixed the following issues reported by @pushpendraKh: #5.

v1.1.1 #

May 6 2020

Full Changelog

  • 🐛 Expose missing types.

v1.1.0 #

May 5 2020

Full Changelog

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

May 4 2020

  • 🐛 Fix wrong API Uri in Push Notifications. Fixed the following issues reported by @aadil058: #2.
  • 🐛 Fix Subscription.unsubscribe to correctly close the messages stream. Fixed the following issues reported by @are: #3.

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.

v1.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.

v1.0.2 #

April 18 2020

Full Changelog

  • ⭐️️ Add backward synchronization to private repository for pubspec.yaml and lib/src/core/core.dart.
  • ⭐️️ Prevent tests from breaking when version is bumped.

v1.0.1 #

April 18 2020

Full Changelog

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

v1.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.
48
likes
0
pub points
92%
popularity

Publisher

verified publisherpubnub.com

PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications

Homepage

License

unknown (LICENSE)

Dependencies

async, cbor, convert, crypto, encrypt, form_data, meta, pedantic, pool, xml

More

Packages that depend on pubnub