Skip to content

Commit

Permalink
Update compatibility table. (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Dec 23, 2024
1 parent 3f9cf0e commit 5e9ab3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,17 @@ 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 |
|----------------|---------------|
| \> = 0.11.0 | \> = 9.2.0 |
| \> = 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

Expand Down

0 comments on commit 5e9ab3e

Please sign in to comment.