From d40219cfe11dccfd3fc788940c00dc500bbb445d Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Mon, 15 Feb 2021 15:30:55 -0800 Subject: [PATCH] Updating SDK versions (#1208) * Updating SDK versions * Updating sdk table version --> status Co-authored-by: Mark Fussell --- .../en/developing-applications/sdks/_index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/daprdocs/content/en/developing-applications/sdks/_index.md b/daprdocs/content/en/developing-applications/sdks/_index.md index e85d947d4..1e86e16d5 100644 --- a/daprdocs/content/en/developing-applications/sdks/_index.md +++ b/daprdocs/content/en/developing-applications/sdks/_index.md @@ -29,16 +29,16 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho ## SDK languages -| Language | Version | Client SDK | Service Extensions | Actor SDK | +| Language | Status | Client SDK | Service Extensions | Actor SDK | |----------|:-----:|:----------:|:-----------:|:---------:| -| [.NET](https://github.com/dapr/dotnet-sdk) | v1.0 | ✔ | ✔
ASP.NET Core | ✔ | -| [Python]({{< ref python >}}) | v1.0 | ✔ | ✔
[gRPC]({{< ref python-grpc.md >}}) | ✔
[FastAPI]({{< ref python-fastapi.md >}})
[Flask]({{< ref python-flask.md >}}) | -| [Java](https://github.com/dapr/java-sdk) | v1.0 | ✔ | ✔
Spring Boot | ✔ | -| [Go](https://github.com/dapr/go-sdk) | v1.0 | ✔ | ✔ | | -| [PHP](https://github.com/dapr/php-sdk) | Preview | ✔ | ✔ | ✔ | -| [C++](https://github.com/dapr/cpp-sdk) | Preview | ✔ | | -| [Rust]() | Preview | ✔ | | | -| [Javascript]() | Preview | ✔ | | +| [.NET](https://github.com/dapr/dotnet-sdk) | Stable | ✔ | ✔
ASP.NET Core | ✔ | +| [Python]({{< ref python >}}) | Stable | ✔ | ✔
[gRPC]({{< ref python-grpc.md >}}) | ✔
[FastAPI]({{< ref python-fastapi.md >}})
[Flask]({{< ref python-flask.md >}}) | +| [Java](https://github.com/dapr/java-sdk) | Stable | ✔ | ✔
Spring Boot | ✔ | +| [Go](https://github.com/dapr/go-sdk) | Stable | ✔ | ✔ | | +| [PHP](https://github.com/dapr/php-sdk) | Stable | ✔ | ✔ | ✔ | +| [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | | +| [Rust]() | In development | ✔ | | | +| [Javascript]() | In development| ✔ | | ## Further reading