File tree 1 file changed +13
-0
lines changed
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.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
+
7
20
## [ 1.3.2] - 2020-04-12
8
21
### Added
9
22
- #541 - Add support for none required fields on @ParameterObject
You can’t perform that action at this time.
0 commit comments