Nhibernate Core Versions Save

NHibernate Object Relational Mapper

5.3.18

11 months ago

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.

5.3.17

11 months ago

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.

5.4.2

1 year ago

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.

5.3.16

1 year ago

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.

5.4.1

1 year ago

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.

5.3.15

1 year ago

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.

5.4.0

1 year ago

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.

5.3.14

1 year ago

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.

5.3.13

1 year ago

NHibernate 5.3.13 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.13/ https://www.nuget.org/packages/NHibernate/5.3.13

6 issues were resolved in this release.

5.3.12

2 years ago

NHibernate 5.3.12 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.12/ https://www.nuget.org/packages/NHibernate/5.3.12

5 issues were resolved in this release.