Skip to content

v0.17.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 17:28
0e80085

Added

  • Add first-class custom database schema support to the riverui and riverproui executables through the -schema flag and RIVER_SCHEMA environment variable. PR #629.

Fixed

  • Job retry: keep the current page open and show an actionable error when a retry conflicts with another active unique job. PR #623.
  • Global live update pause: disable automatic query refreshes on browser focus and reconnect, preventing paused workflow detail pages from re-fetching wait data outside the configured refresh interval. PR #584.
  • Job detail: preserve line breaks in attempt logs while keeping structured JSON viewer content outside preformatted code markup. PR #592.