@@ -5,6 +5,32 @@ 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
+
9
+ ## [ 2.8.10] - 2025-08-20
10
+
11
+ ### Added
12
+
13
+ - #3046 - Feature Request: Support @jakarta .annotation.Nonnull.
14
+ - #3042 - Support externalDocs configure on SpecPropertiesCustomizer
15
+ - #3057 - Refactor webhook discovery and scanning mechanism
16
+
17
+ ### Changed
18
+
19
+ - Upgrade spring-boot to v3.5.4
20
+ - Upgrade swagger-ui to v5.27.1
21
+ - Upgrade swagger-core to 2.2.36
22
+
23
+ ### Fixed
24
+
25
+ - #3050 - @RequestPart JSON parameters missing Content-Type in generated curl commands, causing 415 errors.
26
+ - #2978 - Parameter is no longer optional after upgrade to 2.8.8
27
+ - #3022 - NullPointerException thrown in SchemaUtils.
28
+ - #3026 - Fix unexpected merging of media types
29
+ - #3036 - Fixed "desciption"
30
+ - #3039 - Fix: Property resolution for extensions within @OpenAPIDefinition Info object
31
+ - #3051 - Fixes so that a RequestPart with a Map is added to the RequestBody
32
+ - #3060 - Use adaptFromForwardedHeaders instead of deprecated fromHttpRequest
33
+
8
34
## [ 2.8.9] - 2025-06-10
9
35
10
36
### Added
@@ -19,10 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
45
### Fixed
20
46
21
47
- #2982 - application/problem+json content type is not set for ProblemDetails
22
- - #2990 - Issues with POST Request, application/x-www-form-urlencoded and only one
23
- parameter
24
- - #2998 - io.swagger.v3.oas.annotations.Webhook does not work when defined on the method
25
- level
48
+ - #2990 - Issues with POST Request, application/x-www-form-urlencoded and only one parameter
49
+ - #2998 - io.swagger.v3.oas.annotations.Webhook does not work when defined on the method level
26
50
- #3012 - Order of examples is (sometimes) not preserved
27
51
28
52
## [ 2.8.8] - 2025-05-04
0 commit comments