Cassie Coyle
Cassie Coyle
- [ ] Dapr maintainer(s) communicate out the discovery of issues that require a patch release and the reason why to the Discord Maintainers and Release channels. Patch releases are...
Dapr v1.14 adds support for the [Jobs API](https://github.com/dapr/proposals/blob/main/0012-BIRS-distributed-scheduler.md) which uses the Scheduler control plane service under the hood. This new API allows users to schedule/get/delete jobs to be triggered at...
[opening a new one since dependabot closed my other one](https://github.com/dapr/cli/pull/1442). I think I just need to cherry pick one last commit that was just merged. we shall see if CI...
1. We should expand [this maintainers doc](https://github.com/dapr/community/blob/master/MAINTAINERS.md) to say who is a maintainer for what repo. 2. We should also add an `approvers.md` file to note who is an approver...
### GitHub Username artur-ciocanu ### STC decision No STC decision as this is a voting among maintainers. Currently, as [I'm the only maintainer in the Java SDK](https://github.com/dapr/community/issues/603), I nominate artur-ciocanu...
Add to an err description to be more explicit to actor api newbies. I mixed up the actor id/type in my client code and couldnt figure out easily what I...
[Per this discussion](https://github.com/dapr/dapr/pull/8692#discussion_r2099378669), we should update the `Deliver` & `DeliverBulk` funcs to fallthru consistently. As of now, one falls thru to retry and the other to success which is inconsistent.
move actor integration tests around to the right location
We should fix up our [dapr-tests](https://github.com/dapr/dapr/actions/workflows/dapr-test.yml). They have been failing for quite some time now - needs investigation and a fix.
- [ ] Ensure IT Test for: job should never overwrite an actor reminder job name - [ ] Allow non embedded etcd mode (bring own etcd) - [ ]...