Skip to content

Commit afc2204

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#741)
Co-authored-by: josh-wong <[email protected]>
1 parent 7ac0a08 commit afc2204

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ This document shows the compatibility of ScalarDB Cluster versions among client
1919
| 3.10 | 3.9 - 3.10 | Not supported |
2020
| 3.9 | 3.9 | Not supported |
2121

22-
\* This version is in private preview, which means that future versions might have backward-incompatible updates.
22+
:::note
23+
24+
- \* This version is in private preview, which means that future versions might have backward-incompatible updates.
25+
- You can consider the client tools ([ScalarDB Cluster SQL CLI](developer-guide-for-scalardb-cluster-with-java-api.mdx#sql-cli) and [ScalarDB Cluster Schema Loader](developer-guide-for-scalardb-cluster-with-java-api.mdx#schema-loader-for-cluster)) to be the same as the ScalarDB Cluster Java Client SDK. In other words, you can apply the same compatibility rules to client tools as the ScalarDB Cluster Java Client SDK.
26+
- If you use a new feature that ScalarDB Cluster provides in a new minor version, you may need to use the same or a later version of the client tools or re-create (or update) existing schemas. For details, please refer to the relevant documentation about each feature.
27+
28+
:::
2329

2430
## Version skew policy
2531

0 commit comments

Comments
 (0)