File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.6.14] - 2022-12-16
9
+
10
+ ### Added
11
+
12
+ - #1965 - Prevents premature initialisation of factory-beans
13
+ - #2003 - Resolve property descriptions for arrays
14
+
15
+ ### Changed
16
+
17
+ - Upgrade spring-boot to 2.7.6
18
+
19
+ ### Fixed
20
+
21
+ - #1957 - AdditionalModelsConverter Schema params rewriting
22
+ - #1962 - override-with-generic-response shouldn't shallow copy
23
+ - #1985 - IllegalStateException: Duplicate key when two endpoints at the same URL with same header exist
24
+ - #1992 - Java enumeration and Spring Converter no longer generates enum drop-down.
25
+ - #2001 - Enum Collection parameter missing type info in Spring Data Rest search method
26
+
8
27
## [ 1.6.13] - 2022-11-20
9
28
10
29
### Added
You can’t perform that action at this time.
0 commit comments