Skip to content

Commit a0ff45b

Browse files
committed
CHANGELOG.md update
1 parent 59d3a3c commit a0ff45b

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,27 @@ 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+
## [2.0.0-M7] - 2022-10-17
8+
### Added
9+
- #1888 - custom Summary for actuator
10+
- #1881 - Support @Hidden annotation on REST repositories.
11+
- #1878 - Sort request methods
12+
### Changed
13+
- Upgrade swagger-core to 2.2.4
14+
- Upgrade swagger-ui to 4.14.3
15+
### Fixed
16+
- #1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
17+
- #1842 - A HTTP header in multipart/form-data is handled as form item instead of header
18+
- #1845 - Wrong "response" description with two controllers having its own ExceptionHandler.
19+
720
## [2.0.0-M6] - 2022-10-03
821
## Added
922
- #1860 - Replace auto-configuration registration by @eikemeier in https://github.com/springdoc/springdoc-openapi/pull/1860
1023
- #1814 - Allow requestBody creation for GET on openapi resource endpoint
1124
### Fixed
12-
- 1855 -Fixed a bug that duplicate field were get for record classes by @uc4w6c in https://github.com/springdoc/springdoc-openapi/pull/1855
25+
- #1855 - Fixed a bug that duplicate field were get for record classes by @uc4w6c in https://github.com/springdoc/springdoc-openapi/pull/1855
1326
- #1820 - Refresh the browser each time, the global header is added in duplicate.
14-
- #523 - No documented way to handle Mono/Flux without Webflux
27+
- #523 - No documented way to handle Mono/Flux without Webflux
1528
- #1816 - Parameters with same name but different locations can't render in UI properly
1629

1730
## [2.0.0-M5] - 2022-08-21

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
6262
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
6363
<nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
64-
<swagger-api.version>2.2.3</swagger-api.version>
64+
<swagger-api.version>2.2.4</swagger-api.version>
6565
<swagger-ui.version>4.14.3</swagger-ui.version>
6666
<classgraph.version>4.8.149</classgraph.version>
6767
<webjars-locator-core.version>0.52</webjars-locator-core.version>

0 commit comments

Comments
 (0)