Skip to content

Commit 28e3f97

Browse files
author
bnasslahsen
committed
changelog update
1 parent 2369422 commit 28e3f97

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [UnReleased] -
7+
## [1.2.30] - 2020-02-03
88
## Added
99
- 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
1017

11-
## [1.2.29] -
18+
## [1.2.29] - 2020-01-27
1219
## Added
1320
- Support for extensions on @ApiResponse #368
1421
- 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
1825
- Added ability to disable security for one operation using @SecurityRequirements #259
1926
- Support to configure packages-to-scan as list using YAML Syntax #376
2027

21-
## [1.2.28] -
28+
## [1.2.28] - 2020-01-22
2229
## Changed
2330
- Upgrade to spring-boot to 2.2.4.RELEASE
2431
- Upgrade swagger-api to 2.1.1
2532
- Upgrade swagger-ui to 3.24.3
2633
- Make spring-security-oauth2 as optional for springdoc-openapi-security #359
2734
- Improve support of response of responses overloading #354
2835

29-
## [1.2.27] -
36+
## [1.2.27] - 2020-01-21
3037
### Added
3138
- Support for pathsToMatch and packagesToScan to work in spinal-case as well #338
3239
- 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
4249
- Fixes springdoc.swagger-ui.url property #339
4350
- Allow webFlux handlers using kotlin coroutines to produce response documentation #351
4451

45-
## [1.2.26] -
52+
## [1.2.26] - 2020-01-10
4653
### Added
4754
- Make springdoc cache configurable #331
4855
### Fixed
4956
- Multiple paths in controller and DeleteMapping generates incorrect Request Body #334
5057

51-
## [1.2.25] -
58+
## [1.2.25] - 2020-01-08
5259
### Fixed
5360
- Fix double registration of model converters when grouped api is used #324
5461
### Added
5562
- Added support for multiple OpenAPI definitions in spring webflux #329
5663

57-
## [1.2.24] -
64+
## [1.2.24] - 2020-01-05
5865
### Changed
5966
- Improve beans loading, if projects uses the UI only #321
6067

61-
## [1.2.23] -
68+
## [1.2.23] - 2020-01-05
6269
### Added
6370
- Added migration guide from springfox #292
6471
- Added support for @JsonViews with spring @requestbody annotation #315
6572
- Provide oauth2RedirectUrl, if not declared #320
6673
### Fixed
6774
- Wrong server url with when grouped api name contains special charater #312
6875

69-
## [1.2.22] -
76+
## [1.2.22] - 2020-01-01
7077
### Added
7178
- New annotation @PageableAsQueryParam for better Pageable support
7279
- 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
7784
- Corrected the support of oauth2-redirect.html and oauth2RedirectUrl #311
7885

7986

80-
## [1.2.21] -
87+
## [1.2.21] - 2019-12-25
8188
### Added
8289
- Springdoc, Callable support #297
8390
### Removed

0 commit comments

Comments
 (0)