Skip to content

Commit 759259b

Browse files
committed
CHANGELOG.md update for v2.8.10
1 parent b78504d commit 759259b

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@ 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+
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+
834
## [2.8.9] - 2025-06-10
935

1036
### Added
@@ -19,10 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1945
### Fixed
2046

2147
- #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
2650
- #3012 - Order of examples is (sometimes) not preserved
2751

2852
## [2.8.8] - 2025-05-04

0 commit comments

Comments
 (0)