Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions releasenotes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,14 @@ Release notes - NHibernate - Version 5.1.0
As part of releasing 5.1.0, a missing 5.0.0 possible breaking change has been added about inequality semantic in LINQ
queries. See 5.0.0 possible breaking changes.

Build 5.0.4
=============================

Release notes - NHibernate - Version 5.0.4

** Bug
* #1658 Add missing cache setting

Build 5.0.3
=============================

Expand Down
9 changes: 9 additions & 0 deletions src/NHibernate/nhibernate-configuration.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@
<xs:enumeration value="cache.region_prefix" />
<xs:enumeration value="cache.use_minimal_puts" />
<xs:enumeration value="cache.default_expiration" />
<xs:enumeration value="cache.use_sliding_expiration">
<xs:annotation>
<xs:documentation>
The use_sliding_expiration value is whether you wish to use a sliding expiration or not. Defaults
to false. Not all providers support this setting, it may be ignored. Check their respective
documentation.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="query.substitutions" />
<xs:enumeration value="query.factory_class" />
<xs:enumeration value="query.linq_provider_class" />
Expand Down