-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: microsoft/durabletask-python
base: release/v1.1
head repository: microsoft/durabletask-python
compare: main
- 15 commits
- 40 files changed
- 4 contributors
Commits on Dec 5, 2025
-
Add new development build workflows (#87)
* Add new dev build workflows * rename build steps --------- Co-authored-by: Bernd Verst <beverst@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for a202731 - Browse repository at this point
Copy the full SHA a202731View commit details -
Allow any version to be used as the experimental dependency (#88)
Co-authored-by: Bernd Verst <beverst@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 6c887d1 - Browse repository at this point
Copy the full SHA 6c887d1View commit details
Commits on Dec 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1b964da - Browse repository at this point
Copy the full SHA 1b964daView commit details -
Update EntityInstanceId.parse signature (#80)
* Update EntityInstanceId.parse signature
Configuration menu - View commit details
-
Copy full SHA for 4d2cafa - Browse repository at this point
Copy the full SHA 4d2cafaView commit details -
Match entity method parameter names (#82)
- Ensure consistency in worker.py to task.py
Configuration menu - View commit details
-
Copy full SHA for 7bdfbcf - Browse repository at this point
Copy the full SHA 7bdfbcfView commit details -
Add new_uuid method to client (#83)
* Add new_uuid method to client * Update entity messages to use UUIDs as requestIds
Configuration menu - View commit details
-
Copy full SHA for c54c386 - Browse repository at this point
Copy the full SHA c54c386View commit details
Commits on Dec 12, 2025
-
Allow passing custom stub to execute operations (#85)
* Allow passing custom stub to execute operations --------- Co-authored-by: Bernd Verst <github@bernd.dev>
Configuration menu - View commit details
-
Copy full SHA for c577b2b - Browse repository at this point
Copy the full SHA c577b2bView commit details -
Add support for new event types (#86)
* Add support for new event types * Add tests for new event types
Configuration menu - View commit details
-
Copy full SHA for 3eaf42c - Browse repository at this point
Copy the full SHA 3eaf42cView commit details
Commits on Jan 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a95501a - Browse repository at this point
Copy the full SHA a95501aView commit details
Commits on Jan 8, 2026
-
Allow TaskFailedError to be constructed from Exception (#99)
* Allow TaskFailedError to be constructed from Exception * Propogate inner exceptions in FailureDetails * Allow passing exception to fail()
Configuration menu - View commit details
-
Copy full SHA for e8b163e - Browse repository at this point
Copy the full SHA e8b163eView commit details -
Increase specificity of Task return types (#100)
* Increase specificity of Task return types
Configuration menu - View commit details
-
Copy full SHA for 1939eea - Browse repository at this point
Copy the full SHA 1939eeaView commit details
Commits on Jan 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a491469 - Browse repository at this point
Copy the full SHA a491469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75801ac - Browse repository at this point
Copy the full SHA 75801acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 424ffa9 - Browse repository at this point
Copy the full SHA 424ffa9View commit details
Commits on Feb 9, 2026
-
Fix example bugs, improve docs, and add copilot instructions (#107)
- Fix entity method dispatch in worker.py to inspect method signature before passing entity_input, so class-based entity methods that take no input (e.g. get()) work without requiring a dummy parameter - Fix function_based_entity.py: if -> elif for set operation - Fix function_based_entity_actions.py: add missing 'add' operation - Fix sub-orchestration examples: use dynamic secure_channel based on endpoint instead of hardcoded True - Rewrite examples/README.md with proper formatting, virtual env setup instructions, and local dev install steps - Add .github/copilot-instructions.md with project conventions - Add .pymarkdown.json config and pymarkdownlnt to dev-requirements.txt - Add unit tests for entity executor method dispatch
Configuration menu - View commit details
-
Copy full SHA for 0e09bb8 - Browse repository at this point
Copy the full SHA 0e09bb8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff release/v1.1...main