11.4.0 (2026-04-22)
Features
- #3868 feat(plugin): auto-mark optional @query parameters as required: false (@yogeshwaran-c)
- #3725 feat(swagger): add OpenAPI 3.2 hierarchical tags support (@apt-bh)
Bug fixes
- #3874 fix(document-builder): accept multi-digit OpenAPI version segments (@yogeshwaran-c)
- #3873 fix(plugin): strip regex delimiters and flags from @matches patterns (@yogeshwaran-c)
- #3870 fix(decorators): forward all OpenAPI parameter fields in @ApiHeader (@yogeshwaran-c)
- #3872 fix(plugin): emit @throws descriptions as proper string literals (@yogeshwaran-c)
- #3782 fix(schema): preserve example metadata for non-body params with named types (@maruthang)
- #3761 fix(plugin): support boolean literal types and boolean enum values (@lucreiss)
Enhancements
- #3865 feat(schema-object-factory): include class name chain in circular dependency errors (@yogeshwaran-c)
Committers: 4
- Lu R A (@lucreiss)
- Maruthan G (@maruthang)
- Yogeshwaran C (@yogeshwaran-c)
- @apt-bh