Releases: appleboy/gorush
Releases · appleboy/gorush
Gorush 1.4.0
- #88 Support docker compose testing.
- #86 Support hide token flag.
- #89 Replace go path with global variable.
- #92 Remove pem_cert_path config setting.
- #94 Support password parameter when loads a PEM certificate file.
- upgrade google gcm library.
Gorush 1.3.0
Feature
- #80 Support Glide Package Management.
- #75 Rewrite boltdb, memory and redis engine.
Bugs
- #78 Fixed docker test error.
- #73 Wrong Stat on redis and boltDB engine.
Gorush 1.2.1
Feature
- #68 Support iOS apns-topic flag for command line.
Gorush 1.2.0
Feature
- #58 support Boltdb engine.
- #61 Support Redis engine.
- #64 check user request message format.
Bugs
Gorush 1.1.0
New feature
- Support notification queue and multiple workers. #53
- Support
/api/stat/app
show notification success and failure counts. #55
- Support
/api/config
show your yml config. #57
Gorush 1.0.0
Feature
- Support Google Cloud Message using go-gcm library for Android.
- Support HTTP/2 Apple Push Notification Service using apns2 library.
- Support YAML configuration.
- Support command line to send single Android or iOS notification.
- Support Web API to send push notification.
- Support zero downtime restarts for go servers using endless.
- Support HTTP/2 or HTTP/1.1 protocol.