Skip to content

Releases: appleboy/gorush

Gorush 1.4.0

10 Jun 13:01
Compare
Choose a tag to compare
  • #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

04 May 07:38
Compare
Choose a tag to compare

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

28 Apr 11:44
Compare
Choose a tag to compare

Feature

  • #68 Support iOS apns-topic flag for command line.

Gorush 1.2.0

26 Apr 15:10
Compare
Choose a tag to compare

Feature

  • #58 support Boltdb engine.
  • #61 Support Redis engine.
  • #64 check user request message format.

Bugs

  • #59 Fixed gocyclo error.

Gorush 1.1.0

15 Apr 07:19
Compare
Choose a tag to compare

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

10 Apr 08:12
Compare
Choose a tag to compare

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.