Skip to content

v6.0.2

Choose a tag to compare

@github-actions github-actions released this 21 Jun 21:34
3fe1fb3

6.0.2 (2026-06-21)

Features

  • annotations: add path property to #[RestController] attribute (cdd937a), closes #141
  • OpenAPI annotations, path routing, and JsonI serialization (4b3efd3)
  • openapi: add #[ApiResponse] annotation for declarative response descriptions (b1efc1e), closes #143
  • openapi: add namespace scanning and built-in OpenAPISpecService (4e4b230), closes #144
  • response: serialize JsonI objects directly without metadata in #[ResponseBody] (2a4e8b9), closes #142

Miscellaneous Chores