File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 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.
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.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+
828## [ 2.8.5] - 2025-02-16
929
1030### Added
1131- #2696 - Do not require JsonSubType annotation for sealed classes
1232- #2898 - add needed runtime reflection hints for native image
1333- #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
1436
1537### Changed
1638- Upgrade swagger-ui to v5.18.3
You can’t perform that action at this time.
0 commit comments