Releases: nestjs/swagger
Releases · nestjs/swagger
Release 11.2.5
11.2.5 (2026-01-14)
Bug fixes
Enhancements
- #3684 fix(plugin): respect debug option for all debug log messages (@jtomaszewski)
Committers: 2
- Jacek Tomaszewski (@jtomaszewski)
- dev_heo (@spandios)
11.2.4
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
- @karianpour made their first contribution in #3671
- @bas0N made their first contribution in #3635
Full Changelog: 11.2.3...11.2.4
Release 11.2.3
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
11.2.2 (2025-11-16)
Bug fixes
- #3603 fix(plugin): add async modifier when a reference is await import statement (@seonggukchoi)
Dependencies
- #3593 fix(deps): update dependency swagger-ui-dist to v5.30.2 (@renovate[bot])
- #3621 fix(deps): update dependency @microsoft/tsdoc to v0.16.0 (@renovate[bot])
- #3627 fix(deps): update dependency js-yaml to v4.1.1 [security] (@renovate[bot])
Committers: 1
- Eric Choi (@seonggukchoi)
11.2.1
What's Changed
- feat(@APIextension): When used on a controller it applies to all methods by @drewish in #3485
- fix: dont serve pet store definiton on api/api by @kamilmysliwiec in #3585
- fix(deps): update dependency path-to-regexp to v8.3.0 by @renovate[bot] in #3556
- fix(deps): update dependency swagger-ui-dist to v5.29.4 by @renovate[bot] in #3458
- fix: missing ApiProperty enum undefined on array handling by @pvdspek in #3590
- fix(plugin): correct enum+nullable handling for
Enum | null(and ar… by @AliRaZa1121 in #3544
New Contributors
- @pvdspek made their first contribution in #3590
- @AliRaZa1121 made their first contribution in #3544
Full Changelog: 11.2.0...11.2.1
Release 11.2.0
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
- Daniel Seijo (@daniseijo)
- JaeHo Jang (@mag123c)
Release 11.1.6
Release 11.1.5
11.1.5 (2025-04-22)
Bug fixes
- #3413 fix: type import syntax for ApiResponse in esmCompatible (@CatsMiaow)
Committers: 1
- Meow (@CatsMiaow)
Release 11.1.4
What's Changed
- feat(schema): add duplicate DTO detection in schema exploration by @Newbie012 in #3400
New Contributors
- @Newbie012 made their first contribution in #3400
Full Changelog: 11.1.3...11.1.4
Release 11.1.3
11.1.3 (2025-04-14)
Bug fixes
- #3399 fix: import handling for ESM compatibility (@CatsMiaow)
Dependencies
- #3397 fix(deps): update dependency swagger-ui-dist to v5.21.0 (@renovate[bot])
Committers: 1
- Meow (@CatsMiaow)