You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/operations/support/alpha-beta-apis.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ description: "List of current alpha and beta APIs"
16
16
| Bulk Subscribe |[Bulk subscribe proto](https://github.com/dapr/dapr/blob/5aba3c9aa4ea9b3f388df125f9c66495b43c5c9e/dapr/proto/runtime/v1/appcallback.proto#L57)| N/A | The bulk subscribe application callback receives multiple messages from a topic in a single call. |[Bulk Publish and Subscribe API]({{% ref "pubsub-bulk.md" %}}) | v1.10 |
17
17
| Cryptography |[Crypto proto](https://github.com/dapr/dapr/blob/5aba3c9aa4ea9b3f388df125f9c66495b43c5c9e/dapr/proto/runtime/v1/dapr.proto#L118)|`v1.0-alpha1/crypto`| The cryptography API enables you to perform **high level** cryptography operations for encrypting and decrypting messages. |[Cryptography API]({{% ref "cryptography-overview.md" %}}) | v1.11 |
18
18
| Jobs |[Jobs proto](https://github.com/dapr/dapr/blob/master/dapr/proto/runtime/v1/dapr.proto#L212-219)|`v1.0-alpha1/jobs`| The jobs API enables you to schedule and orchestrate jobs. |[Jobs API]({{% ref "jobs-overview.md" %}}) | v1.14 |
19
+
| Streaming Subscription |[Streaming Subscription proto](https://github.com/dapr/dapr/blob/310c83140b2f0c3cb7d2bef19624df88af3e8e0a/dapr/proto/runtime/v1/dapr.proto#L454)| N/A | Subscription is defined in the application code. Streaming subscriptions are dynamic, meaning they allow for adding or removing subscriptions at runtime. |[Streaming Subscription API]({{% ref "subscription-methods/#streaming-subscriptions" %}}) | v1.14 |
19
20
| Conversation |[Conversation proto](https://github.com/dapr/dapr/blob/master/dapr/proto/runtime/v1/dapr.proto#L221-222)|`v1.0-alpha1/conversation`| Converse between different large language models using the conversation API. |[Conversation API]({{% ref "conversation-overview.md" %}}) | v1.15 |
0 commit comments