Skip to content

Commit 68d79e1

Browse files
committed
CHANGELOG.md update
1 parent e98c32f commit 68d79e1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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.12] - 2022-10-17
8+
### Added
9+
- #1888 - custom Summary for actuator
10+
- #1881 - Support @Hidden annotation on REST repositories.
11+
- #1878 - Sort request methods
12+
- #1830 - Support Java record
13+
- #1814 - Allow requestBody creation for GET on openapi resource endpoint
14+
### Changed
15+
- Upgrade swagger-core to 2.2.4
16+
- Upgrade spring-boot to 2.7.4
17+
- Upgrade swagger-ui to 4.14.3
18+
### Fixed
19+
- #1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
20+
- #1842 - A HTTP header in multipart/form-data is handled as form item instead of header
21+
- #1845 - Wrong "response" description with two controllers having its own ExceptionHandler.
22+
- #1855 - Fixed a bug that duplicate field were get for record classes.
23+
- #1820 - Refresh the browser each time, the global header is added in duplicate.
24+
- #523 - No documented way to handle Mono/Flux without Webflux.
25+
- #1816 - Parameters with same name but different locations can't render in UI properly
26+
727
## [1.6.11] - 2022-08-21
828
### Added
929
- #1805 - Default flat param object

0 commit comments

Comments
 (0)