Skip to content

Commit fab8f90

Browse files
committed
CHANGELOG.md update
1 parent 2f222b8 commit fab8f90

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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.12] - 2025-09-01
9+
10+
### Changed
11+
12+
- Upgrade swagger-ui to v5.28.0
13+
- Upgrade commons-lang3 to v3.18.0
14+
15+
### Fixed
16+
17+
- #3073 - Duplicate key class Parameter when documenting two GET methods with same path and PathVariable.
18+
- #3071 - @io.swagger.v3.oas.annotations.parameters.RequestBody does not work well with @RequestPart
19+
- #3066 - Parameter is now required after upgrading to springdoc-openapi 2.8.10
20+
21+
## [3.0.0-M1] - 2025-08-20
22+
23+
### Added
24+
- #3062 - Add Spring Boot 4.0.0-M2 support
825

926
## [2.8.10] - 2025-08-20
1027

0 commit comments

Comments
 (0)