From 080c268d25851b113a2713037ecc2c0a735ea060 Mon Sep 17 00:00:00 2001 From: mrproliu <741550557@qq.com> Date: Fri, 16 Sep 2022 09:54:39 +0800 Subject: [PATCH] Add compatibility documentation (#164) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 49a9433b..2d8192c7 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,14 @@ jobs: +# Compatibility + +SkyWalking CLI and SkyWalking OAP communicate with different query version, here is a summary of the compatible version of both. + +| SkyWalking CLI | OAP Server Version | +|----------------|---------------| +| \> = 0.11.0 | \> = 9.2.0 | + # Contributing For developers who want to contribute to this project, see [Contribution Guide](CONTRIBUTING.md)