Skip to content

v2.14.2

Choose a tag to compare

@pmcelhaney pmcelhaney released this 01 Aug 11:52
· 528 commits to main since this release
8b63841

Patch Changes

  • 826314b: Fixed a TypeScript build failure caused by conflicting Koa rawBody declarations.
  • 857e3a7: Normalize trailing slashes in OpenAPI paths when generating route and type files, and reject paths that collide after normalization.
  • d2c50e0: Keep grouped OpenAPI specs at their declared paths when prefix is omitted, while preserving explicit and shared prefixes.
  • 3771a1e: Prune obsolete generated path, component, response, and version type files, including legacy hidden files and type-only generation.
  • 634de59: Route requests across multiple API specifications that share the same URL prefix, including combined Allow headers for method mismatches.
  • 80a3a2a: Run startup scenarios once for every API group in declaration order, with context shared across versions and isolated between groups.