Skip to content

Commit b9e6213

Browse files
authored
v4 docs upgrade changelog (#2331)
1 parent 44af80e commit b9e6213

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/upgrade-to-v4.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1183,3 +1183,18 @@ We recommend enabling this option and testing in a staging or preview environmen
11831183
- Gracefully shutdown task run processes using SIGTERM followed by SIGKILL after a 1s timeout. This also prevents cancelled or completed runs from leaving orphaned task run processes behind ([#2299](https://github.com/triggerdotdev/trigger.dev/pull/2299))
11841184

11851185
</Update>
1186+
1187+
<Update label="July 24, 2025" description="v4.0.0-beta.26">
1188+
[Release
1189+
v4.0.0-beta.26](https://github.com/triggerdotdev/trigger.dev/releases/tag/trigger.dev%404.0.0-v4-beta.26).
1190+
1191+
- Allow any runs to finish after SIGTERM but disable warm starts ([#2316](https://github.com/triggerdotdev/trigger.dev/pull/2316))
1192+
- Switch to profile after successful login ([#2192](https://github.com/triggerdotdev/trigger.dev/pull/2192))
1193+
- Fixed importing from runEngine/index.js breaking non-node runtimes ([#2328](https://github.com/triggerdotdev/trigger.dev/pull/2328))
1194+
- Added and cleaned up the run ctx param ([#2322](https://github.com/triggerdotdev/trigger.dev/pull/2322)):
1195+
- New optional properties `ctx.run.parentTaskRunId` and `ctx.run.rootTaskRunId` reference the current run's root/parent ID
1196+
- Removed deprecated properties from `ctx`
1197+
- Added a new `ctx.deployment` object that contains information about the deployment associated with the run
1198+
- Updated `metadata.root` and `metadata.parent` to work even when the run is a "root" run (meaning it doesn't have a parent or a root associated run)
1199+
1200+
</Update>

0 commit comments

Comments
 (0)