From e8dec27b77e19c66ffebe8a01af75a6e331f637b Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Fri, 12 Feb 2021 08:52:41 -0800 Subject: [PATCH] SDK table update version --- .../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 dcd2ae5e7..a5a703d42 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 | State | Client SDK | Service Extensions | Actor SDK | +| Language | Version | Client SDK | Service Extensions | Actor SDK | |----------|:-----:|:----------:|:-----------:|:---------:| -| [.NET](https://github.com/dapr/dotnet-sdk) | In Development | ✔ | ASP.NET Core | ✔ | -| [Python]({{< ref python >}}) | In Development | ✔ | [gRPC]({{< ref python-grpc.md >}}) | [FastAPI]({{< ref python-fastapi.md >}})
[Flask]({{< ref python-flask.md >}}) | -| [Java](https://github.com/dapr/java-sdk) | In Development | ✔ | Spring Boot | ✔ | -| [Go](https://github.com/dapr/go-sdk) | In Development | ✔ | ✔ | | -| [PHP](https://github.com/dapr/php-sdk) | In Development | ✔ | ✔ | ✔ | -| [C++](https://github.com/dapr/cpp-sdk) | Backlog | ✔ | | -| [Rust]() | Backlog | ✔ | | | -| [Javascript]() | Backlog | ✔ | | +| [.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 | ✔ | | ## Further reading