Skip to content

Commit b9f345c

Browse files
committed
CHANGELOG.md update for release 3.0.1
1 parent d08faeb commit b9f345c

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ 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.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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</central-publishing-maven-plugin.version>
5757
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
5858
<swagger-api.version>2.2.41</swagger-api.version>
59-
<swagger-ui.version>5.30.1</swagger-ui.version>
59+
<swagger-ui.version>5.31.0</swagger-ui.version>
6060
<gmavenplus-plugin.version>1.13.1</gmavenplus-plugin.version>
6161
<jjwt.version>0.9.1</jjwt.version>
6262
<therapi-runtime-javadoc.version>0.15.0</therapi-runtime-javadoc.version>

0 commit comments

Comments
 (0)