@@ -5,6 +5,37 @@ 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.6.0] - 2024-06-30
9+
10+ ### Added
11+
12+ - #2561 - NPE occurs when outputting an OpenAPI document since 2.5.0
13+ - #2579 - Add support for leading tab characters with trim-kotlin-indent.
14+ - #2589 - Pass HttpRequest to ServerBaseUrlCustomizer
15+ - #2596 , #2600 - consumes and produces calculation. Fixes
16+ - #2625 , #2626 - Replace Page schema with PagedModel when pageSerializationMode is set to VIA_DTO
17+ - #2627 - Ensure compatibility with previous version of spring data
18+ - #2576 - GroupedApi orders by displayName instead of name.
19+ - #2584 - Dynamically define ApiGroups does not work.
20+ - #2595 - Spring security support of @RegisteredOAuth2AuthorizedClient
21+
22+ ### Changed
23+ - Upgrade spring-boot to 3.3.0
24+ - Upgrade swagger-core to 2.2.22
25+ - Upgrade swagger-ui to 5.17.14
26+ - Upgrade spring-cloud-function to 4.1.2
27+ - Upgrade spring-security-oauth2-authorization-server to 1.3.0
28+
29+ ### Fixed
30+ - #2577 - Fix missing exception response types in OpenAPI spec
31+ - #2591 - When an entity class contains fields of Class<?> type, an infinite loop.
32+ - #2603 - PolymorphicModelConverter only handles direct subtypes and misses indirect.
33+ - #2606 - Spring Authorization Server Metadata Endpoint not compatible.
34+ - #2621 - Content-type for POST endpoints with multipart/form-data does not work since v2.4.0.
35+ - #2622 - Kotlin enums are always marked as required if used in Java controllers.
36+ - #2601 - Multiple Superclasses Are Not Mapped To Multiple allOf If Used In Different Services.
37+ - #2597 - Polymorphic fields on polymorphic parents don't get correct oneOf docs generated.
38+
839## [ 2.5.0] - 2024-04-01
940
1041### Added
0 commit comments