Skip to content

Releases: pubnub/dart

v1.4.3

05 Aug 17:34
Compare
Choose a tag to compare

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

27 Jul 16:28
Compare
Choose a tag to compare

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

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.