File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
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.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
+
7
21
## [ 1.6.4] - 2022-01-06
8
22
### Added
9
23
- Add support out of the box for MultipartRequest
You can’t perform that action at this time.
0 commit comments