Skip to content

fix release branch missing a bunch of commits it should have#936

Closed
sicoyle wants to merge 22 commits intorelease-1.17from
main
Closed

fix release branch missing a bunch of commits it should have#936
sicoyle wants to merge 22 commits intorelease-1.17from
main

Conversation

@sicoyle
Copy link
Contributor

@sicoyle sicoyle commented Mar 2, 2026

Description

I noticed that my quickstart PR keeps failing bc python sdk doesn't recognize response_format and the prompt cache fields I added. This had me look and it was merged to main several weeks ago so I'm not sure how this didn't make the release branch. Then I noticed it seems our release-1.17 branch is missing a lot of PRs that were only merged to main that we want in the release branch. This needs fixing...

I'm just doing a merge from main to the release branch so we can see the commit diffs.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

acroca and others added 22 commits January 16, 2026 08:24
Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Albert Callarisa <albert@diagrid.io>
…ask (#889)

* chore(deps): bump dapr dep to 1.17.0.dev

Signed-off-by: Casper Nielsen <casper@diagrid.io>

* chore(deps): bump durabletask-dapr to 0.2.0a15

Signed-off-by: Casper Nielsen <casper@diagrid.io>

* feat: ensure taskhubgrpcclient expose .close() method for clients to pass down a close call to durabletask

Signed-off-by: Casper Nielsen <casper@diagrid.io>

---------

Signed-off-by: Casper Nielsen <casper@diagrid.io>
* Workflow: remove sleeps from example

Remove arbitrary sleeps from workflow examples

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

* tox -e ruff

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

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Albert Callarisa <albert@diagrid.io>
* feat(convo): add new fields to conversation api

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

* fix: update proto/grpc code generator and add more tests

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

* style: appease linter

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

* style: tox -e type fixes

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

---------

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

* fix: signal when dt reader stream is ready within wf client start call

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

* style: appease linter

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

* fix: enable configurability + lint fixes

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

* fix(build): add tests and fix bug

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

* fix(build): add more tests

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

* style: appease linter

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

* fix(build): add another test

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

* test: add even more tests for build to pass lol

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

---------

Signed-off-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Samantha Coyle <sam@diagrid.io>
* chore(deps): bump durabletask-dapr

Signed-off-by: Casper Nielsen <casper@diagrid.io>

* chore: bump again to see if fixes build

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

---------

Signed-off-by: Casper Nielsen <casper@diagrid.io>
Signed-off-by: Samantha Coyle <sam@diagrid.io>
Co-authored-by: Samantha Coyle <sam@diagrid.io>
Signed-off-by: Albert Callarisa <albert@diagrid.io>
Bumps [fossas/fossa-action](https://github.com/fossas/fossa-action) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/fossas/fossa-action/releases)
- [Commits](fossas/fossa-action@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: fossas/fossa-action
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Albert Callarisa <albert@diagrid.io>
* Updated mypy-protobuf

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

* ran `DAPR_BRANCH=release-1.17 ./tools/regen_grpcclient.sh`

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

---------

Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Albert Callarisa <albert@diagrid.io>
* Add support to bulk pubsub

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

* lint

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

* install dapr last

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

* Fix tox dependencies install

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

* add callback logic

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

* Fix bulk pubsub unit tests

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

* lint

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

* Fix type

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

* Add tests for some edge cases

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

* Add tests to cover more missed scenarios

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

---------

Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Co-authored-by: Cassandra Coyle <cassie@diagrid.io>
* Fix tox

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

* Remove validation steps that install dapr

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

* Fix ext dependencies on dapr to point to dev if necessary

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

* lint

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

* Revert w3c example

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

---------

Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Cassandra Coyle <cassie@diagrid.io>
Co-authored-by: Sam <sam@diagrid.io>
Signed-off-by: Albert Callarisa <albert@diagrid.io>
Co-authored-by: Sam <sam@diagrid.io>
…lows (#931)

Signed-off-by: Albert Callarisa <albert@diagrid.io>
Signed-off-by: Matheus André <92062874+matheusandre1@users.noreply.github.com>
@sicoyle
Copy link
Contributor Author

sicoyle commented Mar 5, 2026

i manually cherry picked everything into the pr here so will close this one out #938

@sicoyle sicoyle closed this Mar 5, 2026
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.

6 participants