From 90e19968a6c4eee7b77b4f8f3f367e212c69850c Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Mon, 27 Oct 2025 15:13:20 +0500 Subject: [PATCH 1/5] Bump version to 6.0.15 --- ChangeLog/{6.0.15_dev.txt => 6.0.15_Z_Final.txt} | 0 Version.props | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ChangeLog/{6.0.15_dev.txt => 6.0.15_Z_Final.txt} (100%) diff --git a/ChangeLog/6.0.15_dev.txt b/ChangeLog/6.0.15_Z_Final.txt similarity index 100% rename from ChangeLog/6.0.15_dev.txt rename to ChangeLog/6.0.15_Z_Final.txt diff --git a/Version.props b/Version.props index 8110c52b2..a42373b4c 100644 --- a/Version.props +++ b/Version.props @@ -3,7 +3,7 @@ 6.0.15 - dev + From 4a5439575a3598eef7911b02cca2e24ef2385d2c Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Tue, 28 Oct 2025 11:04:38 +0500 Subject: [PATCH 2/5] Improved changelog With changes that were in 6.0.15. --- ChangeLog/7.0.7_dev.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog/7.0.7_dev.txt b/ChangeLog/7.0.7_dev.txt index e69de29bb..0b4314f1b 100644 --- a/ChangeLog/7.0.7_dev.txt +++ b/ChangeLog/7.0.7_dev.txt @@ -0,0 +1,11 @@ +[main] Addressed certain issues with nullable DateTimeOffset values +[main] SelectMany with result selector is explicitly not supported when applied after grouping (like .GroupBy(groupingFunc).SelectMany(grouping, selector)) +[main] Addressed issue of inability to delete column (including such on rename or change type via column recreation) because of undeleted foreign key +[main] Improved compatibility with non-windows runtimes +[main] Fixed inability to detect certain parameterizable parts within cached queries (Query.Execute()/.ExecuteDelayed()/ExecuteFuture() groups of methods) +[mysql] Fixed milliseconds extraction for DateTime expressions in queries +[mysql] Proper support for milliseconds v5.6+, already created columns will remain the same and new ones will have datetime(6) native type +[mysql] Improved compatibility with non-windows runtimes +[postgresql] Improved compatibility with non-windows runtimes +[bulkoperations] Fixed certain cases of wrong update statements for Firebird provider +[reprocessing] Improved compatibility with non-windows runtimes \ No newline at end of file From 7fd068097da0f7de43124426ca2f75a948ed089f Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Tue, 28 Oct 2025 11:36:24 +0500 Subject: [PATCH 3/5] Bump version to 7.0.7 --- ChangeLog/{7.0.7_dev.txt => 7.0.7_Z_Final.txt} | 0 Version.props | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ChangeLog/{7.0.7_dev.txt => 7.0.7_Z_Final.txt} (100%) diff --git a/ChangeLog/7.0.7_dev.txt b/ChangeLog/7.0.7_Z_Final.txt similarity index 100% rename from ChangeLog/7.0.7_dev.txt rename to ChangeLog/7.0.7_Z_Final.txt diff --git a/Version.props b/Version.props index 4b66ed2d0..289f97884 100644 --- a/Version.props +++ b/Version.props @@ -3,7 +3,7 @@ 7.0.7 - dev + From 8bbe4eb43770fd4172ec3f801c3a0421ea6cbdfb Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Tue, 28 Oct 2025 18:02:39 +0500 Subject: [PATCH 4/5] Improve changelog Additionally with changes that were in 7.0.7. --- ChangeLog/7.1.6-dev.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog/7.1.6-dev.txt b/ChangeLog/7.1.6-dev.txt index 18dbe75a1..294ba8c35 100644 --- a/ChangeLog/7.1.6-dev.txt +++ b/ChangeLog/7.1.6-dev.txt @@ -1 +1,12 @@ -[postgresql] For PostgreSQL 13+ apply 'trim_scale' function to results of aggregation to improve compatibility with .NET decimal \ No newline at end of file +[main] Addressed certain issues with nullable DateTimeOffset values +[main] SelectMany with result selector is explicitly not supported when applied after grouping (like .GroupBy(groupingFunc).SelectMany(grouping, selector)) +[main] Addressed issue of inability to delete column (including such on rename or change type via column recreation) because of undeleted foreign key +[main] Improved compatibility with non-windows runtimes +[main] Fixed inability to detect certain parameterizable parts within cached queries (Query.Execute()/.ExecuteDelayed()/ExecuteFuture() groups of methods) +[mysql] Fixed milliseconds extraction for DateTime expressions in queries +[mysql] Proper support for milliseconds v5.6+, already created columns will remain the same and new ones will have datetime(6) native type +[mysql] Improved compatibility with non-windows runtimes +[postgresql] For PostgreSQL 13+ apply 'trim_scale' function to results of aggregation to improve compatibility with .NET decimal +[postgresql] Improved compatibility with non-windows runtimes +[bulkoperations] Fixed certain cases of wrong update statements for Firebird provider +[reprocessing] Improved compatibility with non-windows runtimes \ No newline at end of file From 2b0db90c02104b59e0db57ed7ea885ac488e31a9 Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Tue, 28 Oct 2025 20:13:44 +0500 Subject: [PATCH 5/5] Bump version to 7.1.6 --- ChangeLog/{7.1.6-dev.txt => 7.1.6_Z_Final.txt} | 0 Version.props | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename ChangeLog/{7.1.6-dev.txt => 7.1.6_Z_Final.txt} (100%) diff --git a/ChangeLog/7.1.6-dev.txt b/ChangeLog/7.1.6_Z_Final.txt similarity index 100% rename from ChangeLog/7.1.6-dev.txt rename to ChangeLog/7.1.6_Z_Final.txt diff --git a/Version.props b/Version.props index ad3d5e29a..573084e3a 100644 --- a/Version.props +++ b/Version.props @@ -3,7 +3,7 @@ 7.1.6 - dev +