Skip to content

Commit 0a0a2fb

Browse files
committed
Improved changelog
1 parent aa87bee commit 0a0a2fb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ChangeLog/7.0.1_dev.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +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.
1+
[main] Changed boolean expression translation to have better index utilization (rebuild of filtered indexes required)
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 and removed Entities happen to conflict by table
7+
[main] Improved speed and memory usage of Session creation
8+
[main] Overall performance improvements
9+
[web] Introduced better way of integration with ASP.NET

0 commit comments

Comments
 (0)