File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -156,14 +156,17 @@ jobs:
156156
157157# Compatibility
158158
159- SkyWalking CLI and SkyWalking OAP communicate with different query version, here is a summary of the compatible version of both.
159+ SkyWalking CLI and SkyWalking OAP communicate with different query versions, here is a summary of the compatible versions of both.
160+ 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.
161+ The compatibility table here only lists fully compatible OAP versions, which mean new query APIs are implemented in this specific version.
160162
161163| SkyWalking CLI | OAP Server Version |
162164| ----------------| ---------------|
163165| \> = 0.11.0 | \> = 9.2.0 |
164166| \> = 0.12.0 | \> = 9.3.0 |
165167| \> = 0.12.0 | \> = 9.5.0 |
166168| \> = 0.13.0 | \> = 9.6.0 |
169+ | \> = 0.14.0 | \> = 10.2.0 |
167170
168171# Contributing
169172
You can’t perform that action at this time.
0 commit comments