@@ -5,6 +5,36 @@ 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-08-06
9+
10+ ### Added
11+
12+ - #2189 - Add support for swagger-ui.url property
13+ - #2200 - Support schema.requiredMode() on ParameterObject
14+ - #2309 - Added function to preload by specifying locale
15+ - #2332 - Group name cannot be null or empty
16+ - #2281 - Initial Virtual thread support
17+
18+ ### Changed
19+
20+ - Upgrade spring-boot to 3.1.2
21+ - Upgrade swagger-core to 2.2.15
22+ - Upgrade swagger-ui to 5.2.0
23+
24+ ### Fixed
25+
26+ - #2199 - Fix Schema get condition of ArraySchema.
27+ - #2194 - Fix Swagger UI with provided spec
28+ - #2213 - Using both generated and configured specs stoped working in 1.6.5
29+ - #2222 - String Index Out of Bounce Exception Fix when deployed on Azure
30+ - #2243 , #2235 - Fix StringIndexOutOfBoundsException when path is same webjar
31+ - #2291 - Fix default-flat-param-object doesn't work when using http body
32+ - #2310 - Change bean name of objectMapperProvider
33+ - #2207 - swagger-initializer.js is sent endcoded in the JVM's default charset
34+ - #2271 , #2280 - Fix loop when response inherits generic class fixes
35+ - #2312 - Spec for @ParameterObject disappears if building native-images
36+ - #2326 - @QuerydslPredicate (root = X.class) annotation at Controller Method level not getting documented in Spring Boot 3
37+
838## [ 2.1.0] - 2023-04-01
939
1040### Added
0 commit comments