|
| 1 | +Build 5.2.6 |
| 2 | +============================= |
| 3 | + |
| 4 | +Release notes - NHibernate - Version 5.2.6 |
| 5 | + |
| 6 | +11 issues were resolved in this release. |
| 7 | + |
| 8 | +** Bug |
| 9 | + |
| 10 | + * #2190 Cannot instantiate a SessionFactory using Prevalence cache |
| 11 | + * #2177 New Fetch() method in QueryOver returns IQueryOver<> instead of QueryOver<> |
| 12 | + * #2172 Using DependentTransaction fails |
| 13 | + * #2175 Subcriteria on component collection generates incorrect join alias |
| 14 | + * #2173 Futures not batching correctly in NH 5.2.x |
| 15 | + * #2141 Undefined call to Equals object in collection during flush just before commit |
| 16 | + * #2127 StackExchangeRedisCache with PreferMultipleGet = true calls GetMany multiple times |
| 17 | + * #2110 Wrong GUID to string conversion with SQLite BinaryGuid=False |
| 18 | + |
| 19 | +** Task |
| 20 | + |
| 21 | + * #2200 Release 5.2.6 |
| 22 | + * #2199 Upgrade AsyncGenerator to 0.8.2.12 |
| 23 | + |
| 24 | +** Tests |
| 25 | + |
| 26 | + * #2132 Add GetMany for ReadWriteCache tests |
| 27 | + |
1 | 28 | Build 5.2.5
|
2 | 29 | =============================
|
3 | 30 |
|
@@ -342,6 +369,14 @@ Release notes - NHibernate - Version 5.2.0
|
342 | 369 | As part of releasing 5.2.0, a misnamed setting in 5.0.0 release notes has been fixed:
|
343 | 370 | transaction.use_connection_on_system_events correct name is transaction.use_connection_on_system_prepare
|
344 | 371 |
|
| 372 | +Build 5.1.6 |
| 373 | +============================= |
| 374 | + |
| 375 | +Release notes - NHibernate - Version 5.1.6 |
| 376 | + |
| 377 | +** Bug |
| 378 | + * #2172 Using DependentTransaction fails |
| 379 | + |
345 | 380 | Build 5.1.5
|
346 | 381 | =============================
|
347 | 382 |
|
@@ -605,6 +640,14 @@ Release notes - NHibernate - Version 5.1.0
|
605 | 640 | As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
|
606 | 641 | queries. See 5.0.0 possible breaking changes.
|
607 | 642 |
|
| 643 | +Build 5.0.8 |
| 644 | +============================= |
| 645 | + |
| 646 | +Release notes - NHibernate - Version 5.0.8 |
| 647 | + |
| 648 | +** Bug |
| 649 | + * #2172 Using DependentTransaction fails |
| 650 | + |
608 | 651 | Build 5.0.7
|
609 | 652 | =============================
|
610 | 653 |
|
|
0 commit comments