Skip to content

Commit f04ecb6

Browse files
Merge pull request #287319 from hhunter-ms/hh-293971
[Dapr/ACA] Add supported SDK versions to overview
2 parents f4d5108 + 270d26f commit f04ecb6

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/container-apps/dapr-overview.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: hhunter-ms
66
ms.service: azure-container-apps
77
ms.custom: build-2023
88
ms.topic: conceptual
9-
ms.date: 08/05/2024
9+
ms.date: 10/04/2024
1010
---
1111

1212
# Microservice APIs powered by Dapr
@@ -46,6 +46,22 @@ To learn more about using _alpha_ Dapr APIs and features, [see the Dapr FAQ][dap
4646
| [**Secrets**][dapr-secrets] | GA | Access secrets from your application code or reference secure values in your Dapr components. |
4747
| [**Configuration**][dapr-config] | GA | Retrieve and subscribe to application configuration items for supported configuration stores. |
4848

49+
### Compatible SDKs
50+
51+
Dapr's latest client SDK packages are compatible with Azure Container Apps. You can use any of the [supported, GA Dapr APIs](#managed-apis) with the following Dapr client SDK versions:
52+
53+
| Language | SDK version |
54+
| -------- | ------- |
55+
| Java | 1.12.0 |
56+
| Go | 1.11.0 |
57+
| Python | 1.14.0 |
58+
| .NET | 1.14.0 |
59+
| JavaScript | 3.3.1 |
60+
| Rust | 0.15.1 |
61+
62+
> [!NOTE]
63+
> Currently, the Dapr server extensions, actor, and workflow SDK packages are not compatible with Azure Container Apps. [Learn more about all of the Dapr SDK packages.](https://docs.dapr.io/developing-applications/sdks/)
64+
4965
[!INCLUDE [component-support](~/reusable-content/ce-skilling/azure/includes/dapr-in-azure/dapr-support-policy.md)]
5066

5167
### Tooling

0 commit comments

Comments
 (0)