Added
- Job list: filter jobs matching any of the selected exact tags. PR #548.
- Add River Pro UI support for SQLite through the new
riverprosqlitedriver. 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.