File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ 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.4] - 2025-01-25
9+
10+ ### Added
11+ - #2873 - Improve performance of getGenericMapResponse
12+ - #2836 - Provide option to set allowed locales
13+ - 2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior
14+
15+ ### Changed
16+ - Upgrade spring-boot to 3.4.2
17+ - Upgrade spring-cloud-function to 4.2.1
18+ - Upgrade swagger-core to 2.2.28
19+
20+ ### Fixed
21+ - #2870 - Springdoc 2.8.x + Spring Boot 3.4.1 breaks native image support
22+ - #2869 - Exception logged when generating schema for delete method of Spring Data repository.
23+ - #2856 - @JsonUnwrapped is ignored in new version of lib.
24+ - #2852 - @Schema (types = "xxx") does not work for multipart param with enabled springdoc.default-support-form-data config option.
25+
826## [ 2.8.3] - 2025-01-12
927
1028### Added
You can’t perform that action at this time.
0 commit comments