| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-21 | 577 Bytes | |
| v0.44.1 source code.tar.gz | 2026-08-21 | 609.5 kB | |
| v0.44.1 source code.zip | 2026-08-21 | 829.7 kB | |
| Totals: 3 Items | 1.4 MB | 0 | |
Fixed
- SQLite job completion, rescue, and full-update paths now serialize timestamps using River's standard millisecond format instead of relying on database driver serialization, preventing inconsistent timestamp representations from being persisted. PR [#1353]
- SQLite drivers now return a non-nil empty
JobRow.Errorsslice for jobs without errors, matching the behavior of PostgreSQL drivers and ensuring the field serializes to[]instead ofnull. PR [#1354].