| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-25 | 512 Bytes | |
| v0.45.0 source code.tar.gz | 2026-08-25 | 603.9 kB | |
| v0.45.0 source code.zip | 2026-08-25 | 824.9 kB | |
| Totals: 3 Items | 1.4 MB | 0 | |
Changed
- Upgrade supported Go versions to 1.26 and 1.27. PR [#1356].
Fixed
- Fixed periodic jobs advancing their durable next run time when job insertion fails. PR [#1359].
- Improved SQLite queue count performance on large job tables by limiting counts to available and running jobs so the existing state and queue index can be used. PR [#1360].