@@ -6,21 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ 1.2.31] - 2020-02-18
8
8
## Added
9
- - Allow Request paremeters types to be ignored programatically
10
- - Added support to disable autotagging of @RestController Classes. Fixes #420 .
11
- - Multiple Parameter Refs throws IllegalStateException (Duplicate key). Fixes #408
12
- - Support for properties to exclude packages and paths from documentation. Fixes #404
13
- - Support for kotlin. Deprecated. Fixes #414
14
- - Add Suppot for Hiding org.springframework.security.core.Authentication on ServerHttpResponse. Fixes #423 .
9
+ - Allow Request paremeters types to be ignored programatically using SpringDocUtils
10
+ - Support to disable autotagging of @RestController Classes #420
11
+ - Support for properties to exclude packages and paths from documentation. #404
12
+ - Support for kotlin Deprecated #414
13
+ - Support for Hiding org.springframework.security.core.Authentication on ServerHttpResponse #423
15
14
## Changed
16
- - @CookieValue parameter indents request body. Fixes #419
17
- - Solves Hateoas fields names mismatch. Fixes #401
18
- - Fixes #418 by adjusting the output for Links.
19
15
- Upgrade swagger-ui to 3.25.0
20
- - Allow ModelAndView to be detected. Fixes #428 .
16
+ - Allow ModelAndView to be detected #428
17
+ - Improve Reverse proxy compatibily for webflux #435
18
+ - Adjusting the output for Links #418
21
19
## Fixed
22
- - Discovery of MediaType producers inconsistent with Spring MVC behaviour. Fixes #426
23
- - Improve Reverse proxy compatibily for webflux. Fixes #435
20
+ - Discovery of MediaType producers inconsistent with Spring MVC behaviour #426
21
+ - Multiple Parameter Refs throws IllegalStateException (Duplicate key) #408
22
+ - Solves Hateoas fields names mismatch #401
23
+ - @CookieValue parameter indents request body #419
24
+
24
25
## [ 1.2.30] - 2020-02-03
25
26
## Added
26
27
- Support REST Controllers with default empty @RequestMapping #378
@@ -29,11 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
30
- Improve support of @Parameter Schema, in case of @RequestBody #396
30
31
- Prevent swagger-ui default validation #393
31
32
- @SecurityScheme ` paramName ` not accounted for the ` name ` #384
32
- - Warning on referenced example. Fixes #437
33
+ - Warning on referenced example #437
33
34
## Fixed
34
35
- Same operationId for overloaded methods using Groups, breaks swagger-ui collapsibles #399
35
- - Duplicate tags if they are defined on @Operation annotation on swagger-ui. Fixes #436 .
36
- - When using RestControllerAdvice, one of the responses description is missing and replaced with a default. Fixes #440
36
+ - Duplicate tags if they are defined on @Operation annotation on swagger-ui #436 .
37
+ - When using RestControllerAdvice, one of the responses description is missing and replaced with a default #440
37
38
## [ 1.2.29] - 2020-01-27
38
39
## Added
39
40
- Support for extensions on @ApiResponse #368
@@ -123,7 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123
124
- Support for spring-context-indexer #262
124
125
- Added support using properties from application.yml for description field in swagger-annotations #231
125
126
- Make validatorUrl configurable and fix overwrites #281
126
- - Improve support of HttpEntity. fixes #280
127
+ - Improve support of HttpEntity #280
127
128
### Changed
128
129
- Ignore ServerHttpRequest and ServerHttpResponse Webflux #270
129
130
- Preserve order of parameters in @Parameters annotation #274
0 commit comments