-
Fixes a bug related to event links in Nexus Pre-release that resulted in 500 errors in web UI (#953)
-
The OpenAI Agents Integration module layout has changed, requiring different import paths in user code. All needed types are available off
temporalio.contrib.openai_agents
ortemporalio.contrib.openai_agents.workflow
. Additionally,open_ai_data_converter
is fully removed, replaced withpydantic_data_converter
. (#947)
The second change mentioned is a breaking change to an experimental feature; the release is numbered as a patch release.
Specific Changes
2025-07-08 - 61af3ea - 💥 Streamline OpenAI module layout (#947)
2025-07-08 - e17146f - Adding encoding of payload headers, currently defaults to existing behavior, not encoding (#939)
2025-07-09 - 3a27fe8 - Remove wrapping function decorator (#948)
2025-07-10 - 31c1c41 - Nexus: evolve link conversion and query param processing (#953)
2025-07-10 - 5d0e9b1 - 1.14.1 (#957)
2025-07-10 - bdddb07 - Pyright diagnostics (#954)