Highlights
-
Experimental Nexus support (#813)
The SDK now has experimental support for defining Nexus operations, running a Nexus worker, and calling Nexus operations cross-namespace from a workflow. See README.md#nexus to get started. Please note that all Python Nexus APIs are currently experimental: breaking changes are anticipated.
💥 Breaking Changes
- Change to
sys.modules
behavior inside the workflow sandbox (#936). Usedisable_lazy_sys_module_passthrough
option in sandbox restriction config to opt-out.
Specific Changes
2025-06-20 - 3e2500c - Do not wrap workflow-failure exceptions from converters in workflows (#882)
2025-06-20 - 8bb5935 - Fix cannot access local variable 'extra' where it is not associated with a value (#900)
2025-06-22 - 1a2aca2 - Evolve sandbox documentation (#907)
2025-06-23 - 4a18f1f - Activity worker: refactoring part 2 (#899)
2025-06-23 - 6bd7256 - Fix a few typos (#910)
2025-06-25 - 40f1624 - Fixing issues with openai integration on python 3.9 (#918)
2025-06-25 - 4cf0697 - Adding named params to openai activity configurations (#917)
2025-06-25 - 56023fa - Update Core (#919)
2025-06-26 - 34bb050 - Environment configuration (#895)
2025-06-26 - dac2eb2 - Fix bridge clippy warnings with new rust version (#924)
2025-06-27 - 29599e5 - Adding an end to end test which uses an openai service account (#922)
2025-06-27 - 95fc1c9 - Bump core (#926)
2025-06-27 - ac7fcc5 - Use the activity info provided during interceptor construction (#903)
2025-06-30 - 5a95f8e - Adding tests for guardrail samples (#929)
2025-06-30 - 61d5072 - Support for more activity tool inputs (#923)
2025-06-30 - 8fc55e7 - Experimental CI entry to run tests with latest dependencies (#920)
2025-07-01 - 47027fc - Adding replay and end to end tests for all existing tests (#930)
2025-07-01 - 83d2ae4 - OpenAI trace fixes (#934)
2025-07-02 - 633b90c - Making raise on cancellation the default (#935)
2025-07-02 - a98d6fd - Move openai e2e tests to normal server (#937)
2025-07-03 - 9d40e86 - 💥 Lazy passthrough for sys.modules and OpenAI converter/sandbox improvements (#936)
2025-07-07 - 6fbc4c5 - Set default model activity timeout to 60s (#941)
2025-07-07 - e2b2337 - Only run openai e2e tests on one matrix entry (#943)
2025-07-07 - ecfb72f - OpenAI tool context (#942)