Skip to content

Releases: appleboy/gorush

Release v1.6.4

25 Oct 13:42
Compare
Choose a tag to compare

f1428c1 Support Retry condition.

Release v1.6.3

01 Oct 06:43
Compare
Choose a tag to compare

ec3b4fc Support create pid file.
3294dba changed type for core section.
2bb12f6 add *.pid to git ignore list.
2fba9b3 fix get git version tag.
bf56f59 support LevelDB key/value database.
9b5815f Upgrade redis client to v4.
f24c65a Add bunt db testing.
b744208 Support app version on api.

Release v1.6.2

15 Aug 14:24
Compare
Choose a tag to compare

b13fd54 Support BuntDB engine.
9dd3357 remove db file before testing.
45fbb49 Add memory reset func.
8bdb46b disable cgo enabled.
0139b0d initial drone config.
085d198 update makefile.

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.