|
1 |
| -Build 5.1.1 |
| 1 | +Build 5.1.2 |
| 2 | +============================= |
| 3 | + |
| 4 | +Release notes - NHibernate - Version 5.1.2 |
| 5 | + |
| 6 | +** Bug |
| 7 | + |
| 8 | + * #1680 RowCount not working with JoinEntityAlias |
| 9 | + * #1672 Generated async methods do not correctly propagate OperationCanceledException |
| 10 | + * #1667 Collection initializing with zero rows after update to NH5 |
| 11 | + * #1660 Wrong CopyTo implementation |
| 12 | + * #1650 Cannot use cache.use_sliding_expiration in hibernate.cfg.xml |
| 13 | + * #1585 Hashset unsupported by SetParameterList |
| 14 | + * #1355 NH-3928 - Random invalid SQL generated when using bitwise operators |
| 15 | + |
| 16 | +** Task |
| 17 | + |
| 18 | + * #1668 Merge 5.0.5 into 5.1.x |
| 19 | + * #1664 Release 5.1.2 |
| 20 | + * #1659 Merge 5.0.4 into 5.1.x |
| 21 | + |
| 22 | +As part of releasing 5.1.2, a missing 5.0.0 possible breaking change has been added about future queries with data |
| 23 | +providers not actually supporting them. See 5.0.0 possible breaking changes. |
| 24 | + |
| 25 | + |
| 26 | +Build 5.1.1 |
2 | 27 | =============================
|
3 | 28 |
|
4 | 29 | Release notes - NHibernate - Version 5.1.1
|
@@ -192,6 +217,18 @@ Release notes - NHibernate - Version 5.1.0
|
192 | 217 | As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
|
193 | 218 | queries. See 5.0.0 possible breaking changes.
|
194 | 219 |
|
| 220 | +Build 5.0.6 |
| 221 | +============================= |
| 222 | + |
| 223 | +Release notes - NHibernate - Version 5.0.6 |
| 224 | + |
| 225 | +** Bug |
| 226 | + * #1672 Generated async methods do not correctly propagate OperationCanceledException |
| 227 | + * #1355 NH-3928 - Random invalid SQL generated when using bitwise operators |
| 228 | + |
| 229 | +** Task |
| 230 | + * #1686 Release 5.0.6 |
| 231 | + |
195 | 232 | Build 5.0.5
|
196 | 233 | =============================
|
197 | 234 |
|
@@ -319,6 +356,10 @@ Build 5.0.0
|
319 | 356 | the dialect. They resolve to 4000 length string and (28, 10) precision/scale decimals by default, and are
|
320 | 357 | trimmed down according to dialect. Those defaults can be overridden with query.default_cast_length,
|
321 | 358 | query.default_cast_precision and query.default_cast_scale settings.
|
| 359 | + * Future queries with data provider not actually supporting them (not supporting mutliple queries in a single |
| 360 | + SQL command) are no more immediately executed at the .Future call. They are executed only when directly |
| 361 | + enumerated or when their IFutureEnumerable.GetEnumerable method is called. (This aligns them with the behavior |
| 362 | + of FutureValue.) |
322 | 363 | * Dialects are now configurable. If you instantiate a dialect directly, make sure you call its Configure
|
323 | 364 | method, with as argument the properties of a NHibernate Configuration object. You may use instead
|
324 | 365 | Dialect.GetDialect methods, which configure the dialect before returning it.
|
@@ -547,6 +588,14 @@ Release notes - NHibernate - Version 5.0.0
|
547 | 588 | * [NH-4011] - Fix transaction scopes handling
|
548 | 589 |
|
549 | 590 |
|
| 591 | +Build 4.1.2.GA |
| 592 | +============================= |
| 593 | + |
| 594 | +Release notes - NHibernate - Version 4.1.2.GA |
| 595 | + |
| 596 | +** Bug |
| 597 | + * #1355 NH-3928 - Random invalid SQL generated when using bitwise operators |
| 598 | + |
550 | 599 | Build 4.1.1.GA
|
551 | 600 | =============================
|
552 | 601 |
|
|
0 commit comments