File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ 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.5.12] - 2021-10-20
8
+ ### Changed
9
+ - Upgrade swagger-ui to 3.52.5
10
+ - #1282 - #1288 - #1292 - #1293 Use Optional List to inject RequestMappingInfoHandlerMapping.
11
+ - #1290 - Use Publisher as response wrapper to ignore instead of Mono.
12
+ - #1313 - Upgrading to io.github.classgraph: classgraph to v4.8.116
13
+ - #1296 - Update Demo URLs
14
+ ### Fixed
15
+ - #1316 - Hidden controller exposes Operation annotated method
16
+ - #1289 - Fix server address customizing in case of enabled pre-loading mode
17
+ - #1274 - Objects properties order is not preserved with springdoc.api-docs.resolve-schema-properties = true.
18
+ - #1287 - Fix typo of PageableConverter Javadoc
19
+
7
20
## [ 1.5.11] - 2021-10-03
8
21
### Added
9
22
- #1232 - Get CSRF token from local storage
You can’t perform that action at this time.
0 commit comments