Skip to content

Releases: appleboy/gorush

Release v1.6.1

02 Aug 12:59
Compare
Choose a tag to compare

30d2fd6 add docker testing.
008bd3d fix travis config.
5b67226 remove project path.
ed1ce19 update docker-compose version.
c2b4d31 fix SetProxy lint error.
f823e5a update lint.
4494310 fix redis client lint.
dd1fb29 fix boltdb and memory client lint.
c025170 fix docker build error.

Release v1.6.0

29 Jul 01:58
Compare
Choose a tag to compare

feature

e784ae5 Support set http proxy for gorush CLI.
4a43124 Initial proxy setting for web server.
3f2c6a3 Support coverage report.
96eb62f add coverage script.
bc6aeeb add https test.

bugs

3190668 find submodule folder using git list command.
dac36a7 remove unknown shorthand flag for docker command.

Release v1.5.0

29 Jun 03:21
Compare
Choose a tag to compare

Feature

146854e fixed #90 Support load p12 format of certificate file.
6be5e24 rename pem_path to key_path.
f65ccaa Show response time, status code etc.
da12569 Add go fmt command.

Bug fix

ddfedcb Fix docker hub project name.
17a089e update gorush cli.
82cb2f5 fix golint.
8814edb fix go_vet error.
06582a8 fix content text.

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.