Skip to content

Commit 8d9bdb5

Browse files
committed
CHANGELOG.md update for next release
1 parent f505a5d commit 8d9bdb5

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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.6] - 2021-03-16
8+
### Added
9+
- #1107 - use HTTP 302 status for UI redirect
10+
- #1104 - switch from 'redirect:' prefix to ResponseEntity for redirecting UI index
11+
- #1085 - enable recalculating oauth2 redirect url while cache is disable
12+
### Changed
13+
- Upgrade swagger-ui version to: 3.45.0
14+
- Upgrade swagger-core to v2.1.7
15+
### Fixed
16+
- #1081 - Spring Data Rest: RequestBody for POST, PUT, PATCH should be required.
17+
- #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
18+
- #1083 - Spring Data Rest: No model for Paged Collection.
19+
- #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
20+
- #1084 - Spring Data Rest: Relations to exported Repositories are handled as if they were embedded.
21+
- #1095 - Spring Data Rest: Exception while generating api doc with inheritance
22+
- #1098 - NullPointerException: Cannot invoke "java.util.Map.forEach(java.util.function.BiConsumer)" because "properties" is null.
23+
- #1097 - ConversionFailedException: When accessing v3/api-docs.
24+
- #1105 - Collection methods are added to the supported entity methods.
25+
- #1106 - Required `multipart/form-data` parameters not reflected in generated schema.
26+
- #1096 - Fix certain `WebConversionServiceProvider#convert` calls by supplying contextual information
27+
728
## [1.5.5] - 2021-02-28
829
### Added
930
- #1050 - Add support for addPathPrefix with Webflux swagger-ui.

0 commit comments

Comments
 (0)