Skip to content

Commit e41a425

Browse files
committed
CHANGELOG.md update
1 parent 2c5e914 commit e41a425

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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+
## [1.6.5] - 2022-01-23
8+
### Added
9+
- #1430 - Add Support custom login processing endpoints
10+
- #1429 - Allow excluding individual methods from OpenApi output
11+
- #1372 - Customize operation and parameters by the return value
12+
- #1453 - Reverse proxy context path aware support for manually provided files
13+
### Changed
14+
- #1424 - Upgrade to swagger-ui 4.2.1
15+
### Fixed
16+
- #1428 - Incorrect RequestBody type on schema/ui if class implements Map.
17+
- #1442 - Springdoc-openapi-webmvc-core not enought for Springdoc-openapi-native
18+
- #1446 - Upgrade from Springdoc 1.6.3 to 1.6.4 causes issues if springdoc-openapi-common is on the classpath but springdoc-openapi-ui is not
19+
- #1458 - java.lang.NoSuchMethodError: org.springframework.core.MethodParameter.getParameter() at /v3/api-docs request
20+
721
## [1.6.4] - 2022-01-06
822
### Added
923
- Add support out of the box for MultipartRequest

0 commit comments

Comments
 (0)