Skip to content

Releases: nhibernate/nhibernate-core

Release 5.4.4

30 Jul 19:31
dd17017
Compare
Choose a tag to compare

NHibernate 5.4.4 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.4/
https://www.nuget.org/packages/NHibernate/5.4.4

6 issues were resolved in this release.

Release 5.4.3

04 Jul 10:51
b8d9abd
Compare
Choose a tag to compare

NHibernate 5.4.3 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.3/
https://www.nuget.org/packages/NHibernate/5.4.3

11 issues were resolved in this release.

Release 5.3.18

02 Jul 16:43
218379c
Compare
Choose a tag to compare

NHibernate 5.3.18 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.3.18/
https://www.nuget.org/packages/NHibernate/5.3.18

3 issues were resolved in this release.

Release 5.3.17

12 Jun 22:31
0e08e91
Compare
Choose a tag to compare

NHibernate 5.3.17 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.3.17/
https://www.nuget.org/packages/NHibernate/5.3.17

5 issues were resolved in this release.

Release 5.4.2

05 Apr 19:56
cddbac1
Compare
Choose a tag to compare

NHibernate 5.4.2 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.2/
https://www.nuget.org/packages/NHibernate/5.4.2

7 issues were resolved in this release.

Release 5.3.16

02 Apr 17:57
342c01f
Compare
Choose a tag to compare

NHibernate 5.3.16 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.3.16/
https://www.nuget.org/packages/NHibernate/5.3.16

3 issues were resolved in this release.

Release 5.4.1

08 Feb 21:32
fe7b6f0
Compare
Choose a tag to compare

NHibernate 5.4.1 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.1/
https://www.nuget.org/packages/NHibernate/5.4.1

5 issues were resolved in this release.

Release 5.3.15

29 Jan 21:13
e14704f
Compare
Choose a tag to compare

NHibernate 5.3.15 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.3.15/
https://www.nuget.org/packages/NHibernate/5.3.15

4 issues were resolved in this release.

Release 5.4.0

20 Nov 17:20
e213939
Compare
Choose a tag to compare

NHibernate 5.4.0 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.0/
https://www.nuget.org/packages/NHibernate/5.4.0

Highlights
  • 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.
  • A new batching strategy is available, minimizing the batching memory footprint. See #2959. Using it may increase CPU usage.
  • 201 issues were resolved in this release.
Possible Breaking Changes
  • One-to-one changes does now trigger a version increment, consistently with the default behavior of other kinds of
    associations. See #3204.
  • Linq and criteria queries on unmapped entities will throw instead of returning an empty result list. See #1106, #1095.
  • 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.
  • Equality and hashcode access on uninitialized persistent collections will no more trigger their loading. See #2461.
  • DB2CoreDriver now uses named parameters instead of positional ones. See #2546.

Release 5.3.14

16 Oct 17:06
37b5020
Compare
Choose a tag to compare

NHibernate 5.3.14 is now released.

For a list of resolved issues & pull requests, see the milestone or the release notes.

Binaries are available on NuGet and SourceForge:
https://sourceforge.net/projects/nhibernate/files/NHibernate/5.3.14/
https://www.nuget.org/packages/NHibernate/5.3.14

3 issues were resolved in this release.