This is an automated email from the ASF dual-hosted git repository.
liuhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 080c268 Add compatibility documentation (#164)
080c268 is described below
commit 080c268d25851b113a2713037ecc2c0a735ea060
Author: mrproliu <[email protected]>
AuthorDate: Fri Sep 16 09:54:39 2022 +0800
Add compatibility documentation (#164)
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 49a9433..2d8192c 100644
--- a/README.md
+++ b/README.md
@@ -154,6 +154,14 @@ jobs:
</details>
+# 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)