This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git
commit 6820d855c4c5c13bf08ba12f5d51b0d788bc8414 Author: 吴晟 Wu Sheng <wu.sh...@foxmail.com> AuthorDate: Mon Dec 23 11:54:13 2024 +0800 Update compatibility table. New APIs implemented in 0.14 and 0.15(not released) require 10.2.0+ OAP, as new commands are added. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a061f..9cda03c 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,9 @@ jobs: # Compatibility -SkyWalking CLI and SkyWalking OAP communicate with different query version, here is a summary of the compatible version of both. +SkyWalking CLI and SkyWalking OAP communicate with different query versions, here is a summary of the compatible versions of both. +Note that many queries in older CLI releases can still work with new OAP versions and vice versa because most query APIs are forward-compatible. +The compatibility table here only lists fully compatible OAP versions, which mean new query APIs are implemented in this specific version. | SkyWalking CLI | OAP Server Version | |----------------|---------------| @@ -164,6 +166,7 @@ SkyWalking CLI and SkyWalking OAP communicate with different query version, here | \> = 0.12.0 | \> = 9.3.0 | | \> = 0.12.0 | \> = 9.5.0 | | \> = 0.13.0 | \> = 9.6.0 | +| \> = 0.14.0 | \> = 10.2.0 | # Contributing