Releases: kayac/go-katsubushi
Releases · kayac/go-katsubushi
v1.6.0.3
Merge pull request #41 from kayac/actions
Migrate to GitHub Actions
v1.6.0.2
Merge pull request #41 from kayac/actions
Migrate to GitHub Actions
v1.6.0.1
Merge pull request #41 from kayac/actions
Migrate to GitHub Actions
v1.5.3
Shutdown silently. Suppress WARN messages after a server shutdown. (#37)
v1.5.2
- Suppress error output by warning at deadline exceeded. (#36)
- Add katsubushi.Clinet.SetTimeout() (#35)
v1.5.1
- Suppress error logs on EOF just after connected. (#34)
v1.5.0
- 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
- Fix goroutine (memory) leaks. #28
- Fix a problem with release a lock on Redis for automated worker-id assignment. fujiwara/raus#1
v1.4.2
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)