Skip to content

v0.4.0

Compare
Choose a tag to compare
@bgentry bgentry released this 26 Aug 21:04
· 88 commits to master since this release
a0bc947

Added

  • Job counts are cached for very large job tables to make request timeouts less likely. PR #108.
  • River UI has been restructured to properly support a dynamic path prefix on built static assets. The -prefix CLI option or the PATH_PREFIX Docker container env can both be used to set a URL prefix on both the API routes and the frontend HTML routes. PR #115.