@@ -4,11 +4,18 @@ 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
- ## [ UnReleased ] -
7
+ ## [ 1.2.30 ] - 2020-02-03
8
8
## Added
9
9
- Support REST Controllers with default empty @RequestMapping #378
10
+ - Support for Sort GroupedOpenApi by name #398
11
+ ## Changed
12
+ - Improve support of @Parameter Schema, in case of @RequestBody #396
13
+ - Prevent swagger-ui default validation #393
14
+ - @SecurityScheme ` paramName ` not accounted for the ` name ` #384
15
+ ## Fixed
16
+ - Same operationId for overloaded methods using Groups, breaks swagger-ui collapsibles #399
10
17
11
- ## [ 1.2.29] -
18
+ ## [ 1.2.29] - 2020-01-27
12
19
## Added
13
20
- Support for extensions on @ApiResponse #368
14
21
- Support for CompletionStage as endpoint return type #370
@@ -18,15 +25,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
25
- Added ability to disable security for one operation using @SecurityRequirements #259
19
26
- Support to configure packages-to-scan as list using YAML Syntax #376
20
27
21
- ## [ 1.2.28] -
28
+ ## [ 1.2.28] - 2020-01-22
22
29
## Changed
23
30
- Upgrade to spring-boot to 2.2.4.RELEASE
24
31
- Upgrade swagger-api to 2.1.1
25
32
- Upgrade swagger-ui to 3.24.3
26
33
- Make spring-security-oauth2 as optional for springdoc-openapi-security #359
27
34
- Improve support of response of responses overloading #354
28
35
29
- ## [ 1.2.27] -
36
+ ## [ 1.2.27] - 2020-01-21
30
37
### Added
31
38
- Support for pathsToMatch and packagesToScan to work in spinal-case as well #338
32
39
- Support support for spring-security-oauth2 authorization server #327
@@ -42,31 +49,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
49
- Fixes springdoc.swagger-ui.url property #339
43
50
- Allow webFlux handlers using kotlin coroutines to produce response documentation #351
44
51
45
- ## [ 1.2.26] -
52
+ ## [ 1.2.26] - 2020-01-10
46
53
### Added
47
54
- Make springdoc cache configurable #331
48
55
### Fixed
49
56
- Multiple paths in controller and DeleteMapping generates incorrect Request Body #334
50
57
51
- ## [ 1.2.25] -
58
+ ## [ 1.2.25] - 2020-01-08
52
59
### Fixed
53
60
- Fix double registration of model converters when grouped api is used #324
54
61
### Added
55
62
- Added support for multiple OpenAPI definitions in spring webflux #329
56
63
57
- ## [ 1.2.24] -
64
+ ## [ 1.2.24] - 2020-01-05
58
65
### Changed
59
66
- Improve beans loading, if projects uses the UI only #321
60
67
61
- ## [ 1.2.23] -
68
+ ## [ 1.2.23] - 2020-01-05
62
69
### Added
63
70
- Added migration guide from springfox #292
64
71
- Added support for @JsonViews with spring @requestbody annotation #315
65
72
- Provide oauth2RedirectUrl, if not declared #320
66
73
### Fixed
67
74
- Wrong server url with when grouped api name contains special charater #312
68
75
69
- ## [ 1.2.22] -
76
+ ## [ 1.2.22] - 2020-01-01
70
77
### Added
71
78
- New annotation @PageableAsQueryParam for better Pageable support
72
79
- Feature to serve from the same swagger-ui both, REST APIs that are deployed within the same application and external REST APIs #309
@@ -77,7 +84,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
84
- Corrected the support of oauth2-redirect.html and oauth2RedirectUrl #311
78
85
79
86
80
- ## [ 1.2.21] -
87
+ ## [ 1.2.21] - 2019-12-25
81
88
### Added
82
89
- Springdoc, Callable support #297
83
90
### Removed
0 commit comments