Uniqush-Push v2.4.0 Release Notes

Release Date: 2017-10-07 // over 6 years ago
    • ๐Ÿ†• New feature: Initial support for GCM/FCM "notification" pushes (Documented in PR #185).
      uniqush.notification.gcm and uniqush.notification.fcm can be used
      as fields for /push, with the JSON blob to send GCM/FCM for the
      optional "notification" message.
      "notification" messages will let GCM/FCM display the notification for you.
    • ๐Ÿšง Maintenance: Change from https://android.googleapis.com/gcm/send to
      https://gcm-http.googleapis.com/gcm/send (equivalent endpoints)
    • ๐Ÿš€ Maintenance: Bump go version used to compile releases
    • ๐Ÿšง Maintenance: go 1.9+ is recommended for compiling and testing
    • ๐Ÿ› Bug fix: Improve logging subscriber name in failed API requests.