Skip to content

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 22 Aug 06:47
· 7 commits to master since this release
3e7ca36

Added

  • Job list: filter jobs matching any of the selected exact tags. PR #548.
  • Add River Pro UI support for SQLite through the new riverprosqlite driver. PR #657.

Fixed

  • Job and workflow detail: serialize jobs without attempt errors as an empty array so SQLite-backed pages render correctly. PR #657.
  • Job args: preserve large numeric JSON values exactly when displaying and copying args, while keeping object keys sorted. Fixes #593. PR #594.
  • JSON viewer: render empty and escaped object property keys as valid JSON strings. PR #632.