Open
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |
99aa035 to
9ca8c5d
Compare
5731a36 to
5a6cb0c
Compare
e38af37 to
3f5331f
Compare
6aa797b to
508a94c
Compare
e2f787a to
b8ff40b
Compare
653d17d to
17ad94d
Compare
7f0e33d to
1e22205
Compare
4d1fea2 to
7a7296c
Compare
a690a2a to
b575815
Compare
e811352 to
8d3b181
Compare
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@trigger.dev/build@4.3.4
Patch Changes
@trigger.dev/core@4.3.4trigger.dev@4.3.4
Patch Changes
execute()is called on a dead child process. (#2978)timeoutInSecondsparameter to thewait_for_run_to_completeMCP tool. Defaults to 60 seconds. If the run doesn't complete within the timeout, the current state of the run is returned instead of waiting indefinitely. (#3035)@trigger.dev/core@4.3.4@trigger.dev/build@4.3.4@trigger.dev/schema-to-json@4.3.4@trigger.dev/core@4.3.4
Patch Changes
Add
maxDelayoption to debounce feature. This allows setting a maximum time limit for how long a debounced run can be delayed, ensuring execution happens within a specified window even with continuous triggers. (#2984)fix: vendor superjson to fix ESM/CJS compatibility (#2949)
Bundle superjson during build to avoid
ERR_REQUIRE_ESMerrors on Node.js versions that don't supportrequire(ESM)by default (< 22.12.0) and AWS Lambda which intentionally disables it.Add Vercel integration support to API schemas:
commitSHAandintegrationDeploymentson deployment responses, andsourcefield for environment variable imports. (#2994)@trigger.dev/python@4.3.4
Patch Changes
@trigger.dev/core@4.3.4@trigger.dev/sdk@4.3.4@trigger.dev/build@4.3.4@trigger.dev/react-hooks@4.3.4
Patch Changes
onCompletecallback firing prematurely when the realtime stream disconnects before the run finishes. (#2929)@trigger.dev/core@4.3.4@trigger.dev/redis-worker@4.3.4
Patch Changes
@trigger.dev/core@4.3.4@trigger.dev/rsc@4.3.4
Patch Changes
@trigger.dev/core@4.3.4@trigger.dev/schema-to-json@4.3.4
Patch Changes
@trigger.dev/core@4.3.4@trigger.dev/sdk@4.3.4
Patch Changes
Add
maxDelayoption to debounce feature. This allows setting a maximum time limit for how long a debounced run can be delayed, ensuring execution happens within a specified window even with continuous triggers. (#2984)Aligned the SDK's
getRunIdForOptionslogic with the Core package to handle semantic targets (root,parent) in root tasks. (#2874)Export
AnyOnStartAttemptHookFunctiontype to allow definingonStartAttempthooks for individual tasks. (#2966)Updated dependencies:
@trigger.dev/core@4.3.4