Skip to content

Commit 1bfb987

Browse files
Merge 5.0.4 into 5.1.x
2 parents 5bfecbe + 61bd921 commit 1bfb987

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

releasenotes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,14 @@ Release notes - NHibernate - Version 5.1.0
192192
As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
193193
queries. See 5.0.0 possible breaking changes.
194194

195+
Build 5.0.4
196+
=============================
197+
198+
Release notes - NHibernate - Version 5.0.4
199+
200+
** Bug
201+
* #1658 Add missing cache setting
202+
195203
Build 5.0.3
196204
=============================
197205

src/NHibernate/nhibernate-configuration.xsd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@
9090
<xs:enumeration value="cache.region_prefix" />
9191
<xs:enumeration value="cache.use_minimal_puts" />
9292
<xs:enumeration value="cache.default_expiration" />
93+
<xs:enumeration value="cache.use_sliding_expiration">
94+
<xs:annotation>
95+
<xs:documentation>
96+
The use_sliding_expiration value is whether you wish to use a sliding expiration or not. Defaults
97+
to false. Not all providers support this setting, it may be ignored. Check their respective
98+
documentation.
99+
</xs:documentation>
100+
</xs:annotation>
101+
</xs:enumeration>
93102
<xs:enumeration value="query.substitutions" />
94103
<xs:enumeration value="query.factory_class" />
95104
<xs:enumeration value="query.linq_provider_class" />

0 commit comments

Comments
 (0)