File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ 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.3.1] - 2020-04-05
8
+ ### Added
9
+ - Support for dynamic groups from application.yml #344
10
+ - Support for Groovy metaclass/metadata #509
11
+ - Support to extract parameters from parameter object using Springdoc annotation @ParameterObject #120 #268 #162 #119
12
+ - Support for Subtypes to be also ignored from Controller class #502
13
+ ### Changed
14
+ - Rename some packages to improve Java 9 Modules support #461
15
+ - Workaround for swagger-ui, to enable layout and filter properties #536 #424
16
+ - Added encoding section in multipart request #531
17
+ - Upgrade to spring-boot to 2.2.6
18
+ ### Fixed
19
+ - Schema mapping with inheritance #489
20
+ - Improve support of Generics inheritance on complex return types #537
21
+ - Kotlin Coroutines support fixed #517
22
+
7
23
## [ 1.3.0] - 2020-03-21
8
24
### Added
9
25
- Feature to support for property resolver on @Schema (name, title and description)
You can’t perform that action at this time.
0 commit comments