Releases: gojek/work
Releases · gojek/work
Release v0.8.2
What's Changed
- fix: Inprogress queue job removal for unique by key by @chopraanmol1 in #54
Full Changelog: v0.8.1...v0.8.2
Release v0.8.1
What's Changed
- Modernise webui & reduce build size by @chopraanmol1 in #51
Full Changelog: v0.8.0...v0.8.1
Release v0.8.0
What's Changed
- Bump golang version to 1.25 by @chopraanmol1 in #49
- Introduce
BulkEnqueueby @chopraanmol1 in #50
Full Changelog: v0.7.9...v0.8.0
Release v0.7.9
What's Changed
- Enhanced EnqueueIn/UniqueIn function to run job after atleast given seconds & Added EnqueueAt method to support job scheduling at specific time by @Rjtsahu in #48
New Contributors
Full Changelog: v0.7.8...v0.7.9
Release v0.7.8
What's Changed
- Expose web ui router for external server, and switch to *http.ServeMux from gocraft/web in #44
- Fix webui test & warnings in #45
Full Changelog: v0.7.7...v0.7.8
Release v0.7.7
Minor changes:
- Bump redigo
- Separate benchmark dependencies
Release v0.7.6
Minor changes:
- Update webui dependencies
Release v0.7.5
Release v0.7.4
Important changes
- Handle bad JSON input in Args and BusyWorker components (#24)
Release v0.7.3
Important changes
Display job arguments in a new component that supports syntax highlighting, collapsing properties and copying properties in WebUI (#21)
Additional changes:
- The job arguments display component also checks for a root level base64 encoded JSON property named
payload, iff present, it tries to unwrap it and display.