Skip to content

Commit 0aad907

Browse files
Announce 5.4.0
1 parent 597771b commit 0aad907

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: post
3+
title: "NHibernate 5.4 Released"
4+
date: 2020-11-20T17:20:00Z
5+
author: fredericDelaporte
6+
gravatar: 5eaae4002cdfc206faf907aaf38d8a09
7+
tags:
8+
- Release Notes
9+
---
10+
NHibernate 5.4.0 is now released.
11+
12+
For a list of resolved issues & pull requests, see the [milestone](https://github.com/nhibernate/nhibernate-core/milestone/36?closed=1) or [the release notes](https://github.com/nhibernate/nhibernate-core/blob/5.4.0/releasenotes.txt).
13+
14+
Binaries are available on NuGet and SourceForge:
15+
- https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.0/
16+
- https://www.nuget.org/packages/NHibernate/5.4.0
17+
18+
##### Highlights #####
19+
* NHibernate has gained three new target frameworks: .Net 6, .Net Framework 4.8 and .Net Standard 2.1. NHibernate NuGet package provides them, along with the older targets, .Net Core 2.0, .Net Framework 4.6.1 and .Net Standard 2.0. These new targets allow some NHibernate optimizations for applications using them. The same limitations apply for .Net 6 and .Net Standard 2.1 as for .Net Core 2.0 and .Net Standard 2.0, see NHibernate 5.1.0 release notes.
20+
* A new batching strategy is available, minimizing the batching memory footprint. See [#2959](https://github.com/nhibernate/nhibernate-core/pull/2959). Using it may increase CPU usage.
21+
* 201 issues were resolved in this release.
22+
23+
##### Possible Breaking Changes #####
24+
* Linq and criteria queries on unmapped entities will throw instead of returning an empty result list. See [#1106](https://github.com/nhibernate/nhibernate-core/pull/1106), [#1095](https://github.com/nhibernate/nhibernate-core/pull/1095).
25+
* The second level cache UpdateTimestampsCache does not use locks anymore. This may slightly increase the number of cases where stale data is returned by the query cache. See [#2742](https://github.com/nhibernate/nhibernate-core/pull/2742).
26+
* Equality and hashcode access on uninitialized persistent collections will no more trigger their loading. See [#2461](https://github.com/nhibernate/nhibernate-core/pull/2461).
27+
* DB2CoreDriver now uses named parameters instead of positional ones. See [#2546](https://github.com/nhibernate/nhibernate-core/pull/2546).
28+
29+
--
30+
31+
Huge thanks to everyone involved in this release.

0 commit comments

Comments
 (0)