@@ -4,14 +4,27 @@ 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
+ ## [ 2.0.0-M7] - 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
+ ### Changed
13
+ - Upgrade swagger-core to 2.2.4
14
+ - Upgrade swagger-ui to 4.14.3
15
+ ### Fixed
16
+ - #1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
17
+ - #1842 - A HTTP header in multipart/form-data is handled as form item instead of header
18
+ - #1845 - Wrong "response" description with two controllers having its own ExceptionHandler.
19
+
7
20
## [ 2.0.0-M6] - 2022-10-03
8
21
## Added
9
22
- #1860 - Replace auto-configuration registration by @eikemeier in https://github.com/springdoc/springdoc-openapi/pull/1860
10
23
- #1814 - Allow requestBody creation for GET on openapi resource endpoint
11
24
### Fixed
12
- - 1855 -Fixed a bug that duplicate field were get for record classes by @uc4w6c in https://github.com/springdoc/springdoc-openapi/pull/1855
25
+ - # 1855 - Fixed a bug that duplicate field were get for record classes by @uc4w6c in https://github.com/springdoc/springdoc-openapi/pull/1855
13
26
- #1820 - Refresh the browser each time, the global header is added in duplicate.
14
- - #523 - No documented way to handle Mono/Flux without Webflux
27
+ - #523 - No documented way to handle Mono/Flux without Webflux
15
28
- #1816 - Parameters with same name but different locations can't render in UI properly
16
29
17
30
## [ 2.0.0-M5] - 2022-08-21
0 commit comments