File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ Hibernate 5 Changelog
3
3
4
4
Note: Please refer to JIRA to learn more about each issue.
5
5
6
+ Changes in 5.5.3.Final (June 22, 2021)
7
+ ------------------------------------------------------------------------------------------------------------------------
8
+
9
+ https://hibernate.atlassian.net/projects/HHH/versions/31957
10
+
11
+ ** Bug
12
+ * [HHH-14654] - geolatte-geom Geometry types no longer works with geography column types
13
+ * [HHH-14597] - Regression bug: could not resolve property: null of:
14
+ * [HHH-13788] - Schema update try to recreate existing tables
15
+ * [HHH-4808] - SessionImpl.initializeCollection() does not release JDBC connection (if outside of a transaction)
16
+
17
+ ** Improvement
18
+ * [HHH-14691] - Small optimisation for updating Query Cache Statistics
19
+ * [HHH-14690] - Avoid fully resetting StatisticsImpl just after its constructor
20
+
21
+ ** New Feature
22
+ * [HHH-11817] - Allow schema-export commands written to file to truncate in addition to current appending
23
+
24
+
6
25
Changes in 5.5.2.Final (June 14, 2021)
7
26
------------------------------------------------------------------------------------------------------------------------
8
27
Original file line number Diff line number Diff line change 1
- hibernateVersion =5.5.3-SNAPSHOT
1
+ hibernateVersion =5.5.3.Final
You can’t perform that action at this time.
0 commit comments