Commit Graph

7971 Commits

Author SHA1 Message Date
Mike Nguyen 30e755a85e
Merge branch 'v1.16' into docs/max-body-size 2025-09-10 18:19:33 +01:00
Mike Nguyen 3524b002f4
docs: update max-body-size documentation
closes #4670

Signed-off-by: Mike Nguyen <hey@mike.ee>
2025-09-10 18:14:09 +01:00
Sam 62f930f01f
feat: conversation api toolcalling support documentation (#4769)
* docs: add tool call support in conversation api docs

Signed-off-by: Samantha Coyle <sam@diagrid.io>

* fix: address feedback

Signed-off-by: Samantha Coyle <sam@diagrid.io>

---------

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-10 08:49:52 -07:00
Marc Duiker ef0e7d5e6a
Merge pull request #4867 from dapr/msfussell-patch-1
Update README with clearer navigation instructions
2025-09-10 12:58:08 +02:00
Marc Duiker 2c2a71be85
Merge branch 'v1.16' into msfussell-patch-1 2025-09-10 12:54:57 +02:00
Marc Duiker 561b1d7eec
Merge pull request #4868 from msfussell/streaming-sub
Update Alpha APIs for Streaming Subscription
2025-09-10 12:53:40 +02:00
msfussell f65aaeccb6 Update Alpha APIs doc 2025-09-09 21:48:51 -07:00
Mark Fussell 8c611f5e34
Update README with clearer navigation instructions
Clarified instructions for navigating to the docs repo root folder and updated submodule instructions.

Signed-off-by: Mark Fussell <markfussell@gmail.com>
2025-09-09 21:26:45 -07:00
Cassie Coyle 323d32e148
Multi-application Workflows (#4847)
* cross-app docs

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>

* Extended cross-app docs

Signed-off-by: Albert Callarisa <albert@diagrid.io>

* called suborchestrators 'child workflow' for consistency

Signed-off-by: Albert Callarisa <albert@diagrid.io>

* Merge both multi-app pieces

Signed-off-by: Albert Callarisa <albert@diagrid.io>

* Changed link from workflow overview

Signed-off-by: Albert Callarisa <albert@diagrid.io>

* Applied suggestions from review

Signed-off-by: Albert Callarisa <albert@diagrid.io>

* Shortened sample code to show just the necessary pieces

Signed-off-by: Albert Callarisa <albert@diagrid.io>

* Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-overview.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-multi-app.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Albert Callarisa <albert@diagrid.io>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-09 15:19:48 -07:00
Josh van Leeuwen 90136e7fd8
[1.16] Adds WorkflowsClusteredDeployment (#4831)
* [1.16] Adds WorkflowsClusteredDeployment

Adds WorkflowsClusteredDeployment feature gate docs.

Signed-off-by: joshvanl <me@joshvanl.dev>

* Adds second about the executor actor type

Signed-off-by: joshvanl <me@joshvanl.dev>

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-05 19:31:55 -07:00
Josh van Leeuwen a5355b512b
[1.16] Adds docs for EKS IRSA (#4845)
* [1.16] Adds docs for EKS IRSA

Fixes https://github.com/dapr/docs/issues/4779

Signed-off-by: joshvanl <me@joshvanl.dev>

* Adds ref to AWS auth page

Signed-off-by: joshvanl <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-05 18:02:02 -07:00
Javier Aliaga 2026f434e3
[1.16] Support subsecond precision jobs and reminders (#4851)
* docs: Support subsecond precision jobs and reminders

Signed-off-by: Javier Aliaga <javier@diagrid.io>

* Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md

Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>
Signed-off-by: Javier Aliaga <javier@diagrid.io>

* Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/actors/actors-timers-reminders.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/building-blocks/jobs/jobs-features-concepts.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Javier Aliaga <javier@diagrid.io>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-05 17:53:53 -07:00
Mike Nguyen 40b6f83016
docs: longhaul dashboard page (#4838)
* docs: longhaul dashboard page

closes #4780

Signed-off-by: Mike Nguyen <hey@mike.ee>

* docs:fix typo

Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Mike Nguyen <hey@mike.ee>

* Update daprdocs/content/en/operations/observability/_index.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-05 16:41:48 -07:00
Joni Collinge a9d5e8becf
Add docs for Azure Federated Identity via Dapr Sentry OIDC (#4650)
* Add initial docs for Azure federated identity credential

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

* Add audiences to access control struct docs

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

* Update helm values

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

* Remove jwt audiences from configuration

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

* Add warning

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

* Update args and annotation

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

* Fix localized URLs

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

* Add comment to increase init timeout

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

* Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/authenticating-azure.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-05 16:35:37 -07:00
Joni Collinge ae4b5de2e2
Update actor state store docs to include strong consistency requirement (#4766)
* Update actor state store docs to include strong consistency requirement

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

* Move consistency to independent sentence

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>

---------

Signed-off-by: Jonathan Collinge <jonathancollinge@live.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-05 16:26:19 -07:00
Josh van Leeuwen 4a9ece2109
[1.16] Add docs on DAPR_UNSAFE_SKIP_CONTAINER_UID_GID_CHECK env var (#4832)
* [1.16] Add docs on DAPR_UNSAFE_SKIP_CONTAINER_UID_GID_CHECK env var

Fixes https://github.com/dapr/docs/issues/4784

Signed-off-by: joshvanl <me@joshvanl.dev>

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

* Adds DAPR_UNSAFE_SKIP_CONTAINER_UID_GID_CHECK to environment reference

Signed-off-by: joshvanl <me@joshvanl.dev>

* Moved non-root execution section for Kubernetes

Moved the section on running Dapr services as non-root in Kubernetes, including environment variable configuration.

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-05 15:56:55 -07:00
Mike Nguyen 2ff6e63317
docs: deprecation notice for vscode extension (#4840)
* docs: deprecation notice for vscode extension

closes #4699

Signed-off-by: Mike Nguyen <hey@mike.ee>

* docs: remove promises

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Mike Nguyen <hey@mike.ee>

---------

Signed-off-by: Mike Nguyen <hey@mike.ee>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-05 15:40:12 -07:00
Josh van Leeuwen 82878268e5
[1.16] Adds Server-Sent Events docs (#4842)
* [1.16] Adds Server-Sent Events docs

Fixes https://github.com/dapr/docs/issues/4788

Signed-off-by: joshvanl <me@joshvanl.dev>

* Adds an example of using sse headers

Signed-off-by: joshvanl <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-05 14:56:46 -07:00
Fabian Martinez d6656a7c9c
add workflows to metadata API (#4852)
Signed-off-by: Fabian Martinez <46371672+famarting@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-05 14:42:32 -07:00
Marc Duiker b26fdaf67f
Update SWA deployment instructions (#4859)
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-05 14:32:45 -07:00
Josh van Leeuwen fd0c2e99fc
[1.16] Workflow: Multi App (#4855)
* [1.16] Workflow: Multi App

Adds documentation for multi application workflows.

Adds examples for Go and Java (but only activities).

Adds a section on App ID identity which is referenced.

Part of https://github.com/dapr/docs/issues/4728

Signed-off-by: joshvanl <me@joshvanl.dev>

* Update security-concept.md

* Update security-concept.md

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2025-09-03 11:00:59 -07:00
Marc Duiker 662ee93963
Merge pull request #4856 from marcduiker/upmerge-09-03
Upmerge from 1.15 into 1.16
2025-09-03 16:33:00 +02:00
Marc Duiker c593c77db4 Fix yaml syntax
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-03 10:15:01 +00:00
Marc Duiker 692ee52258 Fix duplicated lines
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-03 10:09:50 +00:00
Marc Duiker 87fef049ee Merge remote-tracking branch 'origin/v1.15' into upmerge-09-03
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-03 10:04:20 +00:00
Albert Callarisa 20ae93aa92
[1.16] Add docs for subscription retry mechanism (#4826)
* Add docs for subscription retry mechanism

Signed-off-by: Albert Callarisa <albert@diagrid.io>

* Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-overview.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-02 22:14:44 -07:00
Josh van Leeuwen 9a9ca5dfdd
[1.16] Alibaba Cloud Table Store State Store Component (#4841)
Fixes https://github.com/dapr/docs/issues/4795

Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-02 22:04:05 -07:00
Josh van Leeuwen 6021c7d13d
[1.16] Fix Scheduler restart command (#4843)
Fixes https://github.com/dapr/docs/issues/4765

Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-02 21:35:08 -07:00
Josh van Leeuwen 1c3351d1d5
[1.16] Adds docs for Apache Dubbo (#4837)
* [1.16] Adds docs for Apache Dubbo

Fixes https://github.com/dapr/docs/issues/4798

Signed-off-by: joshvanl <me@joshvanl.dev>

* Adds correct start version

Signed-off-by: joshvanl <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-02 21:31:13 -07:00
Jon Menzies-Smith 49b53e0413
Add docs for AWS Cloudmap and Nameformat name resolution components (#4694)
* Add docs for AWS Cloudmap name resolution

Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>

* Add docs for Nameformat name resolution

Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>

* Apply suggestions from code review

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>

* Updates from PR

Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>

* Update daprdocs/content/en/reference/components-reference/supported-name-resolution/nr-awscloudmap.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Jon Menzies-Smith <github@menzies-smith.co.uk>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-02 21:25:57 -07:00
Cassie Coyle 36efb8f6d9
Compensating Workflows Pattern (#4665)
* compensation pattern docs

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>

* tweak call activity

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>

* Update tabpane and tab shortcode

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>

* Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-patterns.md

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>

* Add a text description of the compensation workflow and include the link to the diagram

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>

* Refine comments for error handling and compensation

Added comments for compensating logic

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-02 21:18:21 -07:00
Mirel Isaj ccaeb65165
Add contentType metadata field GCP Storage Bucket Binding (#4846)
* Add contentType metadata field and update examples for GCP Storage Bucket binding

Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-bindings/gcpbucket.md

Signed-off-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-02 21:10:09 -07:00
Marc Duiker d248b761f5
Add kapa.ai script (#4853)
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-02 14:21:13 -07:00
Josh van Leeuwen 595fa5cd8e
[1.16] Go Workflow durabletask (#4854)
The Go SDK workflow wrapper over durabletask-go is to be deprecated, in
favour of using the durabletask-go client directly. The Go SDK wrapper
is unnecessary indirection, and prevents some features from being used
by the user.

Signed-off-by: joshvanl <me@joshvanl.dev>
2025-09-02 14:19:57 -07:00
Marc Duiker 9fa3b5a161
Merge pull request #4844 from JoshVanL/fix-net-command
[1.16] Fix net command
2025-09-02 13:31:32 +02:00
Marc Duiker 180599c337
Merge branch 'v1.16' into fix-net-command 2025-09-01 20:44:43 +02:00
Josh van Leeuwen 83b5e09271
[1.16] Adds RocketMQ binding (#4835)
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-01 11:00:54 -07:00
Marc Duiker af3a9f2044
Merge branch 'v1.16' into fix-net-command 2025-09-01 19:48:27 +02:00
Marc Duiker df0712d5c5
Merge pull request #4848 from marcduiker/revert-dotnet-docs-ref-115
Revert to commit e3efbad to remove docs specific to 1.16
2025-09-01 19:47:10 +02:00
Marc Duiker a6527c4ad2
Merge pull request #4849 from marcduiker/fix-code-tabs
Fix missing tab headers
2025-09-01 19:46:43 +02:00
Mark Fussell 565894d09d
Merge branch 'v1.16' into fix-code-tabs 2025-09-01 10:43:04 -07:00
Marc Duiker c411f9da4a
Merge pull request #4825 from JoshVanL/workflow-architecture-update
[1.16] Workflow: Update building block documentation
2025-09-01 19:40:58 +02:00
Mark Fussell a5a423ad9b
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-features-concepts.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2025-09-01 10:37:08 -07:00
Mark Fussell f86a070731
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2025-09-01 10:37:00 -07:00
Mark Fussell cf8b370067
Update daprdocs/content/en/developing-applications/building-blocks/workflow/workflow-architecture.md
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2025-09-01 10:36:51 -07:00
Josh van Leeuwen a09769ee84
Merge branch 'v1.16' into workflow-architecture-update 2025-09-01 14:19:46 -03:00
Josh van Leeuwen 69a97dd6d8
[1.16] Make Twillio binding index list explicit (#4836)
Fixes https://github.com/dapr/docs/issues/4800

Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2025-09-01 09:47:24 -07:00
Marc Duiker c76aa7fba9
Fix missing tab headers
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-01 11:11:52 +00:00
Marc Duiker 7127643158 Revert to commit e3efbad to remove docs specific to 1.16
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2025-09-01 08:34:08 +00:00
joshvanl 02378bbbf4 [1.16] Fix net command
Fixes https://github.com/dapr/docs/issues/4742

Signed-off-by: joshvanl <me@joshvanl.dev>
2025-08-29 12:43:42 -03:00