Skip to content

Commit 7295b2e

Browse files
committed
CHANGELOG.md update
1 parent 182b988 commit 7295b2e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.5] - 2021-02-28
8+
### Added
9+
- #1050 - Add support for addPathPrefix with Webflux swagger-ui.
10+
- #1059 - Support per method security requirement in RepositoryRestResource.
11+
### Changed
12+
- Upgrade versions: spring-boot to 2.4.3 and swagger-ui to 3.44
13+
### Fixed
14+
- #1068 - Spring Data Rest: Wrong response schema after POST,PUT,PATCH operations.
15+
- #1073 - Springdocs doesn't detect header declarations in class level `@RequestMapping`s.
16+
- #1069 - Spring Data Rest: Wrong response schema for collection relations.
17+
- #1070 - Spring Data Rest: Collection models generated with non-HAL content.
18+
- #1075 - QuerydslBinderCustomizer alias being removed when using excludeUnlistedProperties.
19+
720
## [1.5.4] - 2021-02-10
821
### Added
922
- #1053 - Add @RepositoryRestController documentation generation

0 commit comments

Comments
 (0)