Skip to content

Commit ff5edc5

Browse files
committed
CHANGELOG.md update
1 parent 5449d72 commit ff5edc5

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,35 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.13] - 2022-11-20
9+
10+
### Added
11+
12+
- #1929 - Enables no cache on not cache swagger-initializer.js
13+
- #1922 - Check existence of superclass before accessing its name
14+
- #1923 - Javadoc description of the @RequestPart param of multipart/form-data to the parameter description
15+
### Changed
16+
17+
- Upgrade spring-boot to 2.7.5
18+
- Upgrade swagger-core to 2.2.7
19+
- Upgrade swagger-ui to 4.15.5
20+
- #1912 - Upgrade spring-security-oauth2 to 2.5.2.RELEASE
21+
22+
### Fixed
23+
24+
- #1892 - springdoc.model-and-view-allowed enhanced
25+
- #1901 - When @Get, using @Parameter over the method results in duplicate of the same parameter
26+
- #1909 - ExceptionHandler in controller is not used by another controller
27+
- #1904 - springdoc-openapi-webflux-ui 2.0.0-M7 + spring actuator + spring cloud crashes at startup
28+
- #1911 - Wrong type for springdoc.swagger-ui.oauth.useBasicAuthenticationWithAccessCodeGrant configuration property
29+
- #1931 - Spring Security form login only offers application/json req body type.
30+
831
## [1.6.12] - 2022-10-17
932

1033
### Added
1134

1235
- #1888 - custom Summary for actuator
13-
- #1881 - Support @Hidden annotation on REST repositories.
36+
- #1881 - Support @Hidden annotation on REST repositories
1437
- #1878 - Sort request methods
1538
- #1830 - Support Java record
1639
- #1814 - Allow requestBody creation for GET on openapi resource endpoint

0 commit comments

Comments
 (0)