@@ -6,21 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ 1.2.31] - 2020-02-18
88## 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
1514## 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.
1915- 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
2119## 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+
2425## [ 1.2.30] - 2020-02-03
2526## Added
2627- 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
2930- Improve support of @Parameter Schema, in case of @RequestBody #396
3031- Prevent swagger-ui default validation #393
3132- @SecurityScheme ` paramName ` not accounted for the ` name ` #384
32- - Warning on referenced example. Fixes #437
33+ - Warning on referenced example #437
3334## Fixed
3435- 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
3738## [ 1.2.29] - 2020-01-27
3839## Added
3940- Support for extensions on @ApiResponse #368
@@ -123,7 +124,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
123124- Support for spring-context-indexer #262
124125- Added support using properties from application.yml for description field in swagger-annotations #231
125126- Make validatorUrl configurable and fix overwrites #281
126- - Improve support of HttpEntity. fixes #280
127+ - Improve support of HttpEntity #280
127128### Changed
128129- Ignore ServerHttpRequest and ServerHttpResponse Webflux #270
129130- Preserve order of parameters in @Parameters annotation #274
0 commit comments