wallowa
changelog
Here are the releases for wallowa
.
WARNING
The project will follow semver 2.0 once wallowa
reaches v1.0.
For now there will probably be breaking changes in minor versions but we'll do what we can to minimize and mitigate them.
DANGER
The DuckDB internal storage format is not yet stable.
Follow these steps before upgrading wallowa
until DuckDB storage format stability is reached.
v0.3.0 on September 21, 2023
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 --platform linux/amd64 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.
v0.2.0 on September 18, 2023
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 prebuilt binary for this version is for MacOS on ARM.
Changes
- Fixed an incorrect https URL in the get started content and CLI. Thanks to @NoriSte for PR #14!
- Added a new chart for the count of closed GitHub Pull Requests by repo
- Added the count of closed GitHub Pull Requests by repo chart to the dashboard
- Improved messages for CLI fetch when requests are made and when errors occur on the GitHub API fail
- Show error message when a fetch fails in the sources web UI
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.
v0.1.0 on September 6, 2023
The initial version of wallowa
. This version uses DuckDB v0.8.1.
The only prebuilt binary for this version is for MacOS on ARM.
Changes
- CLI (command line interface) with
fetch
,new
,serve
, andhelp
commands - Web UI with a dashboard, GitHub Pull Request duration chart, and index of sources
- Server to host the web UI
- Documentation
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.