File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +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.5.3] - 2021-01-26
8
+ ### Added
9
+ - #965 ,#1034 - Improve compatibility with new PathMatcher / PathPatternParser
10
+ - #1012 - Forward queryParameters to swagger-ui when redirecting
11
+ - #1020 - Change handler methods scanning strategy
12
+ - #1026 - Support for @Operation in @RepositoryRestResource Spring Data Repositories.
13
+ - #1027 - Detect automatically @Controller with @Operation .
14
+
15
+ ### Changed
16
+ - Upgrade versions: spring-boot to 2.4.2 and swagger-ui to 3.40
17
+ ### Fixed
18
+ - #996 - Fix NPE when using management port and spring.application.name is set
19
+ - #1004 - NPE in DataRestResponseService.findSearchReturnType
20
+ - #1015 - Default value for List/Array RequestParameter has wrong type.
21
+ - #1010 - Wrong Parameter Name with Default Sort.
22
+ - #1014 - HATOEAS Links produces a circular reference.
23
+
7
24
## [ 1.5.2] - 2020-12-16
8
25
### Added
9
26
- #978 - Add explode support in combination with arrayShema annotation
You can’t perform that action at this time.
0 commit comments