File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ 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.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
+
7
20
## [ 1.5.4] - 2021-02-10
8
21
### Added
9
22
- #1053 - Add @RepositoryRestController documentation generation
You can’t perform that action at this time.
0 commit comments