File tree Expand file tree Collapse file tree 10 files changed +24
-10
lines changed
springdoc-openapi-data-rest
springdoc-openapi-security
springdoc-openapi-webflux-core
springdoc-openapi-webflux-ui
springdoc-openapi-webmvc-core Expand file tree Collapse file tree 10 files changed +24
-10
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
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.springdoc</groupId >
4
4
<artifactId >springdoc-openapi</artifactId >
5
- <version >1.2.34 -SNAPSHOT</version >
5
+ <version >1.2.35 -SNAPSHOT</version >
6
6
<packaging >pom</packaging >
7
7
<name >Spring openapi documentation generator</name >
8
8
<description >Spring openapi documentation generator</description >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.34 -SNAPSHOT</version >
8
+ <version >1.2.35 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<dependency >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >springdoc-openapi</artifactId >
5
5
<groupId >org.springdoc</groupId >
6
- <version >1.2.34 -SNAPSHOT</version >
6
+ <version >1.2.35 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.34 -SNAPSHOT</version >
8
+ <version >1.2.35 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-common -->
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >springdoc-openapi</artifactId >
5
5
<groupId >org.springdoc</groupId >
6
- <version >1.2.34 -SNAPSHOT</version >
6
+ <version >1.2.35 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.34 -SNAPSHOT</version >
8
+ <version >1.2.35 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-core -->
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.34 -SNAPSHOT</version >
8
+ <version >1.2.35 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-common -->
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.34 -SNAPSHOT</version >
8
+ <version >1.2.35 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-core -->
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springdoc</groupId >
7
7
<artifactId >springdoc-openapi</artifactId >
8
- <version >1.2.34 -SNAPSHOT</version >
8
+ <version >1.2.35 -SNAPSHOT</version >
9
9
</parent >
10
10
<dependencies >
11
11
<!-- springdoc-common -->
You can’t perform that action at this time.
0 commit comments