All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- feat(dockerfile): Make workdir read/writable by root group for k8s
- feat: Add option to configure via ENV variables (FAMEDLY_BDR)
- bump: Update dependencies
- Aggregate stats hourly instead of daily
- Prepare sqlx queries for release builds
- Aggregated stats by context
- Remove dependabot configuration
- Add
GET
/aggregated-stats
endpoint - (ci) Correct syntax
- Move run function to lib
- Set health check and time zone
- Add github action
- Migrate to github
- Update to new reusable workflow
Fix panic on logging.
Updating dependencies, resolving several RUSTSEC advisories.
Initial release of Barad-dûr. Comes with support for stats recording, and aggregation.
A focus on maintainability means that this initial release already comes with:
- integration testing
- database schema migrations
- continuous integration