Releases: oshankkumar/taskqueue-go
Releases · oshankkumar/taskqueue-go
v1.1.2
What's Changed
- Remove print statement by @oshankkumar in #10
- use hmget to fetch counter values by @oshankkumar in #11
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Add favico by @oshankkumar in #7
- Update Readme.md by @oshankkumar in #8
- Use redis service in git actions for UT by @oshankkumar in #9
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Add Job Failure Metrics in UI by @oshankkumar in #4
- deterministic metric label formatting by @oshankkumar in #5
- Add SkipRetryErr for skip retrying a job immediately by @oshankkumar in #6
Full Changelog: v1.0.0...v1.1.0
🚀 Task Queue Go – Initial Release (v1.0.0)
This is the first release of Task Queue Go, a high-performance, distributed task queue built for Go applications. It provides reliable task execution, supports concurrency, and integrates seamlessly with your Go-based services.