File tree 1 file changed +15
-1
lines changed
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.
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.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
7
21
8
22
## [ 1.2.33] - 2020-03-01
9
23
### Added
@@ -13,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
27
### Changed
14
28
- Allow @Schema annotation to set an attribute as not required even if it's annotated with @NotNull #459
15
29
- Make SpringDocAnnotationsUtils public #458
16
- - Make GenericResponseBuilder.calculateSchema method public #455 .
30
+ - Make GenericResponseBuilder.calculateSchema method public #455
17
31
18
32
## [ 1.2.32] - 2020-02-19
19
33
### Added
You can’t perform that action at this time.
0 commit comments