1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,34 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.8.6] - 2025-03-23
9
+
10
+ ### Added
11
+ - #2909 - Check both SerDe BeanPropertyDefinition for @JsonUnwrapped /@Schema
12
+ - #2927 - Bail sealed class subtype introspection on Schema
13
+ - #2917 - Add Future to ignored response wrappers
14
+ - #2938 - Add out of the box support for LocalTime, YearMonth, MonthDay
15
+
16
+ ### Changed
17
+ - Upgrade swagger-ui to v5.20.1
18
+ - Upgrade swagger-core to 2.2.29
19
+ - Upgrade spring-cloud-function to 4.2.2
20
+ - Upgrade spring-boot to version 3.4.4
21
+
22
+ ### Fixed
23
+ - #2928 - Add missing builder methods in SchemaBuilder
24
+ - #2905 - ModelResolver.enumAsRef = true result in invalid openapi with actuator using enum param
25
+ - #2939 - Duplicate ModelConverter registration with Spring Boot DevTools
26
+ - #2941 - SpringBoot native fails /v3/api-docs when using a Map as an http entity field
27
+
8
28
## [ 2.8.5] - 2025-02-16
9
29
10
30
### Added
11
31
- #2696 - Do not require JsonSubType annotation for sealed classes
12
32
- #2898 - add needed runtime reflection hints for native image
13
33
- #2891 - Refactor trimIndent Method
34
+ - #2931 - OpenAPIService serverBaseUrl is not thread safe
35
+ - #2933 - Wrong schema generation with PagedModel generated VIA_DTO and wrapped in ResponseEntity
14
36
15
37
### Changed
16
38
- Upgrade swagger-ui to v5.18.3
0 commit comments