Skip to content

Releases: riverqueue/riverui

v0.8.1

27 Feb 21:37
14d257f
Compare
Choose a tag to compare

Changed

  • Updated JS dependencies.

Fixed

  • Fix negative wait times in job timeline. PR #288.
  • Fix occasionally incorrect job durations for errored jobs. PR #288.
  • Improve display of job attempt errors. PR #291.

v0.8.0

10 Feb 03:31
Compare
Choose a tag to compare

Added

  • Allow PG* env vars as an alternative to DATABASE_URL. PR #256.

Fixed

  • Queue list columns no longer resize when pausing/resuming a queue. PR #286.

v0.7.0

16 Dec 16:32
ba06b39
Compare
Choose a tag to compare

Added

Changed

  • Updated internal dependency of riverqueue/river to compensate for a change to baseservice.Archetype and a utility function. PR #253.

v0.6.0

26 Nov 22:00
2f09859
Compare
Choose a tag to compare

Added

  • Add RIVER_LOG_LEVEL env for env-based configuration of River UI's log level. Thank you Taras Turchenko! 🙏🏻 PR #183.

Changed

  • Allow RIVER_HOST variable to specify specific host variable to bind to. PR #157.

v0.5.3

05 Sep 15:47
Compare
Choose a tag to compare
  • Remove .gitignore from Go module bundle because it messes with vendoring in some situations. Thanks Pedro Henrique! 🙏🏻 PR #149.

v0.5.2

02 Sep 20:03
Compare
Choose a tag to compare

Fixed

  • Fix ListenAndServe() inverted error check. Thanks Martin Tournoij! 🙏🏻 PR #137.
  • Fix refresh and theme selector dropdown positioning. PR #146.

v0.5.1

01 Sep 21:09
3fc0192
Compare
Choose a tag to compare
Fix broken dropdowns, prepare v0.5.1 (#139)

* downgrade @headlessui/react to fix listbox bugs

Fixes #138.

* build sourcemaps even for prod, it's OSS after all

v0.5.0

29 Aug 01:31
298c191
Compare
Choose a tag to compare

Changed

  • The module name was changed from github.com/riverqueue/riverui to riverqueue.com/riverui. This change was made to facilitate bundling of module releases that include vendored frontend assets, which will enable the embedded Handler type to be usable by anybody who go get installs the module without requiring a complex build setup.
  • Rename HandlerOpts to ServerOpts for consistency. The Handler type was renamed to Server in PR #108 but the opts type was not renamed until now. PR #133.
  • Implement http.Handler on Server type via a ServeHTTP method so that it can be used directly without needing to call .Handler() on it. PR #133.
  • Directly specify DB interface type and rename it. Avoids relying on embedding a type from an internal package. PR #133.

Removed

  • Removed the vendored Inter font to reduce bundle size with no noticeable impact on the UI.

v0.5.0-pre3

28 Aug 02:18
Compare
Choose a tag to compare
don't remove .json files from build (need .vite/manifest.json)

v0.5.0-pre2

28 Aug 01:56
Compare
Choose a tag to compare
don't remove public from bundle