Skip to content

Releases: nhibernate/nhibernate-core

Release 5.1.3

10 Jun 13:16
91cd6e2
Compare
Choose a tag to compare

NHibernate 5.1.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.1.3/
https://www.nuget.org/packages/NHibernate/5.1.3

Release 5.1.2

09 May 22:31
d613336
Compare
Choose a tag to compare

NHibernate 5.1.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.1.2/
https://www.nuget.org/packages/NHibernate/5.1.2

Release 5.0.6

09 May 11:07
Compare
Choose a tag to compare

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

Release 4.1.2.GA

04 May 11:52
4847062
Compare
Choose a tag to compare

NHibernate 4.1.2.GA 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/4.1.2.GA/
https://www.nuget.org/packages/NHibernate/4.1.2.4000

Release 5.0.5

18 Apr 11:52
1188ca6
Compare
Choose a tag to compare

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

Release 5.0.4

12 Apr 13:28
61bd921
Compare
Choose a tag to compare

NHibernate 5.0.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.0.4/
https://www.nuget.org/packages/NHibernate/5.0.4

Release 5.1.1

10 Apr 19:50
Compare
Choose a tag to compare

NHibernate 5.1.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.1.1/
https://www.nuget.org/packages/NHibernate/5.1.1

Release 5.1.0

17 Mar 09:07
2f703d0
Compare
Choose a tag to compare

NHibernate 5.1.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.1.0/
https://www.nuget.org/packages/NHibernate/5.1.0

Highlights
  • NHibernate has gained two new target frameworks: .Net Core 2.0 and .Net Standard 2.0. NHibernate NuGet package provides them, along with the .Net framework 4.6.1 build.
    For these new frameworks, some additional specificities or limitations apply:
    • Binary serialization is not supported - the user shall implement serialization surrogates for System.Type, FieldInfo, PropertyInfo, MethodInfo, ConstructorInfo, Delegate, etc.
    • SqlClient, Odbc, Oledb drivers are converted to ReflectionBasedDriver to avoid the extra dependencies.
    • CallSessionContext uses a static AsyncLocal field to mimic the CallContext behavior.
    • System transactions (transaction scopes) are untested, due to the lack of data providers supporting them.
  • 114 issues were resolved in this release.
Possible Breaking Changes
  • Since Ingres9Dialect is now supporting sequences, the enhanced-sequence identifier generator will default to using a sequence instead of a table. Revert to previous behavior by using its force_table_use parameter.
  • Some overridable methods of the Dialect base class and of MsSql2000Dialect have been obsoleted in favor of new methods. Dialects implementors need to override the replacing methods if they were overriding the obsolete ones, which are:
    • Dialect.GetIfNotExistsCreateConstraint(Table table, string name), replaced by GetIfNotExistsCreateConstraint(string catalog, string schema, string table, string name).
    • Dialect.GetIfNotExistsCreateConstraintEnd(Table table, string name), replaced by GetIfNotExistsCreateConstraintEnd(string catalog, string schema, string table, string name).
    • Dialect.GetIfExistsDropConstraint(Table table, string name), replaced by GetIfExistsDropConstraint(string catalog, string schema, string table, string name).
    • Dialect.GetIfExistsDropConstraintEnd(Table table, string name), replaced by GetIfExistsDropConstraintEnd(string catalog, string schema, string table, string name).
    • MsSql2000Dialect.GetSelectExistingObject(string name, Table table), replaced by GetSelectExistingObject(string catalog, string schema, string table, string name).

Release 5.0.3

30 Nov 03:24
Compare
Choose a tag to compare

NHibernate 5.0.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.0.3/
https://www.nuget.org/packages/NHibernate/5.0.3

Release 5.0.2

29 Nov 10:55
4e7fbc7
Compare
Choose a tag to compare

NHibernate 5.0.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.0.2/
https://www.nuget.org/packages/NHibernate/5.0.2