File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ 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.5.9] - 2021-05-23
8+ ### Added
9+ - #1164 - Provide GraalVM native image support.
10+ - #1155 - Add Kotlin DSL for functional routes.
11+ - #1153 - Modify ResponseSupportConverter to resolve inner type.
12+ - #1156 - Pick up ExceptionHandlers from any parent of a class marked as @ControllerAdvice
13+ - #1159 - Added support for @JsonView on ExceptionHandlers methods
14+ - #1146 - Expose @Id fields for entity with spring-data-rest/springdoc-openapi-data-rest
15+ ### Changed
16+ - Upgrade swagger-ui version to 3.49.0
17+ - Upgrade spring-boot to 2.5.0
18+
719## [ 1.5.8] - 2021-04-25
820### Added
921- #1142 - Prevent wrong usage of @ParameterObject for simpleTypes.
You can’t perform that action at this time.
0 commit comments