|
1 |
| -Build 5.3.5 |
| 1 | +Build 5.3.6 |
| 2 | +============================= |
| 3 | + |
| 4 | +Release notes - NHibernate - Version 5.3.6 |
| 5 | + |
| 6 | +12 issues were resolved in this release. |
| 7 | + |
| 8 | +** Bug |
| 9 | + |
| 10 | + * #2659 IQueryable<T> filter by subquery gives "Item with Same Key has already been added" |
| 11 | + * #2649 Invalid parameter conversion for enums mapped in sub-classes |
| 12 | + * #2646 Invalid generated sql with linq any in select and composite keys |
| 13 | + * #2642 Linq expression parser removes required Convert nodes |
| 14 | + * #2631 IndexOutOfRange exception with One-to-One mapping |
| 15 | + * #2627 Null reference on Merge for detached unsaved entity |
| 16 | + * #2626 WHERE IN SELECT uses wrong column |
| 17 | + * #2608 Delay entity insert may fail with Merge |
| 18 | + * #2544 Recognition error occurs using System.Linq.Queryable.Contains |
| 19 | + |
| 20 | +** Improvement |
| 21 | + |
| 22 | + * #2677 Missing ConfigureAwait in FutureEnumerable.GetEnumerableAsync |
| 23 | + * #2656 Make sure dbcommand is disposed |
| 24 | + |
| 25 | +** Task |
| 26 | + |
| 27 | + * #2676 Release 5.3.6 |
| 28 | + |
| 29 | +As part of releasing 5.3.6, one missing 5.3.0 possible breaking change has been added, about |
| 30 | +Merge no more triggering immediate generation of identifier. See 5.3.0 possible breaking changes. |
| 31 | + |
| 32 | +Build 5.3.5 |
2 | 33 | =============================
|
3 | 34 |
|
4 | 35 | Release notes - NHibernate - Version 5.3.5
|
@@ -121,7 +152,7 @@ Release notes - NHibernate - Version 5.3.0
|
121 | 152 | * `update` and `delete` statements will now take into account any enabled filter on the entities
|
122 | 153 | they update or delete, while previously they were ignoring them. (`insert` statements will also take
|
123 | 154 | them into account, but previously they were failing instead of ignoring enabled filters.)
|
124 |
| - * ISession.Persist will no more trigger immediate generation of identifier. |
| 155 | + * ISession.Persist and ISession.Merge will no more trigger immediate generation of identifier. |
125 | 156 | * Bags will no more be loaded with "null" entities, they will be filtered out.
|
126 | 157 | * Setting the value of an uninitialized lazy property will no more trigger loading of all the lazy
|
127 | 158 | properties of the entity.
|
|
0 commit comments