Skip to content

Releases: kayac/go-katsubushi

v1.6.0.3

18 Mar 08:55
1a8a5a1
Compare
Choose a tag to compare
v1.6.0.3 Pre-release
Pre-release
Merge pull request #41 from kayac/actions

Migrate to GitHub Actions

v1.6.0.2

18 Mar 08:45
1a8a5a1
Compare
Choose a tag to compare
v1.6.0.2 Pre-release
Pre-release
Merge pull request #41 from kayac/actions

Migrate to GitHub Actions

v1.6.0.1

18 Mar 08:39
1a8a5a1
Compare
Choose a tag to compare
v1.6.0.1 Pre-release
Pre-release
Merge pull request #41 from kayac/actions

Migrate to GitHub Actions

v1.5.4

20 Mar 17:31
Compare
Choose a tag to compare

Build with Go 1.12.

  • migrate to go module #39

v1.5.3

22 Jun 07:11
Compare
Choose a tag to compare

Shutdown silently. Suppress WARN messages after a server shutdown. (#37)

v1.5.2

19 Jun 09:05
Compare
Choose a tag to compare
  • Suppress error output by warning at deadline exceeded. (#36)
  • Add katsubushi.Clinet.SetTimeout() (#35)

v1.5.1

23 Mar 05:31
Compare
Choose a tag to compare
  • Suppress error logs on EOF just after connected. (#34)

v1.5.0

22 Feb 08:07
Compare
Choose a tag to compare
  • Support binary protocol #29 @xorphitus
    • Currentry, supported to get a single ID only.
  • Refactor Dockerfile #32 @tkuchiki
    • worker_id or redis option is must be required at boot a container.

v1.4.3

18 Dec 01:18
Compare
Choose a tag to compare
  • Fix goroutine (memory) leaks. #28
    • After v1.2.0.
  • Fix a problem with release a lock on Redis for automated worker-id assignment. fujiwara/raus#1

v1.4.2

20 Nov 03:11
a59d7d9
Compare
Choose a tag to compare

Includes bug fixes and performance improvement only from v1.4.1.

  • Reduce memory allocation for Client (#22)
  • travis: update go versions (#24)
  • Fix race condition of STATS command (#25)