mirror of https://github.com/dapr/docs.git
Merge branch 'v1.9' into endgame_v1.9_prep
This commit is contained in:
commit
4d5d22f7e6
|
@ -109,7 +109,7 @@ Dapr can be used from any developer framework. Here are some that have been inte
|
|||
|
||||
| Language | Frameworks | Description |
|
||||
|----------|------------|-------------|
|
||||
| [.NET]({{< ref dotnet >}}) | [ASP.NET Core]({{< ref dotnet-aspnet.md >}}) | Brings stateful routing controllers that respond to pub/sub events from other services. Can also take advantage of [ASP.NET Core gRPC Services](https://docs.microsoft.com/aspnet/core/grpc/).
|
||||
| [.NET]({{< ref dotnet >}}) | [ASP.NET Core](https://github.com/dapr/dotnet-sdk/tree/master/examples/AspNetCore) | Brings stateful routing controllers that respond to pub/sub events from other services. Can also take advantage of [ASP.NET Core gRPC Services](https://docs.microsoft.com/aspnet/core/grpc/).
|
||||
| [Java]({{< ref java >}}) | [Spring Boot](https://spring.io/) | Build Spring boot applications with Dapr APIs
|
||||
| [Python]({{< ref python >}}) | [Flask]({{< ref python-flask.md >}}) | Build Flask applications with Dapr APIs
|
||||
| [Javascript](https://github.com/dapr/js-sdk) | [Express](http://expressjs.com/) | Build Express applications with Dapr APIs
|
||||
|
|
|
@ -31,7 +31,7 @@ The Dapr SDKs are the easiest way for you to get Dapr into your application. Cho
|
|||
|
||||
| Language | Status | Client SDK | Server extensions | Actor SDK |
|
||||
|----------|:------|:----------:|:-----------:|:---------:|
|
||||
| [.NET]({{< ref dotnet >}}) | Stable | ✔ | [ASP.NET Core]({{< ref dotnet-aspnet >}}) | ✔ |
|
||||
| [.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 >}}) <br />[FastAPI]({{< ref python-fastapi.md >}})<br />[Flask]({{< ref python-flask.md >}})| ✔ |
|
||||
| [Java]({{< ref java >}}) | Stable | ✔ | Spring Boot | ✔ |
|
||||
| [Go]({{< ref go >}}) | Stable | ✔ | ✔ | ✔ |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
- component: HashiCorp Vault
|
||||
link: hashicorp-vault
|
||||
state: Stable
|
||||
state: Beta
|
||||
version: v1
|
||||
since: "1.9"
|
||||
features:
|
||||
|
|
|
@ -27,10 +27,10 @@
|
|||
</tr>
|
||||
{{ range sort $components "component" }}
|
||||
<tr>
|
||||
<td align="center">{{ if .features.multipleKeyValuesPerSecret }}✅{{else}}<img src="/images/emptybox.png">{{ end }}</td>
|
||||
<td><a href="/reference/components-reference/supported-secret-stores/{{ .link }}/" }}>{{ .component
|
||||
}}</a>
|
||||
</td>
|
||||
<td align="center">{{ if .features.multipleKeyValuesPerSecret }}✅{{else}}<img src="/images/emptybox.png">{{ end }}</td>
|
||||
<td>{{ .state }}</td>
|
||||
<td>{{ .version }}</td>
|
||||
<td>{{ .since }}</td>
|
||||
|
@ -40,4 +40,4 @@
|
|||
{{ end }}
|
||||
</div>
|
||||
|
||||
{{ partial "components/componenttoc.html" . }}
|
||||
{{ partial "components/componenttoc.html" . }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d061164ec8f9f92d2f84fdd6294c553e425e9ebc
|
||||
Subproject commit 52b82d7ce6599822a37d2528379f5ca146e286bb
|
|
@ -1 +1 @@
|
|||
Subproject commit e086ac59a0dca5c32551010243408b420e1e16ea
|
||||
Subproject commit b465b1fa07211ee8a43bdd66906423d2e9e14ebd
|
|
@ -1 +1 @@
|
|||
Subproject commit 44f80c956d9486db0385d575db7090e759e1f39c
|
||||
Subproject commit 5a2833ca63a87805df1dd02d99a7b354ce95980a
|
|
@ -1 +1 @@
|
|||
Subproject commit 8bbfdbdcb536faaa338db9fd05bc73fd746c01b9
|
||||
Subproject commit 93b119798f533afa6601f480d6cfaf6a62c30388
|
|
@ -1 +1 @@
|
|||
Subproject commit 04f342a2047465872ea24ac3297f09d42cb27cff
|
||||
Subproject commit 3d9b155af142fd531be95ceb0e2fccd237e630c2
|
Loading…
Reference in New Issue