Whit Waldo
Whit Waldo
Back when the Workflow functionality was included in Dapr.Client, an E2E test was created that performed a series of workflow activities and validated that the logging output correctly reflected the...
# Description Added a Dapr Jobs client for the new [Jobs API](https://v1-14.docs.dapr.io/reference/api/jobs_api/#schedule-a-job). This PR is intended to replace the previous one and was performed as a squash merge of it...
## Describe the feature Since there's a new Jobs API showing up in Dapr in the near future, it should receive support in the .NET client. As I'm actively advocating...
## Description This PR implements the latest working draft [ARI protocol](https://datatracker.ietf.org/doc/draft-ietf-acme-ari/) into the client. There are two core changes I've made to the client: 1) Directory object is updated to...
## In what area(s)? /area runtime > /area operator > /area placement > /area docs > /area test-and-release ## What version of Dapr? Currently running 1.15.5 of the runtime and...
Each of the Dapr SDKs performs a series of E2E tests before accepting new PRs. The #1 reason by far that a test fails is because of a line like...
## In what area(s)? /area runtime ## Describe the feature Pluggable components allow developers to bring rich new functionary to Dapr without having to know Golang or go through the...
## Expected Behavior The JS SDK runs several E2E tests before PRs can be accepted. In a recent one, I've updated the E2E test to use the latest Dapr runtime...
Thank you for helping make the Dapr documentation better! **Please follow this checklist before submitting:** - [X] Commits are signed with Developer Certificate of Origin (DCO - [learn more](https://docs.dapr.io/contributing/contributing-overview/#developer-certificate-of-origin-signing-your-work)) In...
**What content needs to be created or modified?** There are a great many routes that are automatically created by the various SDKs into an application. It'd be nice to get...