File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.2.0] - 2023-12-03
9+
10+ ### Added
11+
12+ - #2340 - Add support OIDC with Spring Authorization Server
13+ - #2345 - Support Schema added in OpenAPI Specification v3.1
14+ - #2387 - Support get javadoc description from getter method
15+ - #2404 - Update condition to register links schema customizer
16+ - #2359 - Update condition to register links schema customizer
17+ - #2348 - Enhance resource path processing
18+ - #2438 , #2315 - Support for @JsonProperty with Javadoc Change in springdoc-openapi
19+
20+ ### Changed
21+
22+ - Upgrade spring-boot to 3.2.0
23+ - Upgrade swagger-core to 2.2.19
24+ - Upgrade swagger-ui to 5.10.3
25+
26+ ### Fixed
27+
28+ - #2366 - Fix the failed test due to hardcoded file separators
29+ - #2370 , #2371 - No empty description for polymorphic subtypes
30+ - #2373 - SchemaProperty.array Schema is ignored in /api-docs or api-docs.yaml
31+ - #2366 - Refactoring AbstractSwaggerResourceResolver.findWebJarResourcePath
32+ - #2320 - javadoc for class attribute ignored when in EntityModel.
33+ - #2347 - Not working if a property of entity contains generic parameters.
34+ - #2399 - SpringdocRouteBuilder.onError is overriding last route defined.
35+ - #2426 - StackOverflowError when using @ParameterObject on groovy class.
36+
837## [ 2.2.0] - 2023-08-06
938
1039### Added
You can’t perform that action at this time.
0 commit comments