We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b7fe7 commit 94b7043Copy full SHA for 94b7043
ChangeLog/7.0.1_dev.txt
@@ -0,0 +1,9 @@
1
+[main] Filtering by boolean fields improved to have better indexes performance. Some filtered indexes should be rebuilt.
2
+[main] Introduced access to DbConnection by using IDbConnectionAccessor implementors.
3
+[main] Much faster query cache in multithreaded workloads.
4
+[main] Addressed issue appeared in 7.0.0 when certain items of prefetch graph weren't fetched.
5
+[main] Fixed certain issues caused by unnecessary check for zombie transactions on commit.
6
+[main] Improved silent cleanup detection when new Entity and removed entity happen to conflict by table.
7
+[main] Improved Session creation speed and memory usage.
8
+[main] Overall performance improvements.
9
+[web] Introduced better way of integration with ASP.NET.
0 commit comments