Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 17:35
144232e

0.2.0 (2026-06-17)

Features

  • add CRUD routes for projects and nested jobs (ac4e241)
  • add project and job models with alembic migration (cfd0797)
  • add pydantic schemas for project and job models (e9262f1)
  • add pydantic schemas for user (39955e9)
  • add user model and establish 1-to-many relationship with projects (465b261)
  • api: restrict project access to authenticated owners (7a79062)
  • auth: implement registration and login endpoints with test suite (810bb81)
  • core: add core security utility with Argon2 and JWT (3d949bc)
  • deps: add get_current_user dependency (7076618)
  • implement user CRUD operations (658fc31)
  • integrate Prometheus and Grafana for application monitoring (e3f20ae)

Documentation