Added
- Added a flexible search filter UI for the job list. PR #344.
- Added
riverlogmiddleware logs to the job detail UI via a new unified attempts list, rather than separate lists for errors, attempted by, and now logs. PR #346. - Added a
RIVER_JOB_LIST_HIDE_ARGS_BY_DEFAULTenv andServerOpts.JobListHideArgsByDefaultsetting to give the backend the ability to choose to hide args from the job list by default. This is useful if your args tend to be encoded or encrypted and not worth looking at in bulk. It can also be overridden in a new settings screen in the UI. PR #354.
Changed
- Job args and metadata on the job detail view now use an interactive collapsible JSON view rather than pretty-printing the entire payload on screen. For large payloads this is a better UX and doesn't disrupt the page flow by default. PR #351.
Fixed
- Corrected links on queue list page to use the TanStack Router
<Link>component instead of raw<a>tags so that settings like path prefix will be respected. PR #353.