Update dependency temporalio to v1.27.0#140
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.26.0→==1.27.0Release Notes
temporalio/sdk-python (temporalio)
v1.27.0Compare Source
💥 External Storage Reference Format Change (Experimental)
External storage reference event history format has been incompatibly changed from prerelease. New storage references are emitted in the new format starting with release. Support for the ability to retrieve references in the old format has been preserved. The prerelease format is deprecated and will be removed in a future release.
Workflow Streams
This release adds Workflow Streams, a public preview contrib library that gives a workflow a durable, offset-addressed event channel for keeping outside observers updated on workflow and activity progress. It's built on Temporal's existing signals, updates, and queries, with batching, exactly-once deduplication, topic filtering, and continue-as-new helpers layered on top. Intended uses are streaming UIs for long-running AI agents, status for in-flight payment or order processing, and progress for data pipelines. It is not for not ultra-low-latency cases like real-time voice.
What's Changed
is_running()for asyncio loop by @brianstrauch in #1463Core Changes
2026-04-10 -
08adc4a- feat(sdk): add typed continue as new (temporalio/sdk-core#1209)2026-04-14 -
00d3888- feat(client): ergonomic workflow description (temporalio/sdk-core#1215)2026-04-14 -
c78bfb6- Supportstatic_summary,static_detailsand current_details` in the Rust sdk (temporalio/sdk-core#1208)2026-04-14 -
d24a6f7- chore(ci): bump macos-intel timeout (temporalio/sdk-core#1214)2026-04-15 -
d7ebff8- Add DNS load balancing (temporalio/sdk-core#1212)2026-04-16 -
33b8680- fix(sdk): normalize how user metadata is encoded (temporalio/sdk-core#1216)2026-04-16 -
33c6c5e- Optimize dependencies (temporalio/sdk-core#1219)2026-04-16 -
72d8c5d- Fix test broken on windows by fake server binding to ipv6 (temporalio/sdk-core#1220)2026-04-16 -
904f479- Remove unused parking lot send guard feature (temporalio/sdk-core#1218)2026-04-17 -
1e67b23- chore: Update and pin all GHA actions (temporalio/sdk-core#1222)2026-04-20 -
9171aca- 💥 feat(sdk): enforce some activity to close timeout is set (temporalio/sdk-core#1221)2026-04-21 -
703fe6b- Fix NDE when multiple patches in a single WFT exceed SA's 2048-byte limit (temporalio/sdk-core#1225)2026-04-22 -
984da13- Set WFT Failed cause on grpc message too large incidents (temporalio/sdk-core#1229)2026-04-23 -
64cb6ed- Shutdown rpc initiate shutdown (temporalio/sdk-core#1224)2026-04-24 -
6dd29f2- chore: rename master -> main in docs/crates/workflows (temporalio/sdk-core#1233)2026-04-25 -
30c4a31- bump versions to 0.3.0 (temporalio/sdk-core#1235)2026-04-26 -
2872b53- Update upstream api to latest (temporalio/sdk-core#1234)New Contributors
Full Changelog: temporalio/sdk-python@1.26.0...1.27.0
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.