๐ ๏ธ 2.0.1
Eventum 2.0.1 patch release โ CLI params fix, pydantic validation fix, expanded test coverage, and CI improvements.
Released February 21, 2026
A patch release with bug fixes, significantly expanded test coverage, and CI improvements.
๐ Bug fixes
--paramsCLI option โ fixed JSON input not being parsed correctly for dict-type Click parameters.- Path extension validation โ fixed pydantic validation error when validating file path extensions (
.csv,.json,.jinja) by replacingField(pattern=...)with@field_validatoronPathfields.
๐งช Testing
Added comprehensive tests across all packages:
- API โ auth, generators, configs, instances, startup, secrets, file tree, timestamps aggregation.
- App โ generator and parameter models.
- CLI โ keyring commands and pydantic converter.
- Core โ config loader, generator, initializer, and parameters.
- Plugins โ ClickHouse and stdout output plugin configs.
- Server โ server main and UI routes.
๐ Other changes
- Updated app slogan in CLI splash screen.
- Updated documentation links.
- Added Codecov badge to CI.
- Added HTML report export to CI.
- Fixed Docker build.