Skip to content

v0.44.1

Latest

Choose a tag to compare

@brandur brandur released this 21 Aug 22:27
· 5 commits to master since this release
008a9fd

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.Errors slice for jobs without errors, matching the behavior of PostgreSQL drivers and ensuring the field serializes to [] instead of null. PR #1354.