Skip to content

Commit 89745c2

Browse files
committed
CHANGELOG.md update
1 parent 4d1a730 commit 89745c2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ 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+
## [3.0.3] - 2026-04-12
9+
10+
### Added
11+
12+
- #3246 – Add Springdoc OpenAPI MCP (Model Context Protocol) support
13+
- #3256 – Auto-set `nullable: true` for Kotlin nullable types in schema properties
14+
- #3239 – Add support for the `@Range` constraint validation annotation
15+
- #3244 – Handle default values for `LocalDate`
16+
17+
### Changed
18+
19+
- Upgrade Spring Boot to version **4.0.5**
20+
- Upgrade swagger-core to version **2.2.47**
21+
- Upgrade swagger-ui to version **5.32.2**
22+
- #3260`@ConditionalOnClass(HateoasProperties.class)` in `SpringDocHateoasConfiguration`
23+
- Forwards all MCP non-transport headers to downstream methods
24+
- Dynamically resolve the base path from `window.location.pathname` for MCP UI
25+
26+
### Fixed
27+
28+
- #3258 – Setting API Version Required when using WebFlux breaks the Swagger UI
29+
- #3259 – Annotated Generic properties getting applied to sibling properties
30+
- #3255`Direction` enum: fixed visibility scope of group order so that `setGroupsOrder` method can be used
31+
- #3247 – Preserve YAML group URLs in Swagger UI
32+
- #3245 – Upgrade swagger-core from version 2.2.43 to 2.2.45
33+
- #3235`PropertyResolverUtils` retains a `JsonNode` when reading an `ExtensionProperty` annotation
34+
- #3226 – Propagate `JsonView` context when resolving `Page<T>` schema
35+
836
## [3.0.2] - 2026-02-27
937

1038
### Added

0 commit comments

Comments
 (0)