SDK table update version

This commit is contained in:
Ori Zohar 2021-02-12 08:52:41 -08:00
parent 5331ba6c9d
commit e8dec27b77
1 changed files with 9 additions and 9 deletions

View File

@ -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 >}})<br />[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 >}})<br />[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