diff --git a/changelog.txt b/changelog.txt index 275cb07204b1..cf37df3d5695 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,28 @@ Hibernate 6 Changelog Note: Please refer to JIRA to learn more about each issue. +Changes in 6.5.1.Final (May 13, 2024) +------------------------------------------------------------------------------------------------------------------------ + +https://hibernate.atlassian.net/projects/HHH/versions/32303 + +** Bug + * [HHH-18080] - hibernate.boot.allow_jdbc_metadata_access=false leads to warning about "0.0.0 version" + * [HHH-18046] - DB2 numeric parameter arithmetic issue + * [HHH-18032] - CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown + * [HHH-18018] - Derby implementation for 'right' function wrongly passes parameter to 'length' + * [HHH-18011] - Parallel entity enhancement causes a classloader cache stampede + * [HHH-17837] - Join + GroupBy: Wrong column used for many-to-many association + * [HHH-17834] - lock(e, OPTIMISTIC_FORCE_INCREMENT) with TABLE_PER_SUBCLASS + * [HHH-17827] - “Not a managed type” error when using entity interface extending from java.util.Map + * [HHH-17421] - On SQL Server, combining DISTINCT with PESSIMISTIC_WRITE causes needless follow-on locking + +** Improvement + * [HHH-18094] - Bytebuddy enhancer: make better use of constants and memory + * [HHH-18091] - Upgrade to ByteBuddy 1.14.15 + * [HHH-17305] - Keep order of selected tables in polymorphic query + + Changes in 6.5.0.Final (April 25, 2024) ------------------------------------------------------------------------------------------------------------------------ diff --git a/gradle/version.properties b/gradle/version.properties index c2905bad26e8..e9c6df8b3f7b 100644 --- a/gradle/version.properties +++ b/gradle/version.properties @@ -1 +1 @@ -hibernateVersion=6.5.1-SNAPSHOT \ No newline at end of file +hibernateVersion=6.5.1.Final \ No newline at end of file