File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,25 @@ 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.13] - 2021-11-30
8+ ### Added
9+ - #1317 - Add SpEL support for default values
10+ - #1324 - springdoc-openapi-javadoc doesn't work with @ParameterObject
11+ - #1334 - Allow customizing / disabling PolymorphicModelConverter
12+ - #1328 - Add support for spring-native 0.11-RC1. (remove property springdoc.enable-native-image-support and introduce new springdoc module)
13+ - #1348 - Treat java.nio.charset.Charset as string type by default.
14+ ### Changed
15+ - Upgrade swagger-ui to 4.1.2
16+ - Upgrade to spring-boot 2.6.0
17+ - #1325 - Add tests for @ParameterObject on spring boot webflux
18+ ### Fixed
19+ - #1320 - Fixed exception handler order
20+ - #1331 - Endpoint parameters are translated even if they should not
21+ - #1333 - NPEs when using @ParameterObject with custom Pageable and adding descriptions to fields
22+ - #1339 - Comments are not picked up for fields in Typed data classes
23+ - #1351 - @Tag name parameter not consistently performing lookup on properties file
24+ - #1347 - Break circular references which disabled by default since spring boot 2.6
25+
726## [ 1.5.12] - 2021-10-20
827### Changed
928- Upgrade swagger-ui to 3.52.5
You can’t perform that action at this time.
0 commit comments