Release 5.5.0
fredericDelaporte
released this
24 Dec 16:38
·
70 commits
to master
since this release
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.