Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dapr/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: dapr/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-1.16
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 62 files changed
  • 11 contributors

Commits on Aug 12, 2025

  1. 1.16.0-rc1

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    efd34f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. [Conversation API - Alpha2] Add new tool calling capability (#822) (#832

    )
    
    * initial
    
    
    
    * fixes after proto change upstream
    
    
    
    * minor name changes and cleanup unused function
    
    
    
    * refactors, updates to readme, linting
    
    
    
    * feedback
    
    
    
    * feedback, updates
    
    
    
    * fix import in examples
    
    
    
    * cleanup, import, lint, more conversation helpers
    
    
    
    * clarify README, minor test import changes, copyright
    
    
    
    * feedback DRY test_conversation file
    
    
    
    * lint
    
    
    
    * move conversation classes in _response module to conversation module.
    
    Some example README refactor/lint
    
    
    
    * minor readme change
    
    
    
    * Update daprdocs/content/en/python-sdk-docs/python-client.md
    
    
    
    
    * lint
    
    
    
    * updates to fix issue with tool calling helper when dealing with classes instead of dataclasses, and also with serializatin output of the tool back to the LLM
    
    
    
    * coalesce conv helper tests, fix typing lint
    
    
    
    * make indent line method doc more dev friendly
    
    
    
    
    * tackle some feedback, still missing unit tests
    
    
    
    * add unit test to convert_value_to_struct
    
    
    
    * more unit tests per feedback
    
    
    
    * make async version of unit test conversation
    
    
    
    * add some information how to run markdown tests with a different runtime
    
    
    
    * ran tox -e ruff, even though tox -e flake8 was fine
    
    
    
    * add tests to increase coverage in conversation and conversation_helpers that codecov pointed out
    
    
    
    * add more information on execute registered tools, also added more tests for them to validate
    
    
    
    * fix test failing on py 1.13. Merge two unit test files per feedback
    
    
    
    * Linter
    
    
    
    * fix typing issue with UnionType in py3.9
    
    
    
    ---------
    
    Signed-off-by: Filinto Duran <[email protected]>
    Signed-off-by: Elena Kolevska <[email protected]>
    Co-authored-by: Albert Callarisa <[email protected]>
    Co-authored-by: Elena Kolevska <[email protected]>
    Co-authored-by: Elena Kolevska <[email protected]>
    4 people authored Sep 7, 2025
    Configuration menu
    Copy the full SHA
    d62dd5e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. update docs with tool calling helpers info (#838)

    Signed-off-by: Filinto Duran <[email protected]>
    filintod authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    a06d4fc View commit details
    Browse the repository at this point in the history
  2. 1.16.0rc2

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    1569fba View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. use latest durabletask (#840)

    Signed-off-by: Cassandra Coyle <[email protected]>
    cicoyle authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    a7414eb View commit details
    Browse the repository at this point in the history
  2. 1.16.0

    Signed-off-by: Elena Kolevska <[email protected]>
    elena-kolevska committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ae3e592 View commit details
    Browse the repository at this point in the history
  3. Adds support for interceptors and concurrency_options arguments in th…

    …e workflow engine (#841)
    
    Signed-off-by: Albert Callarisa <[email protected]>
    acroca authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    99314a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Implement multi-app workflows (#844)

    * feat: Adds support for cross-app calls.
    
    Signed-off-by: Albert Callarisa <[email protected]>
    
    * Use durabletask alpha.9
    
    Signed-off-by: Albert Callarisa <[email protected]>
    
    * Added examples for error scenarios in multi-app workflow
    
    Signed-off-by: Albert Callarisa <[email protected]>
    
    * Remove unnecessary hardcoded ports
    
    Signed-off-by: Albert Callarisa <[email protected]>
    
    ---------
    
    Signed-off-by: Albert Callarisa <[email protected]>
    acroca authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    d005a15 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. chore: Rename wait_until_ready to wait_for_sidecar (#843)

    Signed-off-by: Albert Callarisa <[email protected]>
    Co-authored-by: Elena Kolevska <[email protected]>
    acroca and elena-kolevska authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    d4c0227 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. 1.16.1rc1 (#846)

    Signed-off-by: Albert Callarisa <[email protected]>
    acroca authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    6745935 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. Release 1.16.1 (#884)

    * fix(test): correct metadata testcase for release 1.17 (#878)
    
    Signed-off-by: Casper Nielsen <[email protected]>
    
    * Set version to 1.16.1
    
    Signed-off-by: Albert Callarisa <[email protected]>
    
    ---------
    
    Signed-off-by: Casper Nielsen <[email protected]>
    Signed-off-by: Albert Callarisa <[email protected]>
    Co-authored-by: Casper Nielsen <[email protected]>
    acroca and CasperGN authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    6126b72 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Release 1.16.2 (#966)

    * fix cloudevents version
    
    Signed-off-by: Albert Callarisa <[email protected]>
    
    * Fix: Run validations with a hardcoded cli and runtime versions
    
    Signed-off-by: Albert Callarisa <[email protected]>
    
    * Fix tests
    
    Signed-off-by: Albert Callarisa <[email protected]>
    
    ---------
    
    Signed-off-by: Albert Callarisa <[email protected]>
    acroca authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    3d6608f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Fix builds for backport of drain_ongoing_call_timeout=None (#1037)

    Signed-off-by: Sergio Herrera <[email protected]>
    seherv authored May 19, 2026
    Configuration menu
    Copy the full SHA
    ebff455 View commit details
    Browse the repository at this point in the history
  2. default drain_ongoing_call_timeout to None (#1016) (#1018)

    * default drain_ongoing_call_timeout to None
    
    ActorRuntimeConfig hardcoded drain_ongoing_call_timeout to 60s. The Dapr
    runtime's placement dissemination timeout defaults to 30s and drain blocks
    the placement LOCK -> UPDATE -> UNLOCK round, so a 60s drain stalls the
    disseminator and resets the placement stream.
    
    Match the other SDKs (.NET, Go, Java, JS) by leaving the field unset, so
    daprd applies its 2s default (api.DefaultOngoingCallTimeout). Omit the
    field from as_dict() when None so a JSON null is not sent to the runtime.
    
    
    
    * Update comment
    
    
    
    ---------
    
    
    (cherry picked from commit 77e3bcf)
    
    Signed-off-by: joshvanl <[email protected]>
    Signed-off-by: dapr-bot <[email protected]>
    Co-authored-by: Josh van Leeuwen <[email protected]>
    Co-authored-by: Sam <[email protected]>
    3 people authored May 19, 2026
    Configuration menu
    Copy the full SHA
    0df5da0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2026

  1. chore: bump for patch 1.16 release (#1073)

    Signed-off-by: Samantha Coyle <[email protected]>
    sicoyle authored Jun 2, 2026
    Configuration menu
    Copy the full SHA
    6c5414c View commit details
    Browse the repository at this point in the history
Loading