Skip to content

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Jul 22:36
1a5e571

0.1.3 (2026-07-04)

Features

  • add RequestId middleware (X-Request-Id) with log context (601f5ba)
  • add RequestId middleware for request correlation (fd8fea2)
  • add RequestId middleware for request correlation, closes #74 (f8448b4)
  • add RequestId middleware for request correlation, closes #75 (91a3a8e)
  • add unauthenticated GET /api/health endpoint (b4e2fa6)
  • add unauthenticated GET /api/health endpoint, closes #72 (f583e6a)

Bug Fixes

  • echo X-Request-Id on error responses and use Context facade (596cfe6)