| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-22 | 1.9 kB | |
| Release 11.4.0 source code.tar.gz | 2026-04-22 | 240.4 kB | |
| Release 11.4.0 source code.zip | 2026-04-22 | 342.8 kB | |
| Totals: 3 Items | 585.1 kB | 0 | |
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