Skip to content

Releases: daresaydigital/azure-notificationhubs-go

Background notifications on iOS 13

14 Feb 11:36
Compare
Choose a tag to compare

Fix for background notifications on iOS 13. Upstream merge from vippsas/gozure#1

Support for installations, batch send and unregistering a device

13 Feb 14:56
f5ad17d
Compare
Choose a tag to compare

v0.1.3

Added missing functionality thanks to NathanBaulch

  • Pass the current context to the http request instead of using the background context, thanks to NathanBaulch #8
  • Add support for installations, thanks to NathanBaulch #10
  • Add support for batch send, thanks to NathanBaulch #11
  • Add support for unregistering a device, thanks to NathanBaulch #5
  • Add automatic testing for Go 1.13
  • Minor bug fixes #12 #6 #9

Fix for reading the message id

27 May 10:11
Compare
Choose a tag to compare
v0.1.2

Headers are lowercase

Minor bugfix

17 May 10:54
Compare
Choose a tag to compare

Added an extra check to avoid nil references when parsing unexpected registration results

v0.1.0

14 May 14:16
3cb8bbe
Compare
Choose a tag to compare
  • Support for templated notifications
  • Support for notification telemetry in higher tiers

v0.0.2

24 Apr 19:17
ca00d2d
Compare
Choose a tag to compare
v0.0.2 (#1)

* Refactor, added getRegistrations

* Broke out time generator and http client

* Break out of tests

* You can not schedule a message in the past

* Testing registration

* Redid the parsing of xml

* get registration

* Refactor lib

* Travis

* Support tag expressions

* broken vet script give false negatives

* Removed unused dependencies

* Updates after PR feedback