File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,22 @@ 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.6] - 2022-02-06
8
+ ### Changed
9
+ - #1424 - Upgrade to swagger-ui 4.5.0
10
+ - #1474 - Upgrade webjars-locator-core version to 0.48
11
+ ### Fixed
12
+ - #1469 - #1036 - CSRF header should not be sent to cross domain sites
13
+ - #1480 - Fix the problem that the inconsistent newline characters of different platforms
14
+ - #1475 - Class level @Tag overwrites method level @Operation .tags.
15
+ - #1491 - Set containingClass at MethodParameter
16
+
7
17
## [ 1.6.5] - 2022-01-23
8
18
### Added
9
19
- #1430 - Add Support custom login processing endpoints
10
20
- #1429 - Allow excluding individual methods from OpenApi output
11
21
- #1372 - Customize operation and parameters by the return value
12
22
- #1453 - Reverse proxy context path aware support for manually provided files
13
-
14
23
### Changed
15
24
- #1424 - Upgrade to swagger-ui 4.2.1
16
25
### Fixed
You can’t perform that action at this time.
0 commit comments