From bdf4ccd3589f9ff7ef4fbe5ce6bce0841e1086c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Fri, 18 Feb 2022 21:39:55 +0800 Subject: [PATCH] Add v9 to compatibility matrix (#8559) --- .../setup/service-agent/agent-compatibility.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/en/setup/service-agent/agent-compatibility.md b/docs/en/setup/service-agent/agent-compatibility.md index b0b72f156b..02c62bba58 100644 --- a/docs/en/setup/service-agent/agent-compatibility.md +++ b/docs/en/setup/service-agent/agent-compatibility.md @@ -4,12 +4,13 @@ SkyWalking 8.0+ uses v3 protocols. Agents don't have to keep the same versions a ## SkyWalking Native Agents -|OAP Server Version|Java|Python|NodeJS|LUA|Kong|Browser Agent|Satellite| ------------ | ---------- | --------- | --------- |--------- |--------- |--------- |----- | -8.0.1 - 8.1.0 | 8.0.0 - 8.3.0 | < = 0.6.0| < = 0.3.0 | All | All | No | No | -8.2.0 - 8.3.0 | 8.0.0 - 8.3.0 | < = 0.6.0| < = 0.3.0 | All | All | All | No | -8.4.0 - 8.8.1 | \> = 8.0.0 | All | All | All | All | All | No | -8.9.0+ | \> = 8.0.0 | All | All | All | All | All | \> = 0.4.0 | +|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 | 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 | All | No | +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 @@ -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.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 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. \ No newline at end of file +to support newer features in the agents.