File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.6.12] - 2022-10-17
8
+ ### Added
9
+ - #1888 - custom Summary for actuator
10
+ - #1881 - Support @Hidden annotation on REST repositories.
11
+ - #1878 - Sort request methods
12
+ - #1830 - Support Java record
13
+ - #1814 - Allow requestBody creation for GET on openapi resource endpoint
14
+ ### Changed
15
+ - Upgrade swagger-core to 2.2.4
16
+ - Upgrade spring-boot to 2.7.4
17
+ - Upgrade swagger-ui to 4.14.3
18
+ ### Fixed
19
+ - #1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
20
+ - #1842 - A HTTP header in multipart/form-data is handled as form item instead of header
21
+ - #1845 - Wrong "response" description with two controllers having its own ExceptionHandler.
22
+ - #1855 - Fixed a bug that duplicate field were get for record classes.
23
+ - #1820 - Refresh the browser each time, the global header is added in duplicate.
24
+ - #523 - No documented way to handle Mono/Flux without Webflux.
25
+ - #1816 - Parameters with same name but different locations can't render in UI properly
26
+
7
27
## [ 1.6.11] - 2022-08-21
8
28
### Added
9
29
- #1805 - Default flat param object
You can’t perform that action at this time.
0 commit comments