Skip to content

Commit 3ad8809

Browse files
committed
chore: add scoped API key release notes
1 parent 902509a commit 3ad8809

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.changeset/friendly-keys-batch-tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"@trigger.dev/sdk": patch
44
---
55

6-
Allow task-scoped environment API keys to use batch operations for their permitted tasks.
6+
Allow task-scoped environment API keys to run batch operations for their permitted tasks. The SDK declares the batch's task set before creation, and `@trigger.dev/core/v3/apiKeys` now exports the additional-key format helper.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
area: webapp
3+
type: fix
4+
---
5+
6+
Requests spanning multiple tasks now require permission for every requested task instead of accepting permission for only one task.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
area: webapp
3+
type: feature
4+
---
5+
6+
Additional environment API keys can authenticate API requests using their configured permissions, with revoked and expired keys rejected. Batch responses use server-issued public access tokens so additional keys never need the environment signing secret.

0 commit comments

Comments
 (0)