chore: Update version for release #1504
Merged
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 the packages will be published to npm 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/[email protected]
Minor Changes
Improved Batch Triggering: (#1502)
The new Batch Trigger endpoint is now asynchronous and supports up to 500 runs per request.
The new endpoint also supports triggering multiple different tasks in a single batch request (support in the SDK coming soon).
The existing
batchTrigger
method now supports the new endpoint, and shouldn't require any changes to your code.Idempotency keys now expire after 24 hours, and you can customize the expiration time when creating a new key by using the
idempotencyKeyTTL
parameter:Breaking Changes
idempotencyKey
option fromtriggerAndWait
andbatchTriggerAndWait
, because it can lead to permanently frozen runs in deployed tasks. We're working on upgrading our entire system to support idempotency keys on these methods, and we'll re-add the option once that's complete.Patch Changes
Added new batch.trigger and batch.triggerByTask methods that allows triggering multiple different tasks in a single batch: (#1502)
Or if you are inside of a task, you can use
triggerByTask
:Added ability to subscribe to a batch of runs using runs.subscribeToBatch (#1502)
@trigger.dev/[email protected]
Minor Changes
Improved Batch Triggering: (#1502)
The new Batch Trigger endpoint is now asynchronous and supports up to 500 runs per request.
The new endpoint also supports triggering multiple different tasks in a single batch request (support in the SDK coming soon).
The existing
batchTrigger
method now supports the new endpoint, and shouldn't require any changes to your code.Idempotency keys now expire after 24 hours, and you can customize the expiration time when creating a new key by using the
idempotencyKeyTTL
parameter:Breaking Changes
idempotencyKey
option fromtriggerAndWait
andbatchTriggerAndWait
, because it can lead to permanently frozen runs in deployed tasks. We're working on upgrading our entire system to support idempotency keys on these methods, and we'll re-add the option once that's complete.Patch Changes
@trigger.dev/[email protected]
@trigger.dev/[email protected]
Minor Changes
Improved Batch Triggering: (#1502)
The new Batch Trigger endpoint is now asynchronous and supports up to 500 runs per request.
The new endpoint also supports triggering multiple different tasks in a single batch request (support in the SDK coming soon).
The existing
batchTrigger
method now supports the new endpoint, and shouldn't require any changes to your code.Idempotency keys now expire after 24 hours, and you can customize the expiration time when creating a new key by using the
idempotencyKeyTTL
parameter:Breaking Changes
idempotencyKey
option fromtriggerAndWait
andbatchTriggerAndWait
, because it can lead to permanently frozen runs in deployed tasks. We're working on upgrading our entire system to support idempotency keys on these methods, and we'll re-add the option once that's complete.Patch Changes
Added new batch.trigger and batch.triggerByTask methods that allows triggering multiple different tasks in a single batch: (#1502)
Or if you are inside of a task, you can use
triggerByTask
:Added ability to subscribe to a batch of runs using runs.subscribeToBatch (#1502)
Updated dependencies:
@trigger.dev/[email protected]
@trigger.dev/[email protected]
Patch Changes
@trigger.dev/[email protected]
[email protected]
Patch Changes
Added new batch.trigger and batch.triggerByTask methods that allows triggering multiple different tasks in a single batch: (#1502)
Or if you are inside of a task, you can use
triggerByTask
:Updated dependencies:
@trigger.dev/[email protected]
@trigger.dev/[email protected]
@trigger.dev/[email protected]
Patch Changes
@trigger.dev/[email protected]