Skip to content

Releases: gunrein/wallowa

wallowa v0.3.0

21 Sep 23:54
Compare
Choose a tag to compare

Wallowa v0.3.0 to use a Docker image for distribution. The image is available as gunrein/wallowa on Docker Hub.

To run this version use the command:

docker run -v .:/usr/wallowa:rw -p 127.0.0.1:9843:9843 gunrein/wallowa:0.3.0`

This version uses DuckDB v0.8.1 (the same version as Wallowa v0.2).

Changes

  • Use a Docker image for distribution
  • Use a GitHub Action to automatically build a new Docker image for the release when a new Git tag is pushed to GitHub

Known issues

  • Background data fetching in the server has a concurrency issue. During a fetch charts and other display elements that require data from the database will be slow to respond.

wallowa v0.2.0

18 Sep 22:48
Compare
Choose a tag to compare
wallowa v0.2.0 Pre-release
Pre-release

Wallowa v0.2.0 adds a chart for the ​count of closed GitHub Pull Requests by repo​, improves messages when fetching, and fixes a bug.

Thanks to @NoriSte for contributing PR #14!

This version uses DuckDB v0.8.1 (the same version as Wallowa v0.1).

The only pre-built binary for this version is for MacOS on ARM.

Download v0.2.0

Changes

Known issues

  • Background data fetching in the server has a concurrency issue. During a fetch charts and other display elements that require data from the database will be slow to respond.

wallowa v0.1.0

07 Sep 02:34
bb82dd8
Compare
Choose a tag to compare
wallowa v0.1.0 Pre-release
Pre-release

The initial version of wallowa. This version uses DuckDB v0.8.1.

The only prebuilt binary for this version is for MacOS on ARM.

See the changelog documentation for warnings about version stability and upgrades.

Changes

Known issues

  • Background data fetching in the server has a concurrency issue. During a fetch charts and other display elements that require data from the database will be slow to respond.