Skip to content

Commit 5e680eb

Browse files
committed
AUTO: Sync ScalarDB docs in English to docs site repo
1 parent df19efe commit 5e680eb

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

versioned_docs/version-3.11/requirements.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ The following Java Development Kits (JDKs) are verified and supported.
2626
- **[Oracle JDK](https://www.oracle.com/java/):** 8, 11, 17 or 21 (LTS versions)
2727
- **[OpenJDK](https://openjdk.org/) ([Eclipse Temurin](https://adoptium.net/temurin/), [Amazon Corretto](https://aws.amazon.com/corretto/), or [Microsoft Build of OpenJDK](https://learn.microsoft.com/en-us/java/openjdk/)):** 8, 11, 17, or 21 (LTS versions)
2828

29-
### .NET
30-
31-
ScalarDB is provided as a gRPC server called ScalarDB Cluster, which also has a [.NET client SDK](scalardb-cluster-dotnet-client-sdk/index.mdx) that wraps the .NET client generated from the proto file. The SDK is a .NET Standard 2.0 library, so it should work with every implementation and its version that is supported by .NET Standard 2.0. However, the detailed supported implementations and their versions are to be decided.
32-
3329
### Other languages
3430

3531
ScalarDB Cluster uses gRPC version 1.65.0, so you can create your own client by using the generated clients of your preferred languages.

versioned_docs/version-3.11/scalardb-cluster/compatibility.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This document shows the compatibility of ScalarDB Cluster versions among client
44

55
## ScalarDB Cluster compatibility with client SDKs
66

7-
| ScalarDB Cluster version | ScalarDB Cluster Java Client SDK version | ScalarDB Cluster .NET Client SDK version |
8-
|:-------------------------|:-----------------------------------------|:-----------------------------------------|
9-
| 3.15 | 3.9 - 3.15 | 3.12* - 3.15 |
10-
| 3.14 | 3.9 - 3.14 | 3.12* - 3.14 |
11-
| 3.13 | 3.9 - 3.13 | 3.12* - 3.13 |
12-
| 3.12 | 3.9 - 3.12 | 3.12* |
13-
| 3.11 | 3.9 - 3.11 | Not supported |
14-
| 3.10 | 3.9 - 3.10 | Not supported |
15-
| 3.9 | 3.9 | Not supported |
7+
| ScalarDB Cluster version | ScalarDB Cluster Java Client SDK version |
8+
|:-------------------------|:-----------------------------------------|
9+
| 3.15 | 3.9 - 3.15 |
10+
| 3.14 | 3.9 - 3.14 |
11+
| 3.13 | 3.9 - 3.13 |
12+
| 3.12 | 3.9 - 3.12 |
13+
| 3.11 | 3.9 - 3.11 |
14+
| 3.10 | 3.9 - 3.10 |
15+
| 3.9 | 3.9 |
1616

1717
\* This version is in private preview, which means that future versions might have backward-incompatible updates.
1818

0 commit comments

Comments
 (0)