Skip to content

1.17 - Add missing configuration options for Pulsar component#5116

Merged
msfussell merged 2 commits into
dapr:v1.17from
MyMirelHub:backport-pulsar-docs-1.17
May 24, 2026
Merged

1.17 - Add missing configuration options for Pulsar component#5116
msfussell merged 2 commits into
dapr:v1.17from
MyMirelHub:backport-pulsar-docs-1.17

Conversation

@MyMirelHub
Copy link
Copy Markdown
Contributor

backport of #5115

…compressionType, and compressionLevel

Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>
@MyMirelHub MyMirelHub requested review from a team as code owners April 14, 2026 12:18
@MyMirelHub MyMirelHub changed the title Add new configuration options for Pulsar component: redeliveryDelay, … 1.17 - Add missing configuration options for Pulsar component Apr 14, 2026
Copy link
Copy Markdown
Contributor

@marcduiker marcduiker left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Contributor

@nelson-parente nelson-parente left a comment

Choose a reason for hiding this comment

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

Pre-review for @marcduiker handoff: LGTM. Backport of missing Pulsar config options (redeliveryDelay, compressionType, compressionLevel) to v1.17. Already has prior approval. Small and correct. Safe to merge after CI.

@msfussell msfussell merged commit ff51a02 into dapr:v1.17 May 24, 2026
6 checks passed
@msfussell msfussell added this to the 1.17 milestone May 24, 2026
marcduiker pushed a commit to marcduiker/dapr-docs that referenced this pull request May 25, 2026
…compressionType, and compressionLevel (dapr#5116)

Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
msfussell added a commit that referenced this pull request May 28, 2026
* Promote 1.17 to latest

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

* Adding support to configure gRPC message limits in workflows in .NET

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Fix CLI example for workflow versioning.

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

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Updates resiliency of streaming HTTP Service Invocation

Based on this PR dapr/dapr#9627

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

* workflow: retention policy is not retroactive

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 <me@joshvanl.dev>

* Workflow: `wf purge --all-older-than --all-filter-status`

Update docs based on new CLI flag dapr/cli#1609

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

* Update docs for v1.17.2 (#5081)

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

* docs(agents): update with v1.0 rcs out (#5071)

* docs(agents): update with v1.0 rcs out

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

* fix: address copilot feedback

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

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

---------

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Sam <sam@diagrid.io>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>

* docs(pulsar): add CloudEvents schema wrapping, rawschema option, and processMode improvements (#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 <javier@diagrid.io>

* 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 <javier@diagrid.io>

* docs(pulsar): Apply suggestions

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Javier Aliaga <javier@diagrid.io>

---------

Signed-off-by: Javier Aliaga <javier@diagrid.io>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>

* chore: update Azure Static Web App base hostname to new account (#5095)

Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>

* chore: fix Azure Static Web App staging URL region suffix (#5096)

Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>

* chore: update Azure Static Web App to new instance (dapr-docs-site) (#5097)

Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>

* revert: restore original Azure Static Web App configuration (#5098)

Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>

* dapr v1.17.3 (#5089)

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>

* Review comments

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

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

* Updates CLI version to 1.17.1 (#5107)

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

* Update dapr to version v1.17.4 (#5110)

* Update dapr to version v1.17.4

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

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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: Copilot <175728472+Copilot@users.noreply.github.com>

* update to latest versions

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

* [1.17] docs(agents): announce v1.0 release for dapr agents in docs (#5121)

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

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

* style: updates for copilot feedback

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

* style: address feedback from mark

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

---------

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update filename numbering to match quickstarts/ on dapr-agents (#5143)

Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>

* Revert "Documentation for native-sidecar (#5041)" (#5146)

This reverts commit 1534361.

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

* Add Reo.dev and cookie banner (#5147)

* Revert "Documentation for native-sidecar (#5041)"

This reverts commit 1534361.

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

* Add reo.dev and cookie banner

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

---------

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

* Adds latest v1.17.7 (#5163)

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

* Fix typo: occured -> occurred (#5158)

Signed-off-by: SAY-5 <saiasish.cnp@gmail.com>
Co-authored-by: SAY-5 <saiasish.cnp@gmail.com>

* docs(outbox): document outboxInternalTopic metadata field (#5155)

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 <szymon.polom@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Fix asp.net core docs (#5164)

Signed-off-by: Erwin <erwinkramer@hotmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* fix: correct broken ref shortcode link in (#5126)

workflow-history-retention-policy

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update tracing-overview.md (#5119)

Add Middleware.io because it supports OTEL and its becoming highly popular in the observability space.

Signed-off-by: Shekhar Luhar <luharshekhar2000@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Add new configuration options for Pulsar component: redeliveryDelay, compressionType, and compressionLevel (#5116)

Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* docs(agents): document replay-aware logging for DurableAgent (#5149)

* docs(agents): document context-aware logger for DurableAgent

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

* docs: address review nits (imports and formatting)

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

---------

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* docs(agents): add MistralChatClient to supported LLMs (#5108)

* docs(agents): add MistralChatClient to supported LLMs

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

* docs: explicitly document Mistral fallback behavior

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

* docs(agents): add Prompty configuration template documentation

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

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

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

---------

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Co-authored-by: Sam <sam@diagrid.io>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* mirror update from components-contrib (#5061)

Signed-off-by: Eric Jacobson <eric.jacobson@grafana.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

---------

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Sam <sam@diagrid.io>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
Signed-off-by: SAY-5 <saiasish.cnp@gmail.com>
Signed-off-by: Szymon Polom <szymon.polom@gmail.com>
Signed-off-by: Erwin <erwinkramer@hotmail.com>
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
Signed-off-by: Shekhar Luhar <luharshekhar2000@gmail.com>
Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>
Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Signed-off-by: Eric Jacobson <eric.jacobson@grafana.com>
Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
Co-authored-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Sam <sam@diagrid.io>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Javier Aliaga <javier@diagrid.io>
Co-authored-by: Jorge André Gonçalves <goncalves.ja@pm.me>
Co-authored-by: Cassie Coyle <cassie@diagrid.io>
Co-authored-by: seherv <627709+seherv@users.noreply.github.com>
Co-authored-by: Sai Asish Y <say.apm35@gmail.com>
Co-authored-by: SAY-5 <saiasish.cnp@gmail.com>
Co-authored-by: Szymon Połom <szymon.polom@gmail.com>
Co-authored-by: Erwin <4255748+erwinkramer@users.noreply.github.com>
Co-authored-by: Bilgin Ibryam <bibryam@gmail.com>
Co-authored-by: Shekhar Luhar <luharshekhar2000@gmail.com>
Co-authored-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Co-authored-by: Eric Jacobson <erj826@gmail.com>
msfussell added a commit that referenced this pull request Jun 4, 2026
* Promote 1.17 to latest

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

* Adding support to configure gRPC message limits in workflows in .NET

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Fix CLI example for workflow versioning.

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

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>

* Updates resiliency of streaming HTTP Service Invocation

Based on this PR dapr/dapr#9627

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

* workflow: retention policy is not retroactive

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 <me@joshvanl.dev>

* Workflow: `wf purge --all-older-than --all-filter-status`

Update docs based on new CLI flag dapr/cli#1609

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

* Update docs for v1.17.2 (#5081)

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

* docs(agents): update with v1.0 rcs out (#5071)

* docs(agents): update with v1.0 rcs out

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

* fix: address copilot feedback

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

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

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

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Sam <sam@diagrid.io>

---------

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Sam <sam@diagrid.io>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>

* docs(pulsar): add CloudEvents schema wrapping, rawschema option, and processMode improvements (#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 <javier@diagrid.io>

* 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 <javier@diagrid.io>

* docs(pulsar): Apply suggestions

Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Signed-off-by: Javier Aliaga <javier@diagrid.io>

---------

Signed-off-by: Javier Aliaga <javier@diagrid.io>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>

* chore: update Azure Static Web App base hostname to new account (#5095)

Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>

* chore: fix Azure Static Web App staging URL region suffix (#5096)

Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>

* chore: update Azure Static Web App to new instance (dapr-docs-site) (#5097)

Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>

* revert: restore original Azure Static Web App configuration (#5098)

Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>

* dapr v1.17.3 (#5089)

Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>

* Review comments

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

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

* Updates CLI version to 1.17.1 (#5107)

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

* Update dapr to version v1.17.4 (#5110)

* Update dapr to version v1.17.4

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

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

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.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: Copilot <175728472+Copilot@users.noreply.github.com>

* update to latest versions

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

* [1.17] docs(agents): announce v1.0 release for dapr agents in docs (#5121)

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

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

* style: updates for copilot feedback

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

* style: address feedback from mark

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

---------

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update filename numbering to match quickstarts/ on dapr-agents (#5143)

Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>

* Revert "Documentation for native-sidecar (#5041)" (#5146)

This reverts commit 1534361.

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

* Add Reo.dev and cookie banner (#5147)

* Revert "Documentation for native-sidecar (#5041)"

This reverts commit 1534361.

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

* Add reo.dev and cookie banner

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

---------

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

* Adds latest v1.17.7 (#5163)

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

* Fix typo: occured -> occurred (#5158)

Signed-off-by: SAY-5 <saiasish.cnp@gmail.com>
Co-authored-by: SAY-5 <saiasish.cnp@gmail.com>

* docs(outbox): document outboxInternalTopic metadata field (#5155)

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 <szymon.polom@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Fix asp.net core docs (#5164)

Signed-off-by: Erwin <erwinkramer@hotmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* fix: correct broken ref shortcode link in (#5126)

workflow-history-retention-policy

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Update tracing-overview.md (#5119)

Add Middleware.io because it supports OTEL and its becoming highly popular in the observability space.

Signed-off-by: Shekhar Luhar <luharshekhar2000@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Add new configuration options for Pulsar component: redeliveryDelay, compressionType, and compressionLevel (#5116)

Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* docs(agents): document replay-aware logging for DurableAgent (#5149)

* docs(agents): document context-aware logger for DurableAgent

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

* docs: address review nits (imports and formatting)

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

---------

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* docs(agents): add MistralChatClient to supported LLMs (#5108)

* docs(agents): add MistralChatClient to supported LLMs

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

* docs: explicitly document Mistral fallback behavior

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

* docs(agents): add Prompty configuration template documentation

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

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

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>

---------

Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Co-authored-by: Sam <sam@diagrid.io>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* mirror update from components-contrib (#5061)

Signed-off-by: Eric Jacobson <eric.jacobson@grafana.com>
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>

* Add Tuning Engines Dapr AI integration docs

Signed-off-by: VC <bazooka720@gmail.com>

* Update Maintainer Guide with latest CLI commands and release steps

Signed-off-by: pittu sharma <pittusharma47@gmail.com>

* Fix duplicate archived_version mapping key in hugo.yaml (#5100)

Signed-off-by: pittu sharma <pittusharma47@gmail.com>

* chore: Update docs-zh for v1.17 (#5091)

Also updates the `docs-zh` submodule to its latest commit.
And remove duplicated attribute in hugo.yml

Signed-off-by: newbe36524 <newbe36524@qq.com>
Co-authored-by: Hagicode <noreply@hagicode.com>

* Limit the deployment of the version specific website to only preview and archive state.

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

* Bump postcss from 8.5.6 to 8.5.15

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.15.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.6...8.5.15)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.15
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump picomatch

Bumps  and [picomatch](https://github.com/micromatch/picomatch). These dependencies needed to be updated together.

Updates `picomatch` from 2.2.2 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.2.2...2.3.2)

Updates `picomatch` from 4.0.2 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@2.2.2...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: allow workflow_dispatch + trim non-content assets for Free tier

Signed-off-by: paulyuk <paulyuk@microsoft.com>

* update sdkdocs codeowners

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

* Adding guard to prevent PRs from merging that would otherwise be acceptable when they're marked with the "do-not-merge" label. Automatically runs whenever a label is removed in case the do-not-merge is removed (prompting immediate merge if conditions are acceptable)

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Adding additional triggers and guards:

If an "automerge: " label is applied and the changes in the PR don't correspond to the directory of the applied label, the label will be removed and the automerge will not happen.
If an SDK maintainer comes along and applies an "automerge: " label for an SDK they're not a maintainer of, the label will be removed and the automerge will not happen
If anyone at all comes along and applies an "automerge: " label and they're not part of the maintainer group corresponding with the label, the label will be removed and the automerge will not happen.

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* docs: clarify continue-as-new behavior for child workflows #5021

Signed-off-by: pittu sharma <pittusharma47@gmail.com>

* Apply suggestion from @marcduiker

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

* Apply suggestion from @marcduiker

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

---------

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Sam <sam@diagrid.io>
Signed-off-by: Javier Aliaga <javier@diagrid.io>
Signed-off-by: Jorge André Gonçalves <goncalves.ja@pm.me>
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Signed-off-by: Sergio Herrera <627709+seherv@users.noreply.github.com>
Signed-off-by: SAY-5 <saiasish.cnp@gmail.com>
Signed-off-by: Szymon Polom <szymon.polom@gmail.com>
Signed-off-by: Erwin <erwinkramer@hotmail.com>
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
Signed-off-by: Shekhar Luhar <luharshekhar2000@gmail.com>
Signed-off-by: MyMirelHub <15373565+MyMirelHub@users.noreply.github.com>
Signed-off-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Signed-off-by: Eric Jacobson <eric.jacobson@grafana.com>
Signed-off-by: Marc Duiker <4191277+marcduiker@users.noreply.github.com>
Signed-off-by: VC <bazooka720@gmail.com>
Signed-off-by: pittu sharma <pittusharma47@gmail.com>
Signed-off-by: newbe36524 <newbe36524@qq.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: paulyuk <paulyuk@microsoft.com>
Signed-off-by: Mike Nguyen <hey@mike.ee>
Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
Co-authored-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Sam <sam@diagrid.io>
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Javier Aliaga <javier@diagrid.io>
Co-authored-by: Jorge André Gonçalves <goncalves.ja@pm.me>
Co-authored-by: Cassie Coyle <cassie@diagrid.io>
Co-authored-by: seherv <627709+seherv@users.noreply.github.com>
Co-authored-by: Sai Asish Y <say.apm35@gmail.com>
Co-authored-by: SAY-5 <saiasish.cnp@gmail.com>
Co-authored-by: Szymon Połom <szymon.polom@gmail.com>
Co-authored-by: Erwin <4255748+erwinkramer@users.noreply.github.com>
Co-authored-by: Bilgin Ibryam <bibryam@gmail.com>
Co-authored-by: Shekhar Luhar <luharshekhar2000@gmail.com>
Co-authored-by: Mirel <15373565+MyMirelHub@users.noreply.github.com>
Co-authored-by: Rishabh Dewangan <107680241+Rishabh-git10@users.noreply.github.com>
Co-authored-by: Eric Jacobson <erj826@gmail.com>
Co-authored-by: Marc Duiker <4191277+marcduiker@users.noreply.github.com>
Co-authored-by: VC <bazooka720@gmail.com>
Co-authored-by: pittu sharma <pittusharma47@gmail.com>
Co-authored-by: Newbe36524 <newbe36524@qq.com>
Co-authored-by: Hagicode <noreply@hagicode.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: paulyuk <paulyuk@microsoft.com>
Co-authored-by: Mike Nguyen <hey@mike.ee>
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.

5 participants