@@ -4,6 +4,23 @@ 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.2.31] - 2020-02-18
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 .
15
+ ## 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
+ - Upgrade swagger-ui to 3.25.0
20
+ - Allow ModelAndView to be detected. Fixes #428 .
21
+ ## Fixed
22
+ - Discovery of MediaType producers inconsistent with Spring MVC behaviour. Fixes #426
23
+ - Improve Reverse proxy compatibily for webflux. Fixes #435
7
24
## [ 1.2.30] - 2020-02-03
8
25
## Added
9
26
- Support REST Controllers with default empty @RequestMapping #378
@@ -12,9 +29,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
29
- Improve support of @Parameter Schema, in case of @RequestBody #396
13
30
- Prevent swagger-ui default validation #393
14
31
- @SecurityScheme ` paramName ` not accounted for the ` name ` #384
32
+ - Warning on referenced example. Fixes #437
15
33
## Fixed
16
34
- Same operationId for overloaded methods using Groups, breaks swagger-ui collapsibles #399
17
-
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
18
37
## [ 1.2.29] - 2020-01-27
19
38
## Added
20
39
- Support for extensions on @ApiResponse #368
0 commit comments