Eventum Logo

Eventum

๐Ÿ› ๏ธ 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

  • --params CLI 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 replacing Field(pattern=...) with @field_validator on Path fields.

๐Ÿงช 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.

On this page