Skip to content

Commit 2019f83

Browse files
committed
CHANGELOG.md update
1 parent 90db507 commit 2019f83

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.8.17] - 2026-04-12
9+
10+
### Added
11+
12+
- Add support for the `@Range` constraint validation annotation
13+
- Auto-set `nullable: true` for Kotlin nullable types in schema properties
14+
15+
### Changed
16+
17+
- Upgrade Spring Boot to version **3.5.13**
18+
- Upgrade swagger-core to version **2.2.47**
19+
- Upgrade swagger-ui to version **5.32.2**
20+
21+
### Fixed
22+
23+
- #3259 – Fix an issue with annotated types with generics on parameters
24+
- #3255 – Handle `$ref` nullable wrapping and OAS 3.1 support
25+
- #3245 – Upgrade swagger-core from 2.2.43 to 2.2.45 (fixes schema resolution issues)
26+
- #3241 – Generic error responses from multiple `@ControllerAdvice` are still nondeterministic across OS
27+
- #3236 – Preserve YAML group URLs in Swagger UI
28+
- Fix `PropertyResolverUtils` to retain a `JsonNode` when reading an `ExtensionProperty` annotation
29+
- Fix handling of default values for `LocalDate`
30+
831
## [2.8.16] - 2026-02-27
932

1033
### Added

0 commit comments

Comments
 (0)