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: microsoft/durabletask-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: microsoft/durabletask-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 6 commits
  • 21 files changed
  • 3 contributors

Commits on Jun 3, 2025

  1. Updates instructions for running e2e tests to match CI (#37)

    Signed-off-by: Elena Kolevska <elena@kolevska.com>
    Co-authored-by: Bernd Verst <github@bernd.dev>
    elena-kolevska and berndverst authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    a49f1e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. Update protos (#55)

    berndverst authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    a6d186d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Configuration menu
    Copy the full SHA
    82107f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45292b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Add orchestration versioning support (#58)

    * Add orchestration versioning support
    - Known gap - VersionFailureStrategy.REJECT, no abandon strategy yet
    
    * Update durabletask tests to use the local code
    
    * Also use durabletask from local
    
    * Improvements
    - Add rejection
    - cleanup comments
    - suborch default versioning
    
    * Fix linting
    
    * Move other exception to new exceptions file
    
    * Remove unnecessary stub parameter
    
    * Update test comments, warnings
    
    * Revert partial vscode settings change
    
    * Add orchestration version to orchestration context
    andystaples authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    745ead9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5a297c View commit details
    Browse the repository at this point in the history
Loading