@@ -4,6 +4,30 @@ 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.11] - 2021-10-03
8+ ### Added
9+ - #1232 - Get CSRF token from local storage
10+ - #1256 - Added parent pom.xml as BOM
11+ - #1258 - Add support for HandlerTypePredicate in spring-web.
12+ - #1265 - adding spring support with the official jetbrains compiler plugin
13+ - #1268 - Added I18n support.
14+ - #38 - Derive documentation from javadoc.
15+ ### Changed
16+ - Upgrade swagger-ui to 3.52.3
17+ - Upgrade swagger-api to 2.1.11
18+ - Upgrade spring-boot to 2.5.5
19+ - #1233 - Operation ids for actuator endpoints.
20+ ### Fixed
21+ - #1230 - Feign clients that uses SpringMVCContract appears in OpenApi like controllers exposed if spring-boot-starter-actuator is in classpath.
22+ - #1215 - Bad Pageable description in Page<DumbBuzModel > description.
23+ - #1215 - Change default behavior of pageable reoslution, outside of spring data rest.
24+ - #1252 - Schemas for subclasses not rendered in GraalVM native image builds.
25+ - #1261 - Removal of SpringdocRouterFunctionDsl.
26+ - #1188 - Cannot override servers in api-docs.yaml using OpenApiCustomiser.
27+ - #1208 - Response schema for overridden methods of ResponseEntityExceptionHandler is not generated.
28+ - #1276 - Cannot referenced example in RequestBody.
29+ - #1277 - Inconsistent casing of swagger-config causes fetch error.
30+
731## [ 1.5.10] - 2021-07-27
832### Added
933- #1197 - Add default values for parameter references.
0 commit comments