File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 1.2.34] - 2020-03-17
8+ ### Added
9+ - Property resolver on @operation .summary, @parameter .description and @parameter .name
10+ - Use required attribute from spring RequestBody annotation #468
11+ - Review configuration via springdoc.swagger-ui.urls #481
12+ - Support for auto fill clientId and clientSecret for webflux #333
13+ - Support to ignore annotations on parameter level
14+ ### Changed
15+ - Update spring-boot-starter-parent to 2.2.5.RELEASE #469
16+ - Improve compatibility of springdoc-openapi-data-rest with Spring Webflux #477
17+ - Improve support of Swagger UI to use provided spec.yml #480
18+ - Delegate primitive type generation to swagger-core
19+ ### Fixed
20+ - Wrong schema mapping with inheritance. Fixes #489
721
822## [ 1.2.33] - 2020-03-01
923### Added
@@ -13,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1327### Changed
1428- Allow @Schema annotation to set an attribute as not required even if it's annotated with @NotNull #459
1529- Make SpringDocAnnotationsUtils public #458
16- - Make GenericResponseBuilder.calculateSchema method public #455 .
30+ - Make GenericResponseBuilder.calculateSchema method public #455
1731
1832## [ 1.2.32] - 2020-02-19
1933### Added
You can’t perform that action at this time.
0 commit comments