Files
dance-lessons-coach/CHANGELOG.md

925 B

Changelog

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.

[Unreleased]

Added

  • GET /api/v1/uptime endpoint (PR #67) — returns server start_time and uptime_seconds
  • 📝 mkcert local HTTPS setup + Makefile cert target (PR #68) — prep for ADR-0028 Phase B OIDC callbacks
  • pkg/auth/ skeleton for OpenID Connect (PR #69) — types + client surface, handlers come later

[0.1.0] - 2026-05-05

Added

  • Magic-link passwordless authentication (ADR-0028 Phases A.1 through A.5, PRs #59-#63)
  • OIDC provider config skeleton (ADR-0028 Phase B.1 prep, PR #64)
  • Magic-link expired-token cleanup loop (PR #65)
  • Mailpit local SMTP infrastructure (ADR-0029)
  • BDD parallel email assertion strategy (ADR-0030)