Skip to content

Commit fd1043e

Browse files
committed
CHANGELOG.md update
1 parent 8d0aaea commit fd1043e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ 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+
## [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+
724
## [1.5.2] - 2020-12-16
825
### Added
926
- #978 - Add explode support in combination with arrayShema annotation

0 commit comments

Comments
 (0)