Skip to content

Releases: riverqueue/riverui

v0.3.1

03 Aug 01:08
93b4f53
Compare
Choose a tag to compare

Fixed

  • Job detail: handle snoozed jobs without erroring. PR #104.

v0.3.0

25 Jul 03:33
070d253
Compare
Choose a tag to compare

Added

  • Added support for workflows. PR #99.
  • The UI now serves a /robots.txt that instructs crawlers to not crawl any part an installation. (You should still use an authentication layer though.) PR #97.

v0.2.0

03 Jul 02:53
51fca93
Compare
Choose a tag to compare

Added

  • Add health check endpoints. PR #61.
    • GET /api/health-checks/complete (Returns okay if the Go process is running and the database is healthy.)
    • GET /api/health-checks/minimal (Returns okay as long as Go process is running.)
  • Interpret some types of Postgres errors to be user facing to produce better error messages in the UI. PR #76.

v0.1.1

23 Jun 21:01
3881d26
Compare
Choose a tag to compare

Fixed

  • Fix prebuilt binaries to correctly set required envs before JS build step. PR #61.

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 Jun 02:20
698220a
Compare
Choose a tag to compare

Added

  • Make job list items selectable so they can be cancelled, retried, or deleted as a batch. PR #57.

Fixed

  • Fix job list pagination flashing using TanStack Query's placeholderData feature. PR #56.

Full Changelog: v0.0.1...v0.1.0

v0.0.1

21 Jun 01:49
f816dbb
Compare
Choose a tag to compare

Added

  • This is the initial release of River UI.