Skip to content

Merge v1.17 into v1.18#5193

Merged
msfussell merged 48 commits into
dapr:v1.18from
marcduiker:merge/v1.17-into-v1.18
May 28, 2026
Merged

Merge v1.17 into v1.18#5193
msfussell merged 48 commits into
dapr:v1.18from
marcduiker:merge/v1.17-into-v1.18

Conversation

@marcduiker

Copy link
Copy Markdown
Contributor

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within tabpane
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have tabpane

In addition, please fill out the following to help reviewers understand this pull request:

Description

Issue reference

marcduiker and others added 30 commits February 25, 2026 08:42
Signed-off-by: Marc Duiker <[email protected]>
Adding support to configure gRPC message limits in workflows in .NET
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Mark Fussell <[email protected]>
Clarify that adding or changing a retention policy does not
retroactively purge workflows already in a terminal state. Include CLI
examples for retroactive cleanup using `dapr workflow purge
--all-older-than` and `dapr workflow list --filter-status` combined with
purge.

Signed-off-by: joshvanl <[email protected]>
Update docs based on new CLI flag dapr/cli#1609

Signed-off-by: joshvanl <[email protected]>
* docs(agents): update with v1.0 rcs out

Signed-off-by: Samantha Coyle <[email protected]>

* fix: address copilot feedback

Signed-off-by: Samantha Coyle <[email protected]>

* Update daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-core-concepts.md

Co-authored-by: Alice Gibbons <[email protected]>
Signed-off-by: Sam <[email protected]>

* Update daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-core-concepts.md

Co-authored-by: Alice Gibbons <[email protected]>
Signed-off-by: Sam <[email protected]>

* Update daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-core-concepts.md

Co-authored-by: Alice Gibbons <[email protected]>
Signed-off-by: Sam <[email protected]>

* Update daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-integrations.md

Co-authored-by: Alice Gibbons <[email protected]>
Signed-off-by: Sam <[email protected]>

* Update daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-core-concepts.md

Co-authored-by: Alice Gibbons <[email protected]>
Signed-off-by: Sam <[email protected]>

* Update daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-core-concepts.md

Co-authored-by: Alice Gibbons <[email protected]>
Signed-off-by: Sam <[email protected]>

---------

Signed-off-by: Samantha Coyle <[email protected]>
Signed-off-by: Sam <[email protected]>
Co-authored-by: Alice Gibbons <[email protected]>
Co-authored-by: Yaron Schneider <[email protected]>
…processMode improvements (dapr#5084)

* docs(pulsar): add CloudEvents Avro schema wrapping and rawPayload option

Document the new behavior where Dapr wraps user-provided Avro schemas
inside a CloudEvents envelope before registering with the Pulsar Schema
Registry. Add the new `<topic-name>.rawPayload` metadata field for
topics that need to skip CE wrapping and register the inner schema
directly.

Ref: dapr/components-contrib#4302
Signed-off-by: Javier Aliaga <[email protected]>

* docs(pulsar): clarify processMode as component-level metadata and async backpressure

processMode can now be set at the component level (not just subscription
request metadata) and overridden per subscription. Updated description
for maxConcurrentHandlers to document the fixed worker pool with
backpressure and the fallback behavior when set to 0.

Ref: dapr/components-contrib#4309
Signed-off-by: Javier Aliaga <[email protected]>

* docs(pulsar): Apply suggestions

Co-authored-by: Alice Gibbons <[email protected]>
Signed-off-by: Javier Aliaga <[email protected]>

---------

Signed-off-by: Javier Aliaga <[email protected]>
Co-authored-by: Alice Gibbons <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Co-authored-by: Josh van Leeuwen <[email protected]>
Signed-off-by: joshvanl <[email protected]>
Updates resiliency of streaming HTTP Service Invocation
Workflow: `wf purge --all-older-than --all-filter-status`
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
Signed-off-by: Josh van Leeuwen <[email protected]>
…notes

workflow: retention policy is not retroactive
JoshVanL and others added 18 commits April 10, 2026 13:55
* Update dapr to version v1.17.4

Signed-off-by: joshvanl <[email protected]>

* Update daprdocs/content/en/operations/support/support-release-policy.md

Co-authored-by: Copilot <[email protected]>
Signed-off-by: Josh van Leeuwen <[email protected]>

---------

Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Josh van Leeuwen <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
…apr#5121)

* docs(agents): announce v1.0 release for dapr agents in docs

Signed-off-by: Samantha Coyle <[email protected]>

* style: updates for copilot feedback

Signed-off-by: Samantha Coyle <[email protected]>

* style: address feedback from mark

Signed-off-by: Samantha Coyle <[email protected]>

---------

Signed-off-by: Samantha Coyle <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
* Revert "Documentation for native-sidecar (dapr#5041)"

This reverts commit 1534361.

Signed-off-by: Marc Duiker <[email protected]>

* Add reo.dev and cookie banner

Signed-off-by: Marc Duiker <[email protected]>

---------

Signed-off-by: Marc Duiker <[email protected]>
Add documentation for the outboxInternalTopic metadata field which
allows overriding the auto-generated internal outbox topic name.

Changes:
- Add outboxInternalTopic to metadata fields table
- Add outboxInternalTopic to YAML example
- Update internal outbox topic section with override explanation

Related: dapr/dapr#8933, dapr/dapr#9855

Signed-off-by: Szymon Polom <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Erwin <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
workflow-history-retention-policy

Signed-off-by: Bilgin Ibryam <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Add Middleware.io because it supports OTEL and its becoming highly popular in the observability space.

Signed-off-by: Shekhar Luhar <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
…compressionType, and compressionLevel (dapr#5116)

Signed-off-by: MyMirelHub <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
* docs(agents): document context-aware logger for DurableAgent

Signed-off-by: Rishabh Dewangan <[email protected]>

* docs: address review nits (imports and formatting)

Signed-off-by: Rishabh Dewangan <[email protected]>

---------

Signed-off-by: Rishabh Dewangan <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
* docs(agents): add MistralChatClient to supported LLMs

Signed-off-by: Rishabh Dewangan <[email protected]>

* docs: explicitly document Mistral fallback behavior

Signed-off-by: Rishabh Dewangan <[email protected]>

* docs(agents): add Prompty configuration template documentation

Signed-off-by: Rishabh Dewangan <[email protected]>

* docs(agents): address review nits for Prompty and Mistral models

Signed-off-by: Rishabh Dewangan <[email protected]>

---------

Signed-off-by: Rishabh Dewangan <[email protected]>
Co-authored-by: Sam <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Eric Jacobson <[email protected]>
Co-authored-by: Marc Duiker <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
@marcduiker
marcduiker requested review from a team as code owners May 28, 2026 11:39

@msfussell msfussell left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@msfussell
msfussell merged commit d7ac7b2 into dapr:v1.18 May 28, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.