Skip to content

2.2.0

Compare
Choose a tag to compare
@freost freost released this 25 Jan 21:36
· 16 commits to 2.2 since this release
3592bcd

2.2.0 (2023-11-23)

New

  • Added a controller that exposes three endpoints:
    • The OpenApi spec
    • A Redoc UI
    • A Swagger UI
  • Added a new route registrar class:
    • Registers routes from a cache file or at runtime from the OpenApi yaml spec.
    • Automatically registers /openapi/spec route that exposes the OpenApi spec.
    • Automatically registers /openapi/docs route that exposes a Swagger or Redoc UI.