Skip to content

Commit 349efa6

Browse files
author
bnasslahsen
committed
changelog update
1 parent 974c16d commit 349efa6

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.3.3] - 2020-04-18
8+
### Added
9+
- #322 - Make default type of Resource as binary.
10+
- #560 - Add support kotlin Flow as response type.
11+
- #572 - Add support for swagger-ui-property 'urls.primaryName'.
12+
### Changed
13+
- #561 - remove pageable required.
14+
- #567 - springdoc.swagger-ui.oauth.additionalQueryStringParams as map instead of list.
15+
### Fixed
16+
- #570 - Spring HATEOAS fixing _embedded.
17+
- #563 - Spring 4 incompatibility using springdoc-openapi 1.2.30+. Fixes.
18+
- #562 - Lazy Initialisation breaks WebFlux support.
19+
720
## [1.3.2] - 2020-04-12
821
### Added
922
- #541 - Add support for none required fields on @ParameterObject

0 commit comments

Comments
 (0)