Skip to content

Commit e96f8ab

Browse files
author
bnasslahsen
committed
update CHANGELOG
1 parent ee08333 commit e96f8ab

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,30 @@ 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.3.5] - 2020-04-28
8+
### Added
9+
- Get fields of superclass for parameter objects
10+
- #606 - Added MonetaryAmount support, out of the box.
11+
- #605 - Support nested parameter objects.
12+
- #603 - Request Body can be configured as optional.
13+
- #588 - Support of assignableTypes attribute in @ControllerAdvice.
14+
### Changed
15+
- Upgrade swagger-ui to 3.25.1
16+
- Improve Pageable support
17+
- #608 - Improve override OpenApiResource
18+
- #591 - Changing oauth2RedirectUrl to respect relaxed binding.
19+
### Fixed
20+
- #624 - Change Return type of api-docs to
21+
- #622 - Missing extension to schema property.
22+
- #609 - ( self ref) for HAL hypermedia types.
23+
- #610, #611 - ApiResponse DEFAULT_DESCRIPTION Improvement.
24+
- #601 - components schema not generated.
25+
- #592 - springdoc.cache is not part of additional-spring-configuration-metadata.json.
26+
- #597 - Request Body for Maps not available in Swagger-UI.
27+
728
## [1.3.4] - 2020-04-19
829
### Fixed
930
- #583 - Crash on startup with 1.3.3 for kotlin app not using kotlinx-coroutines-reactor.
10-
### Changed
11-
- Upgrade swagger-ui to 3.25.1
1231

1332
## [1.3.3] - 2020-04-18
1433
### Added

0 commit comments

Comments
 (0)