From 5e9ab3ee8547dd61152d1cfa4c5223302e22eac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 23 Dec 2024 11:58:41 +0800 Subject: [PATCH] Update compatibility table. (#208) --- 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