File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,26 @@ 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.3.10] - 2020-xx-xx
7+ ## [ 1.4.0] - 2020-05-29
8+ ### Added
9+ - #644 - Support for @RepositoryRestResource
10+ - #668 - Process @Parameter annotations in method parameters as MergedAnnotations
11+ - #674 - Support @Parameter annotation attached to @RequestPart , for several @RequestParts
12+ - #658 - Added support for GroupedOpenApi OperationCustomizer
13+ - #654 - Use oneOf schema for polymorphic types
14+ - Separate module for spring-hateoas
15+ - Added SpringDocUtils.addHiddenRestControllers(String ...)
16+
817### Changed
9- - Upgrade swagger-ui to 3.25.2
18+ - Upgrade swagger-ui to 3.25.4
19+ - Upgrade to spring-boot 2.3.0.RELEASE
20+
21+ ### Fixed
22+ - #267 - @RequestAttribute parameter appears in the UI
23+ - #695 - Servers OpenAPI block resets after customizing with GroupedOpenApi
24+ - #689 - Spring-boot 1, warning about bean creation when cache disabled
25+ - #566 - Wrong hateoas relation
26+ - #671 - Demo URL link fixed
1027
1128## [ 1.3.9] - 2020-05-05
1229### Changed
You can’t perform that action at this time.
0 commit comments