Skip to content

Releases: pubnub/dart

v1.4.1

24 Jul 06:26
Compare
Choose a tag to compare

July 24 2020

Full Changelog

  • πŸ› Fixes issue of missing exposed MessageType enum.

v1.4.0

23 Jul 16:35
Compare
Choose a tag to compare

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

25 Jun 17:29
Compare
Choose a tag to compare

June 25 2020

Full Changelog

  • 🌟️ Add message encryption support.

v1.2.0

10 Jun 15:41
Compare
Choose a tag to compare

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

11 May 16:53
Compare
Choose a tag to compare

May 11 2020

Full Changelog

  • πŸ› 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

06 May 16:42
Compare
Choose a tag to compare

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

06 May 12:04
Compare
Choose a tag to compare

May 6 2020

Full Changelog

  • πŸ› Expose missing types.

v1.1.0

05 May 13:29
Compare
Choose a tag to compare

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

04 May 15:15
Compare
Choose a tag to compare

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

27 Apr 20:08
Compare
Choose a tag to compare

April 27 2020

  • 🌟️ Add HereNow to PresenceDx, usable as pubnub.hereNow().
  • πŸ› Fix subscribe withPresence: true not properly forwarding messages when used with wildcard channels.