Releases: riverqueue/riverui
Releases · riverqueue/riverui
v0.3.1
Fixed
- Job detail: handle snoozed jobs without erroring. PR #104.
v0.3.0
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
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
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
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
Added
- This is the initial release of River UI.