Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
uniqush-push-2.4.0-1.x86_64.rpm | 2017-10-07 | 2.9 MB | |
uniqush-push_2.4.0_amd64.deb | 2017-10-07 | 2.9 MB | |
uniqush-push_2.4.0_x86_64.tar.gz | 2017-10-07 | 2.9 MB | |
README.md | 2017-10-07 | 675 Bytes | |
Release 2.4.0.tar.gz | 2017-10-07 | 70.3 kB | |
Release 2.4.0.zip | 2017-10-07 | 114.5 kB | |
Totals: 6 Items | 8.9 MB | 0 |
- New feature: Initial support for GCM/FCM "notification" pushes (Documented in PR [#185]).
uniqush.notification.gcm
anduniqush.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.