Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 17:00
· 98 commits to main since this release

v0.2.0 (2026-03-26)

Feat

  • cli: add prepare_cli with project_name injection (78cc4e1)
  • database: add async SQLAlchemy session management (af91937)
  • service: add BaseService with FastAPI DI support (c393d9a)
  • user_agent: add parameterised user_agent() (ae3b27b)
  • sentry: add configurable sentry_initialize and SentrySettings (61fd5c8)
  • log: add configurable logging_initialize and LogSettings (e283f67)
  • api: add ApiException hierarchy and handlers (b055518)
  • process: add ProcessInfo and get_process_info (c8d168f)
  • models: add OutputFormat StrEnum (e19cea5)