Skip to content

Commit 537e81b

Browse files
author
bnasslahsen
committed
CHANGELOG.md update
1 parent 54a1953 commit 537e81b

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.4.5] - 2020-08-29
8+
### Added
9+
- #826 - Support for @Hidden on response class
10+
- #831 - Add support for @PageableDefault
11+
- #814 - Support of denyList, allowList, instead of black and whitelist, for Spring Data Commons. Change since SpringBoot 2.3.2
12+
- #837 - Add support of swagger annotations @SecurityRequirement and @Tag on @Repository interface
13+
- #827 - Make Spring Security login-endpoint automatically visible in SwaggerUI
14+
- #798 - Support for Extending EntityModel - Spring Hateoas
15+
- Support for spring.data.web properties and spring.data.rest.default... properties
16+
### Changed
17+
- upgrade swagger-ui version v3.32.5
18+
- #829 - Improve management of abstract generic types
19+
### Fixed
20+
- #822 - Operation having method for each accept header generate does not always generate the same api-docs
21+
- #836 - Springdoc is unable to redirect to swagger-ui/index.html with Spring Boot 2.4.0-M2
22+
- #792 - issues with spring data rest and @ManyToOne relationships
23+
724
## [1.4.4] - 2020-08-06
825
### Added
926
- #815 - Allow swagger-ui property filter to be an empty string

0 commit comments

Comments
 (0)