From c02e552c507b96d3f07f53854c7509c415b5fe7c Mon Sep 17 00:00:00 2001 From: Pavlo Mishchenko Date: Wed, 2 Sep 2026 10:22:56 +0300 Subject: [PATCH 1/2] docs: add Driver-Server Version Compatibility Matrix --- RELEASE.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index beece58f2..de2d06359 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -69,3 +69,23 @@ The GitHub Release is intentionally kept as a draft because it requires complete If the release workflow fails before publishing to NuGet, fix the issue and rerun the workflow or recreate the tag as needed. If the package was already published to NuGet, do not reuse the same version number. NuGet package versions are immutable, so a fix must be released with a new version. + +## Driver-Server Version Compatibility Matrix + +After each release, add a row for the new version rather than copying an older row's engine list. While CI has no pinned engine matrix, take the list from the [EOL policy](https://docs.singlestore.com/db/v9.1/support/singlestore-software-end-of-life-eol-policy/) as of the new tag's date. + +| Driver Version | Release date | Supported engine versions | +| -------------- | ------------ | ------------------------- | +| 1.4.1 | 2026-07-28 | 8.9, 9.0, 9.1 RC | +| 1.4.0 | 2026-05-26 | 8.7, 8.9, 9.0, 9.1 RC | +| 1.3.0 | 2025-09-11 | 8.5, 8.7 | +| 1.2.0 | 2025-03-27 | 7.8, 8.0, 8.1, 8.5, 8.7 | +| 1.1.6 | 2024-11-28 | 7.8, 8.0, 8.1, 8.5 | +| 1.1.5 | 2024-11-27 | 7.8, 8.0, 8.1, 8.5 | +| 1.1.4 | 2023-09-21 | 7.5, 7.6, 7.8, 8.0, 8.1 | +| 1.1.3 | 2023-08-04 | 7.5, 7.6, 7.8, 8.0, 8.1 | +| 1.1.2 | 2023-07-24 | 7.5, 7.6, 7.8, 8.0, 8.1 | +| 1.1.1-beta | 2023-07-19 | 7.5, 7.6, 7.8 | +| 1.1.0 | 2023-04-19 | 7.3, 7.5, 7.6, 7.8 | +| 1.0.1 | 2023-02-06 | 7.3, 7.5, 7.6, 7.8 | +| 1.0.0 | 2022-06-09 | 7.3, 7.5, 7.6 | From 0b048dafcd6958c70dd7a193f72bf95a2fcd3481 Mon Sep 17 00:00:00 2001 From: Pavlo Mishchenko Date: Thu, 3 Sep 2026 20:41:21 +0300 Subject: [PATCH 2/2] Add .NET versions --- RELEASE.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index de2d06359..afc42c377 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -74,18 +74,18 @@ If the package was already published to NuGet, do not reuse the same version num After each release, add a row for the new version rather than copying an older row's engine list. While CI has no pinned engine matrix, take the list from the [EOL policy](https://docs.singlestore.com/db/v9.1/support/singlestore-software-end-of-life-eol-policy/) as of the new tag's date. -| Driver Version | Release date | Supported engine versions | -| -------------- | ------------ | ------------------------- | -| 1.4.1 | 2026-07-28 | 8.9, 9.0, 9.1 RC | -| 1.4.0 | 2026-05-26 | 8.7, 8.9, 9.0, 9.1 RC | -| 1.3.0 | 2025-09-11 | 8.5, 8.7 | -| 1.2.0 | 2025-03-27 | 7.8, 8.0, 8.1, 8.5, 8.7 | -| 1.1.6 | 2024-11-28 | 7.8, 8.0, 8.1, 8.5 | -| 1.1.5 | 2024-11-27 | 7.8, 8.0, 8.1, 8.5 | -| 1.1.4 | 2023-09-21 | 7.5, 7.6, 7.8, 8.0, 8.1 | -| 1.1.3 | 2023-08-04 | 7.5, 7.6, 7.8, 8.0, 8.1 | -| 1.1.2 | 2023-07-24 | 7.5, 7.6, 7.8, 8.0, 8.1 | -| 1.1.1-beta | 2023-07-19 | 7.5, 7.6, 7.8 | -| 1.1.0 | 2023-04-19 | 7.3, 7.5, 7.6, 7.8 | -| 1.0.1 | 2023-02-06 | 7.3, 7.5, 7.6, 7.8 | -| 1.0.0 | 2022-06-09 | 7.3, 7.5, 7.6 | +| Driver Version | Release date | Supported engine versions | Target .NET frameworks | +| -------------- | ------------ | ------------------------- | --------------------------------------------------------------- | +| 1.4.1 | 2026-07-28 | 8.9, 9.0, 9.1 RC | Framework 4.6.2/4.7.1/4.8; Standard 2.0/2.1; .NET 6/8/9/10 | +| 1.4.0 | 2026-05-26 | 8.7, 8.9, 9.0, 9.1 RC | Framework 4.6.2/4.7.1/4.8; Standard 2.0/2.1; .NET 6/8/9/10 | +| 1.3.0 | 2025-09-11 | 8.5, 8.7 | Framework 4.6.2/4.7.1/4.8; Standard 2.0/2.1; .NET 6/8/9 | +| 1.2.0 | 2025-03-27 | 7.8, 8.0, 8.1, 8.5, 8.7 | Framework 4.6.2/4.7.1/4.8; Standard 2.0/2.1; .NET 6/7/8 | +| 1.1.6 | 2024-11-28 | 7.8, 8.0, 8.1, 8.5 | Framework 4.6.1/4.7.1; Standard 2.0/2.1; Core 3.1; .NET 6/7 | +| 1.1.5 | 2024-11-27 | 7.8, 8.0, 8.1, 8.5 | Framework 4.6.1/4.7.1; Standard 2.0/2.1; Core 3.1; .NET 6/7 | +| 1.1.4 | 2023-09-21 | 7.5, 7.6, 7.8, 8.0, 8.1 | Framework 4.6.1/4.7.1; Standard 2.0/2.1; Core 3.1; .NET 6/7 | +| 1.1.3 | 2023-08-04 | 7.5, 7.6, 7.8, 8.0, 8.1 | Framework 4.6.1/4.7.1; Standard 2.0/2.1; Core 3.1; .NET 6/7 | +| 1.1.2 | 2023-07-24 | 7.5, 7.6, 7.8, 8.0, 8.1 | Framework 4.6.1/4.7.1; Standard 2.0/2.1; Core 3.1; .NET 6/7 | +| 1.1.1-beta | 2023-07-19 | 7.5, 7.6, 7.8 | Framework 4.6.1/4.7.1; Standard 2.0/2.1; Core 3.1; .NET 6/7 | +| 1.1.0 | 2023-04-19 | 7.3, 7.5, 7.6, 7.8 | Framework 4.6.1/4.7.1; Standard 2.0/2.1; Core 3.1; .NET 6/7 | +| 1.0.1 | 2023-02-06 | 7.3, 7.5, 7.6, 7.8 | Framework 4.5/4.6.1/4.7.1; Standard 2.0/2.1; Core 3.1; .NET 5/6 | +| 1.0.0 | 2022-06-09 | 7.3, 7.5, 7.6 | Framework 4.5/4.6.1/4.7.1; Standard 2.0/2.1; Core 3.1; .NET 5/6 |