Skip to content

Releases: nestjs/swagger

Release 11.3.0

15 Apr 12:13
0106583

Choose a tag to compare

11.3.0 (2026-04-15)

Bug fixes

Enhancements

Dependencies

Committers: 7

11.2.7

09 Apr 13:11
7924747

Choose a tag to compare

What's Changed

  • fix(deps): update dependency lodash to v4.18.1 [security] by @renovate[bot] in #3808
  • fix(deps): update dependency @nestjs/mapped-types to v2.1.1 by @renovate[bot] in #3791
  • fix(plugin): support TypeScript project references in ReadonlyVisitor by @maruthang in #3804
  • fix(plugin): skip auto-generated response decorator when Api*Response already present by @maruthang in #3803
  • fix(schema): handle const enum objects from SWC compiler metadata by @maruthang in #3802
  • fix(deps): update dependency path-to-regexp to v8.4.2 by @renovate[bot] in #3815
  • fix(swagger-explorer): prevent enum schema mutation across multiple document generations by @maruthang in #3799
  • fix(decorators): do not crash on Controller getter by @robbtraister in #3788
  • fix(plugin): handle non-ASCII characters in project paths by @maruthang in #3786
  • fix(explorer): pass version to operationIdFactory for all versioning types by @maruthang in #3783
  • chore(deps): update dependency class-validator to v0.15.1 by @renovate[bot] in #3753
  • fix(deps): update dependency swagger-ui-dist to v5.32.2 by @renovate[bot] in #3738

New Contributors

Full Changelog: 11.2.6...11.2.7

11.2.6

04 Feb 11:07
3281744

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.2.5...11.2.6

Release 11.2.5

14 Jan 08:17
961b40b

Choose a tag to compare

11.2.5 (2026-01-14)

Bug fixes

  • #3618 fix: resolve static asset loading with trailing slash (@spandios)

Enhancements

Committers: 2

11.2.4

06 Jan 17:43
b7d1581

Choose a tag to compare

What's Changed

  • chore(deps): update dependency @fastify/static to v9 by @renovate[bot] in #3667
  • Add 'file' type to schema object metadata interface by @karianpour in #3671
  • chore(deps): update node.js to v24.12.0 by @renovate[bot] in #3657
  • fix(deps): update dependency swagger-ui-dist to v5.31.0 by @renovate[bot] in #3639
  • fix(schema): preserve items schema when metadata.items is already defined by @bas0N in #3635

New Contributors

Full Changelog: 11.2.3...11.2.4

Release 11.2.3

18 Nov 09:37
ef0173b

Choose a tag to compare

What's Changed

  • Revert "fix(plugin): add async modifier when a reference is await import statement" by @kamilmysliwiec in #3633

Full Changelog: 11.2.2...11.2.3

Release 11.2.2

16 Nov 14:53
f95540e

Choose a tag to compare

11.2.2 (2025-11-16)

Bug fixes

  • #3603 fix(plugin): add async modifier when a reference is await import statement (@seonggukchoi)

Dependencies

Committers: 1

11.2.1

16 Oct 08:13
f41c5fa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.2.0...11.2.1

Release 11.2.0

05 May 11:47
e3f44bd

Choose a tag to compare

11.2.0 (2025-05-05)

Enhancements

  • #3424 feat(document-builder): add support for setting extensions inside the info object (@daniseijo)
  • #3248 feat(swagger): add extension in SecuritySchemeObject (@mag123c)

Committers: 2

Release 11.1.6

30 Apr 06:22
1f399f0

Choose a tag to compare

11.1.6 (2025-04-30)

Enhancements

  • #3423 feat(swagger-plugin): add skipDefaultValues option to omit unspecified default fields and corresponding test (@mag123c)

Committers: 1