File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,18 +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.18] - 2019-12-13
7
+ ## [ 1.2.18] - 2019-12-14
8
8
9
9
### Addded
10
10
- Globally exclude params for webflux #228
11
11
- Added ability to ignore param with @hidden annotation at class level #255
12
12
- Support of spring.mvc.servlet.path #238
13
13
- ignore Authentication in controller params #245
14
- - Added support for oauth2RedirectUrl #240
14
+ - Support for oauth2RedirectUrl #240
15
+ - Support of @Hidden at class level. #260
16
+ - Ability for using properties from application.yml to declare security urls: (openIdConnectUrl - authorizationUrl - refreshUrl - tokenUrl) #231
17
+ - Added support of annotation @Parameters (without @Operation ) #241
18
+
15
19
### Changed
16
20
- Downgrade swagger-ui to 3.24.0, fixes #239
17
- ### Fixed
18
21
22
+ ### Fixed
23
+ - Fixes error with JDK 11 + Kotlin #248
19
24
## [ 1.2.17] - 2019-12-05
20
25
### Addded
21
26
- Handle multiple endpoints on @GetParam #219
You can’t perform that action at this time.
0 commit comments