From b8d9abd809ab5453013e5ce31f2c9b4c57f59638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delaporte?= <12201973+fredericDelaporte@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:31:00 +0200 Subject: [PATCH] Release 5.4.3 (#3349) --- build-common/NHibernate.props | 2 +- releasenotes.txt | 27 ++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/build-common/NHibernate.props b/build-common/NHibernate.props index 4ff19a84241..62b650cb650 100644 --- a/build-common/NHibernate.props +++ b/build-common/NHibernate.props @@ -5,7 +5,7 @@ 5.4 3 - dev + 9.0 $(NhVersion).$(VersionPatch) diff --git a/releasenotes.txt b/releasenotes.txt index 7976dbf8b14..1a7f3e97521 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,4 +1,29 @@ -Build 5.4.2 +Build 5.4.3 +============================= + +Release notes - NHibernate - Version 5.4.3 + +11 issues were resolved in this release. + +** Bug + + * #3317 Issue with components list lazy loading with not lazy association + * #3307 IsDirty performance hit since 5.4.0 + * #3295 C# 8/11 Static interface members support + * #3291 Npgsql 6+ issues with null DateTime parameter types + * #3290 Incorrect fetch of Many-to-Many relation + * #3289 Fetching lazy loaded component causes n + 1 query when querying a subclass abstraction + * #3288 NullReferenceException is thrown when using Fetch + +** Task + + * #3349 Release 5.4.3 + * #3348 Merge 5.3.18 in 5.4.x + * #3318 Merge 5.3.17 in 5.4.x + * #3302 Upgrade NUnit3TestAdapter to fix "Unknown framework version 7.0" + + +Build 5.4.2 ============================= Release notes - NHibernate - Version 5.4.2