File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,25 @@ 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.1] - 2020-12-07
8
+ ### Added
9
+ - #923 - Exposing swagger-ui on the management port.
10
+ - #938 - Swagger-UI Property persistAuthorization.
11
+ ### Changed
12
+ - Update swagger-core to v2.1.6
13
+ - Update swagger-ui to 3.37.2
14
+ ### Fixed
15
+ - #973 - Nullable meta annotations are ignored
16
+ - #971 - WebFlux functional DSL does not recognise query parameters.
17
+ - #962 - NPE within AbstractRequestService
18
+ - #948 - Swagger ui syntax highlighting configuration properties do not autocomplete.
19
+
7
20
## [ 1.5.0] - 2020-11-14
8
21
### Added
9
22
- #891 - Provide a WebMvc.fn / WebFlux.fn functional DSL
10
23
- #904 - Add support for placeholders for default value in @RequestParam Annotation.
11
24
- Added property for deterministic and alphabetical orderding: springdoc.writer-with-order-by-keys
12
- _ Removal of deprecated method: GroupedOpenApi.setGroup
25
+ - Removal of deprecated method: GroupedOpenApi.setGroup
13
26
### Changed
14
27
- Upgrade to Swagger-core 2.1.5
15
28
- Upgrade swagger-ui version to 3.36.2
You can’t perform that action at this time.
0 commit comments