Update temporalio-ts monorepo to v1.15.0#7731
Conversation
5907383 to
644b84c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7731 +/- ##
=======================================
Coverage 62.57% 62.57%
=======================================
Files 1297 1297
Lines 131152 131152
Branches 5487 5487
=======================================
Hits 82064 82064
Misses 48178 48178
Partials 910 910
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
644b84c to
8fb41a3
Compare
8fb41a3 to
3ff9f9c
Compare
3ff9f9c to
bbebd93
Compare
6a8aaf6 to
0df2f1a
Compare
0df2f1a to
cf0aec4
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
|
Here's the code health analysis summary for commits Analysis Summary
Code Coverage Report
|
cf0aec4 to
7fe19ad
Compare
7fe19ad to
6e67031
Compare
6e67031 to
368b18d
Compare
368b18d to
3ca5a86
Compare
3ca5a86 to
ee915c6
Compare
PR SummaryMedium Risk Overview Regenerates Written by Cursor Bugbot for commit 3238f70. This will update automatically on new commits. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This PR contains the following updates:
1.12.1->1.15.01.12.1->1.15.01.12.1->1.15.01.12.1->1.15.01.12.1->1.15.01.12.1->1.15.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
temporalio/sdk-typescript (@temporalio/activity)
v1.15.0: 1.15.0Compare Source
Notable Changes
ResourceExhaustedand other gRPC errors. See PRs temporalio/sdk-core#1110 and temporalio/sdk-core#1111 for more details.Features
opentelemetry] Expose functionality as plugin (#1884)worker] Worker Connection Replacement (#1902)workflow] Nexus Cancellation Types (#1894)worker] Worker deployment versioning is now GA (#1924)envconfig] Environment configuration is now GA (#1924)testing] Add API to setup Nexus endpoint on ephemeral test server (#1897)nexus] Expose Temporal Nexus operation info to Temporal Nexus operation (#1896)bun] 🧪 Bun support - experimental (#1906)runtime] 🧪 Buffered metrics - experimental (#1922)Bug Fixes
worker] Add exponential backoff onResourceExhaustedand other gRPC errors in Poller autoscaler (#1938 and #1944)native] Correct native binding type for workerValidate (#1939)client] ExposeoperatorServiceonConnectionLikeinterface (#1904)opentelemetry] Serialize TraceState before exporting to sink (#1891)opentelemetry]makeWorkflowExporteraccepts SpanProcessor (#1886)ai] Addawaitto tool execution (#1882)ai] Description was missing from the derived mcp tools (#1905)ai] Fix a bug in AI SDK MCP Schema conversion (#1890)common] Make search attribute type more lenient when parsing (#1943)workflow] Allow logging queries validators during replay (#1927)ai] Add missing dependency to ai package (#1878)worker] Fix wf_task_replay_latency metric recording for non-replay tasks (#1083)worker] Always send shutdown_worker RPC, fix WorkerStatus state when shutting down worker (#1082)worker] Fix bug where we count first WFT as sticky cache hit (#1091)Dependencies
api] Update Temporal Protobuf APIs to v1.61.0 (#1100)deps] Bump vulnerable dependencies (hono, jws, tar, ...) (#1900)deps] Run cargo update (#1937)deps] Bump webpack from 5.94.0 to 5.104.1 (#1929)deps] Bump bytes from 1.10.1 to 1.11.1 in /packages/core-bridge (#1921)deps] Bump @modelcontextprotocol/sdk from 1.25.2 to 1.26.0 (#1928)deps] Bump tar from 7.5.3 to 7.5.7 (#1916)Breaking changes are marked with 💥
Experimental features are marked with 🧪
Full Changelog: temporalio/sdk-typescript@v1.14.1...v1.15.0
v1.14.1: 1.14.1Compare Source
Minor Features
ai-sdk] Upgrade to AI SDK v6 with embedding model support (#1865, thabnks @ItsWendell)Bug Fixes
workflow] Automatically cleanup AsyncLocalStorage on workflow context disposal (#1871)OpenTelemetry] Avoid lazy loading workflow package in interceptors (#1872)heartbeatJSDoc (#1863, thanks @daveyarwood)Security
Full Changelog: temporalio/sdk-typescript@v1.14.0...v1.14.1
v1.14.0: 1.14.0Compare Source
Noteworthy Features
ai] Introduced (experimental) AI SDK Integration (#1792).client] TLS is enabled by default if an API key is provided (#1847). To disable TLS in that specific context, explicitly settls: false.Minor Features
opentelemetry] Create spans for all interceptor events (#1835)worker] Enable Worker heartbeating (#1818). Worker heartbeating allows smoother server-side behaviors when a Worker is shut down or somehow become unreachable.Bug Fixes
worker] The reusable workflow executor now properly runs dispose interceptors (#1834, thanks @mnahkies 🙏).core-bridge] Include bridge macros rust package in core-bridge npm package to allow building from source (#1852, thanks @stathis-alexander 🙏)Security
@temporalio/create]: bump glob from 10.3.10 to 10.5.0 (#1828)SDK-Core update
Commit temporalio/sdk-core@
bd02cce-> temporalio/sdk-core@44a6576temporalprefix to resource tuner metrics (temporalio/sdk-core#1043)Full Changelog: temporalio/sdk-typescript@v1.13.2...v1.14.0
v1.13.2: 1.13.2Compare Source
[1.13.2] - 2025-11-10
Note Worthy Features
envconfigpackage (#1795)envconfigprovides a way to configure clients using TOML filesMinor Features
RawValuefrom direct payload using identity payload converter (#1806)Bug Fixes
otel] Mark peer dependencies as optional (#1812)otel] Remove await from OTEL handleSignal interceptor (#1803)Security
Notable Changes
SDK-Core update
Commit
871b320->bd02cce:v1.13.1: 1.13.1Compare Source
[1.13.1] - 2025-10-08
Minor features
Bug Fixes
Vulnerabilities
v1.13.0: 1.13.0Compare Source
Note Worthy Features
Bug Fixes
New Contributors
Full Changelog: temporalio/sdk-typescript@v1.12.3...v1.13.0
v1.12.3: 1.12.3Compare Source
[1.12.3] - 2025-08-19
Bug Fixes
workflowExecution.runIdto a UUID inMockActivityEnvironment(#1723, thanks @TastyPi).Minor features
Full Changelog: temporalio/sdk-typescript@v1.12.2...v1.12.3
v1.12.2: 1.12.2Compare Source
[1.12.2] - 2025-08-13
Bug Fixes
Minor features
RawValuesupport for payloads to bypass custom payload converters (#1664)__temporal_prefix is now reserved for internal entities. The__stack_traceand__enhanced_stack_traceare also reserved for internal queries (#1644)Notable changes
Configuration
📅 Schedule: Branch creation - "before 4am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.