@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 3.0.1] - 2026-01-01
9+
10+ ### Added
11+
12+ - #3122 – Add log notifications when SpringDocs / Scalar are enabled by default
13+ - #3123 – Add support for serving static resources
14+ - #3151 – Add ` @Order ` to ` ApplicationReadyEvent ` listener
15+ - #3158 – Add support for API groups in Scalar
16+ - #3187 – Add Scalar WebMVC and WebFlux support
17+ - #3185 – Disable creation of blank GitHub issues (GitHub settings & workflow)
18+ - #3186 – Decouple Web Server APIs following Spring Boot modularization
19+ - #3131 – Improve warning messages when documentation is explicitly enabled
20+ - #3183 – Remove unused operations consumer from route builder methods
21+ - #3141 – Change handling so ` useReturnTypeSchema ` is evaluated at HTTP status code level instead of method level
22+
23+ ### Changed
24+
25+ - Upgrade Spring Boot to version ** 4.0.1**
26+ - Upgrade swagger-core to version ** 2.2.41**
27+ - Upgrade swagger-ui to version ** 5.31.0**
28+ - Upgrade Scalar to version ** 0.4.3**
29+
30+ ### Fixed
31+
32+ - #3133 – Fix regression where content type from Swagger ` @RequestBody ` did not take precedence
33+ - #3146 – Fix WebJar resource handler mappings for Swagger UI resources
34+ - #3168 – Support ` @Schema ` annotations on Kotlin value classes
35+ - #3178 – Fix regression when generating documentation for Kotlin ` LinkedHashSet `
36+ - #3170 – Fix warnings when setting title and description in ` application.yml `
37+ - #3173 – Fix ` /v3/api-docs ` returning Base64-encoded response with Spring Framework 7.0.2
38+ - #3155 – Fix native image support regression with SpringDoc 3.0 and Spring Boot 4.0
39+
840## [ 3.0.0] - 2025-11-21
941
1042### Added
0 commit comments