Skip to content

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

Closed
sicoyle wants to merge 22 commits into
release-1.17from
main
Closed

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

Conversation

@sicoyle

@sicoyle sicoyle commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

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 <[email protected]>
Signed-off-by: Albert Callarisa <[email protected]>
…ask (#889)

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

Signed-off-by: Casper Nielsen <[email protected]>

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

Signed-off-by: Casper Nielsen <[email protected]>

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

Signed-off-by: Casper Nielsen <[email protected]>

---------

Signed-off-by: Casper Nielsen <[email protected]>
* Workflow: remove sleeps from example

Remove arbitrary sleeps from workflow examples

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

* tox -e ruff

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

---------

Signed-off-by: joshvanl <[email protected]>
Signed-off-by: Albert Callarisa <[email protected]>
* feat(convo): add new fields to conversation api

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

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

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

* style: appease linter

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

* style: tox -e type fixes

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

---------

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

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

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

* style: appease linter

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

* fix: enable configurability + lint fixes

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

* fix(build): add tests and fix bug

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

* fix(build): add more tests

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

* style: appease linter

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

* fix(build): add another test

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

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

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

---------

Signed-off-by: Samantha Coyle <[email protected]>
* chore(deps): bump durabletask-dapr

Signed-off-by: Casper Nielsen <[email protected]>

* chore: bump again to see if fixes build

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

---------

Signed-off-by: Casper Nielsen <[email protected]>
Signed-off-by: Samantha Coyle <[email protected]>
Co-authored-by: Samantha Coyle <[email protected]>
Signed-off-by: Albert Callarisa <[email protected]>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yaron Schneider <[email protected]>
Co-authored-by: Albert Callarisa <[email protected]>
Signed-off-by: Albert Callarisa <[email protected]>
* Updated mypy-protobuf

Signed-off-by: Albert Callarisa <[email protected]>

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

Signed-off-by: Albert Callarisa <[email protected]>

---------

Signed-off-by: Albert Callarisa <[email protected]>
* Add support to bulk pubsub

Signed-off-by: Albert Callarisa <[email protected]>

* lint

Signed-off-by: Albert Callarisa <[email protected]>

* install dapr last

Signed-off-by: Albert Callarisa <[email protected]>

* Fix tox dependencies install

Signed-off-by: Albert Callarisa <[email protected]>

* add callback logic

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

* Fix bulk pubsub unit tests

Signed-off-by: Albert Callarisa <[email protected]>

* lint

Signed-off-by: Albert Callarisa <[email protected]>

* Fix type

Signed-off-by: Albert Callarisa <[email protected]>

* Add tests for some edge cases

Signed-off-by: Albert Callarisa <[email protected]>

* Add tests to cover more missed scenarios

Signed-off-by: Albert Callarisa <[email protected]>

---------

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Co-authored-by: Cassandra Coyle <[email protected]>
* Fix tox

Signed-off-by: Albert Callarisa <[email protected]>

* Remove validation steps that install dapr

Signed-off-by: Albert Callarisa <[email protected]>

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

Signed-off-by: Albert Callarisa <[email protected]>

* lint

Signed-off-by: Albert Callarisa <[email protected]>

* Revert w3c example

Signed-off-by: Albert Callarisa <[email protected]>

---------

Signed-off-by: Albert Callarisa <[email protected]>
Signed-off-by: Cassandra Coyle <[email protected]>
Co-authored-by: Sam <[email protected]>
@sicoyle

sicoyle commented Mar 5, 2026

Copy link
Copy Markdown
Contributor Author

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