We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dc48b commit 26f5554Copy full SHA for 26f5554
releasenotes.txt
@@ -1,6 +1,14 @@
1
Build 5.0.0
2
=============================
3
4
+** Highlights
5
+ * IO bound methods have gained an async counterpart. Not intended for parallelism, make sure to await each
6
+ call before further interacting with a session and its queries.
7
+ * Strongly type DML operation (insert/update/delete) are now available as Linq extensions on queryables.
8
+ * Entities collections can be queried with .AsQueryable() Linq extension without being fully loaded.
9
+ * Reference documentation has been curated and completed, notably with a Linq section.
10
+ http://nhibernate.info/doc/nhibernate-reference/index.html
11
+
12
** Known BREAKING CHANGES from NH4.1.1.GA to 5.0.0
13
14
NHibernate now targets .Net 4.6.1.
0 commit comments