Skip to content

Update dependency temporalio to v1.27.0#140

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/temporalio-1.x
Open

Update dependency temporalio to v1.27.0#140
renovate[bot] wants to merge 1 commit intomainfrom
renovate/temporalio-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

This PR contains the following updates:

Package Change Age Confidence
temporalio ==1.26.0==1.27.0 age confidence

Release Notes

temporalio/sdk-python (temporalio)

v1.27.0

Compare 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

Core 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 - Support static_summary, static_details and 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)

  • Branch creation
    • "before 5am"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the infrastructure Changes to the projects build and release infrastructure label May 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Changes to the projects build and release infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants