Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-24 | 792 Bytes | |
Release 5.5.0 source code.tar.gz | 2023-12-24 | 13.5 MB | |
Release 5.5.0 source code.zip | 2023-12-24 | 18.6 MB | |
Totals: 3 Items | 32.1 MB | 0 |
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.