File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
21
## [ 2.8.11] - 2025-08-23
9
22
10
23
### Added
You can’t perform that action at this time.
0 commit comments