Updating SDK versions (#1208)

* Updating SDK versions

* Updating sdk table version --> status

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
This commit is contained in:
Ori Zohar 2021-02-15 15:30:55 -08:00 committed by GitHub
parent e9bbe57090
commit d40219cfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 | Version | Client SDK | Service Extensions | Actor SDK |
| Language | Status | Client SDK | Service Extensions | Actor SDK |
|----------|:-----:|:----------:|:-----------:|:---------:|
| [.NET](https://github.com/dapr/dotnet-sdk) | v1.0 | ✔ | ✔ </br>ASP.NET Core | ✔ |
| [Python]({{< ref python >}}) | v1.0 | ✔ | ✔ </br>[gRPC]({{< ref python-grpc.md >}}) | ✔ </br>[FastAPI]({{< ref python-fastapi.md >}})<br />[Flask]({{< ref python-flask.md >}}) |
| [Java](https://github.com/dapr/java-sdk) | v1.0 | ✔ | ✔ </br>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 | ✔ | ✔ </br>ASP.NET Core | ✔ |
| [Python]({{< ref python >}}) | Stable | ✔ | ✔ </br>[gRPC]({{< ref python-grpc.md >}}) | ✔ </br>[FastAPI]({{< ref python-fastapi.md >}})<br />[Flask]({{< ref python-flask.md >}}) |
| [Java](https://github.com/dapr/java-sdk) | Stable | ✔ | ✔ </br>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