Add v9 to compatibility matrix (#8559)

This commit is contained in:
吴晟 Wu Sheng 2022-02-18 21:39:55 +08:00 committed by GitHub
parent b33b78637b
commit bdf4ccd358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 7 deletions

View File

@ -4,12 +4,13 @@ SkyWalking 8.0+ uses v3 protocols. Agents don't have to keep the same versions a
## SkyWalking Native Agents ## SkyWalking Native Agents
|OAP Server Version|Java|Python|NodeJS|LUA|Kong|Browser Agent|Satellite| |OAP Server Version|Java|Python|NodeJS|LUA|Kong|Browser Agent|Rust|Satellite|
----------- | ---------- | --------- | --------- |--------- |--------- |--------- |----- | ----------- | ---------- | --------- | --------- |--------- |--------- |--------- |--------- |--------- |
8.0.1 - 8.1.0 | 8.0.0 - 8.3.0 | < = 0.6.0| < = 0.3.0 | All | All | No | No | 8.0.1 - 8.1.0 | 8.0.0 - 8.3.0 | < = 0.6.0| < = 0.3.0 | All | All | No | All | No |
8.2.0 - 8.3.0 | 8.0.0 - 8.3.0 | < = 0.6.0| < = 0.3.0 | All | All | All | No | 8.2.0 - 8.3.0 | 8.0.0 - 8.3.0 | < = 0.6.0| < = 0.3.0 | All | All | All | All | No |
8.4.0 - 8.8.1 | \> = 8.0.0 | All | All | All | All | All | No | 8.4.0 - 8.8.1 | \> = 8.0.0 | All | All | All | All | All | All | No |
8.9.0+ | \> = 8.0.0 | All | All | All | All | All | \> = 0.4.0 | 8.9.0+ | \> = 8.0.0 | All | All | All | All | All | All | \> = 0.4.0 |
9.0.0+ | \> = 8.0.0 | All | All | All | All | All | All | \> = 0.4.0 |
## Ecosystem Agents ## Ecosystem Agents
@ -20,9 +21,10 @@ don't belong to the Apache Software Foundation.
----------- | ---------- | --------- | --------- |--------- | ----------- | ---------- | --------- | --------- |--------- |
8.0.1 - 8.3.0 | 1.0.0 - 1.3.0 | 0.4.0 - 0.6.0 | < = 0.2.0 | \> = 3.0.0| 8.0.1 - 8.3.0 | 1.0.0 - 1.3.0 | 0.4.0 - 0.6.0 | < = 0.2.0 | \> = 3.0.0|
8.4.0+ | \> = 1.0.0 | \> = 0.4.0 | All | \> = 3.0.0| 8.4.0+ | \> = 1.0.0 | \> = 0.4.0 | All | \> = 3.0.0|
9.0.0+ | \> = 1.0.0 | \> = 0.4.0 | All | \> = 3.0.0|
All these projects are maintained by their own communities, please reach them if you face any compatibility issue. All these projects are maintained by their own communities, please reach them if you face any compatibility issue.
___ ___
All above compatibility are only references, if you face `unimplemented` error, it means you need to upgrade OAP backend All above compatibility are only references, if you face `unimplemented` error, it means you need to upgrade OAP backend
to support newer features in the agents. to support newer features in the agents.