File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ 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+ ## [ 2.8.16] - 2026-02-27
9+
10+ ### Added
11+
12+ - Add support for ` springdoc.swagger-ui.document-title ` property to customize the browser tab title
13+
14+ ### Changed
15+
16+ - Upgrade Spring Boot to version ** 3.5.11**
17+ - Upgrade swagger-core to version ** 2.2.43**
18+ - Upgrade swagger-ui to version ** 5.31.2**
19+ - Upgrade Scalar to version ** 0.5.55**
20+
21+ ### Fixed
22+
23+ - #3230 – Scalar source URLs resolve to ` null/<groupName> ` on second request when using ` GroupedOpenApi `
24+ - #3226 – Propagate ` @JsonView ` context when resolving ` Page<T> ` schema in ` PageOpenAPIConverter `
25+ - #3205 – springdoc-ui does not work with native compile GraalVM 25
26+ - #3219 – Upgrade swagger-core from 2.2.42 to 2.2.43 (fixes schema resolution issues)
27+ - #3193 – OpenApi field in ` SpringDocConfigProperties ` does not comply with camelCase naming conventions
28+ - #3161 – Prevent duplicate ` _links ` in ` allOf ` child schemas extending ` RepresentationModel `
29+ - Fix type annotation not considered when Kotlin is not present
30+ - Fix property resolution for parameter default values
31+
832## [ 2.8.15] - 2026-01-01
933
1034### Added
You can’t perform that action at this time.
0 commit comments