File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ 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.2] - 2020-04-12
8
+ ### Added
9
+ - #541 - Add support for none required fields on @ParameterObject
10
+ - Support headers without value (headers = "X-API-VERSION")
11
+ ### Changed
12
+ - #544 - Improve @Parameter annotation support for header
13
+ - #156 - Added test for required param object is not marked as required
14
+ - #553 - Ignore Map type with @RequestParam (required = false) in method
15
+ - #549 - Imrpove Spring HATEOAS support
16
+ ### Fixed
17
+ - #543 - Description for Pageable parameters is not displayed in swagger-ui using @ParameterObject .
18
+ - #555 - The response scheme is erased with the generic void type
19
+ - #545 - Random null pointer exception in 1.3.1
20
+
7
21
## [ 1.3.1] - 2020-04-05
8
22
### Added
9
23
- #344 - Support for dynamic groups from application.yml
You can’t perform that action at this time.
0 commit comments