Aquileo | Recent posts to newshttps://sourceforge.net/p/nhibernate/news/Recent posts to newsenSun, 21 Jun 2026 17:48:32 -0000Aquileo | NHibernate 5.7.0 releasedhttps://sourceforge.net/p/nhibernate/news/2026/06/nhibernate-570-released/<div class="markdown_content"><p>NHibernate 5.7.0 is now released.</p>
<p>For a list of resolved issues & pull requests, see <a href="https://github.com/nhibernate/nhibernate-core/milestone/73?closed=1" rel="nofollow">the milestone</a> or <a href="https://github.com/nhibernate/nhibernate-core/blob/5.7.0/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.7.0/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.7.0/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.7.0" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.7.0</a></p>
<h5 id="h-highlights">Highlights</h5>
<ul>
<li>NHibernate targets now directly include .NET 10. This new target comes with changes to adapt to the "first-class span types" C# 14 language feature which was breaking some NHibernate features.</li>
<li>14 issues were resolved in this release.</li>
</ul>
<h5 id="h-possible-breaking-changes">Possible Breaking Changes</h5>
<ul>
<li>The NHibernate features using binary serialization will now throw a <code>SerializationException</code> for applications targeting .NET 10 or greater. These features can be restored by configuring a serialization strategy with your own custom strategy. (See <code>Cfg.Environment.SerializationStrategy</code> or set <code>NHibernate.Util.SerializationConfiguration.Strategy</code>.) See #3745.</li>
</ul></div>Frédéric DelaporteSun, 21 Jun 2026 17:48:32 -0000https://sourceforge.net7a139e0688e489688cd9c813a509df36123ac4c3Aquileo | NHibernate 5.6.1 releasedhttps://sourceforge.net/p/nhibernate/news/2026/05/nhibernate-561-released/<div class="markdown_content"><p>NHibernate 5.6.1 is now released.</p>
<p>For a list of resolved issues & pull requests, see <a href="https://github.com/nhibernate/nhibernate-core/milestone/74?closed=1" rel="nofollow">the milestone</a> or <a href="https://github.com/nhibernate/nhibernate-core/blob/5.6.1/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.6.1/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.6.1/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.6.1" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.6.1</a></p>
<p>2 issues were resolved in this release.</p></div>Frédéric DelaporteFri, 22 May 2026 18:29:37 -0000https://sourceforge.net1ad57093a17e3860cf693a0c4a0ac577855b8c84Aquileo | NHibernate 5.5.4 releasedhttps://sourceforge.net/p/nhibernate/news/2026/05/nhibernate-554-released/<div class="markdown_content"><p>NHibernate 5.5.4 is now released.</p>
<p>For a list of resolved issues & pull requests, see <a href="https://github.com/nhibernate/nhibernate-core/milestone/72?closed=1" rel="nofollow">the milestone</a> or <a href="https://github.com/nhibernate/nhibernate-core/blob/5.5.4/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.4/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.4/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.5.4" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.5.4</a></p>
<p>5 issues were resolved in this release.</p></div>Frédéric DelaporteSun, 17 May 2026 16:22:56 -0000https://sourceforge.nete92c2021c6346751d030e19c13f3c0eacafc5bd6Aquileo | NHibernate 5.6.0 releasedhttps://sourceforge.net/p/nhibernate/news/2025/10/nhibernate-560-released/<div class="markdown_content"><p>NHibernate 5.6.0 is now released.</p>
<p>For a list of resolved issues & pull requests, see the <a class="" href="https://github.com/nhibernate/nhibernate-core/milestone/66?closed=1" rel="nofollow">milestone</a> or <a class="" href="https://github.com/nhibernate/nhibernate-core/blob/5.6.0/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.6.0/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.6.0/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.6.0" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.6.0</a></p>
<h5 id="h-possible-breaking-changes">Possible Breaking Changes</h5>
<ul>
<li>A thread synchronization timeout may now occur in case of transaction scope timeout, throwing an additional exception. The additional throw can be disabled through the new setting <code>transaction.ignore_session_synchronization_failures</code>. See #3355.</li>
<li>The default value of <code>transaction.system_completion_lock_timeout</code> has been lowered from 5000 (5 seconds) to 1000 (1 second). See #3355.</li>
<li>Binary serializations of a session factory or a session from previous versions of NHibernate will not be deserializable with NHibernate 5.6.</li>
</ul>
<p>76 issues were resolved in this release.</p></div>Frédéric DelaporteTue, 07 Oct 2025 16:52:23 -0000https://sourceforge.net12f1b89c9b65a5bfeafe1c79039f12565a6abef5Aquileo | NHibernate 5.5.3 releasedhttps://sourceforge.net/p/nhibernate/news/2025/08/nhibernate-553-released/<div class="markdown_content"><p>NHibernate 5.5.3 is now released.</p>
<p>For a list of resolved issues & pull requests, see <a class="" href="https://github.com/nhibernate/nhibernate-core/milestone/71?closed=1" rel="nofollow">the milestone</a> or <a class="" href="https://github.com/nhibernate/nhibernate-core/blob/5.5.3/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.3/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.3/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.5.3" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.5.3</a></p>
<p>2 issues were resolved in this release.</p></div>Frédéric DelaporteSat, 23 Aug 2025 09:04:45 -0000https://sourceforge.netc3fd6e21006d479ea81dd8f1cd417ea55b86a984Aquileo | NHibernate 5.5.2 releasedhttps://sourceforge.net/p/nhibernate/news/2024/06/nhibernate-552-released/<div class="markdown_content"><p>NHibernate 5.5.2 is now released.</p>
<p>For a list of resolved issues & pull requests, see <a class="" href="https://github.com/nhibernate/nhibernate-core/milestone/68?closed=1" rel="nofollow">the milestone</a> or <a class="" href="https://github.com/nhibernate/nhibernate-core/blob/5.5.2/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.2/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.2/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.5.2" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.5.2</a></p>
<p>3 issues were resolved in this release, including <a class="" href="https://github.com/nhibernate/nhibernate-core/security/advisories/GHSA-fg4q-ccq8-3r5q" rel="nofollow">CVE-2024-39677</a> through the merge of 5.4.9.</p></div>Frédéric DelaporteSun, 16 Jun 2024 16:03:00 -0000https://sourceforge.netf453b95a8936805da62e09c06988c8601ca70a93Aquileo | NHibernate 5.4.9 releasedhttps://sourceforge.net/p/nhibernate/news/2024/06/nhibernate-549-released/<div class="markdown_content"><p>NHibernate 5.4.9 is now released.</p>
<p>For a list of resolved issues & pull requests, see <a class="" href="https://github.com/nhibernate/nhibernate-core/milestone/69?closed=1" rel="nofollow">the milestone</a> or <a class="" href="https://github.com/nhibernate/nhibernate-core/blob/5.4.9/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.9/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.9/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.4.9" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.4.9</a></p>
<p>6 issues were resolved in this release, including <a class="" href="https://github.com/nhibernate/nhibernate-core/security/advisories/GHSA-fg4q-ccq8-3r5q" rel="nofollow">CVE-2024-39677</a>.</p></div>Frédéric DelaporteSun, 16 Jun 2024 16:02:31 -0000https://sourceforge.netdaf8e4d1900aa7ee65bc0f34f486daa9b313c0ecAquileo | NHibernate 5.5.1 releasedhttps://sourceforge.net/p/nhibernate/news/2024/03/nhibernate-551-released/<div class="markdown_content"><p>NHibernate 5.5.1 is now released.</p>
<p>For a list of resolved issues & pull requests, see <a class="" href="https://github.com/nhibernate/nhibernate-core/milestone/65?closed=1" rel="nofollow">the milestone</a> or <a class="" href="https://github.com/nhibernate/nhibernate-core/blob/5.5.1/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.1/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.1/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.5.1" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.5.1</a></p>
<p>3 issues were resolved in this release.</p></div>Frederic DELAPORTEThu, 28 Mar 2024 19:53:05 -0000https://sourceforge.nete5eaf36e5e8f38c0f258a0fd42de9da6d1183260Aquileo | NHibernate 5.4.8 releasedhttps://sourceforge.net/p/nhibernate/news/2024/03/nhibernate-548-released/<div class="markdown_content"><p>NHibernate 5.4.8 is now released.</p>
<p>For a list of resolved issues & pull requests, see <a class="" href="https://github.com/nhibernate/nhibernate-core/milestone/67?closed=1" rel="nofollow">the milestone</a> or <a class="" href="https://github.com/nhibernate/nhibernate-core/blob/5.4.8/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.8/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.4.8/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.4.8" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.4.8</a></p>
<p>2 issues were resolved in this release.</p></div>Frederic DELAPORTETue, 26 Mar 2024 19:49:01 -0000https://sourceforge.net6b393ecada76846c778f1ac3ff96df540608153bAquileo | NHibernate 5.5.0 releasedhttps://sourceforge.net/p/nhibernate/news/2023/12/nhibernate-550-released/<div class="markdown_content"><p>NHibernate 5.5.0 is now released.</p>
<p>For a list of resolved issues & pull requests, see the <a class="" href="https://github.com/nhibernate/nhibernate-core/milestone/52?closed=1" rel="nofollow">milestone</a> or <a class="" href="https://github.com/nhibernate/nhibernate-core/blob/5.5.0/releasenotes.txt" rel="nofollow">the release notes</a>.</p>
<p>Binaries are available on NuGet and SourceForge:<br/>
<a href="https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.0/">https://sourceforge.net/projects/nhibernate/files/NHibernate/5.5.0/</a><br/>
<a href="https://www.nuget.org/packages/NHibernate/5.5.0" rel="nofollow">https://www.nuget.org/packages/NHibernate/5.5.0</a></p>
<h5 id="possible-breaking-changes">Possible Breaking Changes</h5>
<ul>
<li><code>Object.Finalize</code> is no more proxified when the entity base class has a destructor. See #3205.</li>
<li>Default not-found behavior now works correctly on many-to-many Criteria fetch. It now throws ObjectNotFoundException exception for not found records. See #2687.</li>
</ul>
<p>62 issues were resolved in this release.</p></div>Frederic DELAPORTESun, 24 Dec 2023 16:39:34 -0000https://sourceforge.netb36e8374bebdde84df6215d8ac8f9b2767f6176e