From e7b3d95c77eb12afa3c5d1083aa8ec43feb4d76c Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Thu, 28 Mar 2024 10:28:36 +0000 Subject: [PATCH] Update table with features Signed-off-by: Marc Duiker --- .../content/en/developing-applications/sdks/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/daprdocs/content/en/developing-applications/sdks/_index.md b/daprdocs/content/en/developing-applications/sdks/_index.md index 321d053cd..d40ffcaf8 100644 --- a/daprdocs/content/en/developing-applications/sdks/_index.md +++ b/daprdocs/content/en/developing-applications/sdks/_index.md @@ -24,12 +24,12 @@ Select your [preferred language below]({{< ref "#sdk-languages" >}}) to learn mo |----------|:------|:----------:|:-----------:|:---------:|:---------:| | [.NET]({{< ref dotnet >}}) | Stable | ✔ | [ASP.NET Core](https://github.com/dapr/dotnet-sdk/tree/master/examples/AspNetCore) | ✔ | ✔ | | [Python]({{< ref python >}}) | Stable | ✔ | [gRPC]({{< ref python-grpc.md >}})
[FastAPI]({{< ref python-fastapi.md >}})
[Flask]({{< ref python-flask.md >}})| ✔ | ✔ | -| [Java]({{< ref java >}}) | Stable | ✔ | Spring Boot | ✔ | | -| [Go]({{< ref go >}}) | Stable | ✔ | ✔ | ✔ | | +| [Java]({{< ref java >}}) | Stable | ✔ | Spring Boot | ✔ | ✔ | +| [Go]({{< ref go >}}) | Stable | ✔ | ✔ | ✔ | ✔ | | [PHP]({{< ref php >}}) | Stable | ✔ | ✔ | ✔ | | -| [Javascript]({{< ref js >}}) | Stable| ✔ | | ✔ | | +| [Javascript]({{< ref js >}}) | Stable| ✔ | | ✔ | ✔ | | [C++](https://github.com/dapr/cpp-sdk) | In development | ✔ | | | -| [Rust](https://github.com/dapr/rust-sdk) | In development | ✔ | | | | +| [Rust](https://github.com/dapr/rust-sdk) | In development | ✔ | | ✔ | | ## Further reading