Skip to content

Release 5.5.0

Compare
Choose a tag to compare
@fredericDelaporte fredericDelaporte released this 24 Dec 16:38
· 34 commits to master since this release
6933bf0

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

Possible Breaking Changes
  • Object.Finalize is no more proxified when the entity base class has a destructor. See #3205.
  • Default not-found behavior now works correctly on many-to-many Criteria fetch. It now throws ObjectNotFoundException exception for not found records. See #2687.

62 issues were resolved in this release.