Skip to content

Commit ae8c1d6

Browse files
Merge branch 'triggerdotdev:main' into main
2 parents a549a1b + f173659 commit ae8c1d6

537 files changed

Lines changed: 32766 additions & 5763 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/core": patch
3+
---
4+
5+
Add `isReplay` boolean to the run context (`ctx.run.isReplay`), derived from the existing `replayedFromTaskRunFriendlyId` database field. Defaults to `false` for backwards compatibility.

.changeset/ai-prompt-management.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-dev-build-dir-leak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-list-deploys-nullable.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/llm-metadata-run-tags.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mcp-get-span-details.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/mcp-query-tools.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

.changeset/session-primitive.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/core": patch
3+
---
4+
5+
Add `SessionId` friendly ID generator and schemas for the new durable Session primitive. Exported from `@trigger.dev/core/v3/isomorphic` alongside `RunId`, `BatchId`, etc. Ships the `CreateSessionStreamWaitpoint` request/response schemas alongside the main Session CRUD.

.changeset/tame-oranges-change.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/core": patch
3+
---
4+
5+
Truncate large error stacks and messages to prevent OOM crashes. Stack traces are capped at 50 frames (keeping top 5 + bottom 45 with an omission notice), individual stack lines at 1024 chars, and error messages at 1000 chars. Applied in parseError, sanitizeError, and OTel span recording.

0 commit comments

Comments
 (0)