Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.31 KB

File metadata and controls

18 lines (11 loc) · 1.31 KB

Changelog

0.2.0 (2026-03-09)

Features

  • add pagination offset support to API endpoints (2b4ef9e)
  • api: add API versioning with /api/v1/ prefix (f3957b3)
  • api: add Content-Type validation for POST/PUT/PATCH endpoints (80940ad)

Bug Fixes

  • address remaining lint issues after CI-fix cherry-pick (ae78a6a)
  • api: handle JSON encode error in content-type middleware (687ac03)
  • apply goimports grouping in config imports (9d5cb15)
  • replace fmt.Printf with structured zap logger in config package (39542ac)