File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
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+
717## [ 1.6.5] - 2022-01-23
818### Added
919- #1430 - Add Support custom login processing endpoints
1020- #1429 - Allow excluding individual methods from OpenApi output
1121- #1372 - Customize operation and parameters by the return value
1222- #1453 - Reverse proxy context path aware support for manually provided files
13-
1423### Changed
1524- #1424 - Upgrade to swagger-ui 4.2.1
1625### Fixed
You can’t perform that action at this time.
0 commit comments