Skip to content

Commit 7518121

Browse files
committed
Merge remote-tracking branch 'origin/main' into kapa-ai-sdk
# Conflicts: # apps/webapp/app/components/navigation/SideMenu.tsx
2 parents eda8d65 + 808c299 commit 7518121

File tree

338 files changed

+14281
-6679
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

338 files changed

+14281
-6679
lines changed

.changeset/flat-pianos-live.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"trigger.dev": patch
3+
"@trigger.dev/core": patch
4+
---
5+
6+
Runtime agnostic SDK config via env vars

.changeset/fuzzy-snakes-beg.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 supervisor http client option to disable debug logs

.changeset/late-dancers-smile.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"trigger.dev": patch
3+
"@trigger.dev/core": patch
4+
---
5+
6+
Add import timings and bundle size analysis, the dev command will now warn about slow imports

.changeset/lazy-plums-fetch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@trigger.dev/build": patch
3+
---
4+
5+
syncVercelEnvVars() fix for syncing the wrong preview branch env vars

.changeset/light-peas-melt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Fix update command version range handling

.changeset/nasty-cobras-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Fix metadata collapsing correctness

.changeset/ninety-games-grow.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"trigger.dev": patch
3+
"@trigger.dev/core": patch
4+
---
5+
6+
- Resolve issue where CLI could get stuck during deploy finalization
7+
- Unify local and remote build logic, with multi-platform build support
8+
- Improve switch command; now accepts profile name as an argument
9+
- Registry configuration is now fully managed by the webapp
10+
- The deploy `--self-hosted` flag is no longer required
11+
- Enhance deployment error reporting and image digest retrieval

.changeset/pre.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"cuddly-boats-press",
2424
"curvy-dogs-share",
2525
"eighty-rings-divide",
26+
"flat-pianos-live",
2627
"four-needles-add",
28+
"fuzzy-snakes-beg",
2729
"gentle-waves-suffer",
2830
"gold-insects-invite",
2931
"green-lions-relate",
@@ -33,9 +35,14 @@
3335
"itchy-frogs-care",
3436
"itchy-games-sort",
3537
"late-chairs-ring",
38+
"late-dancers-smile",
3639
"lazy-panthers-shop",
40+
"lazy-plums-fetch",
41+
"light-peas-melt",
3742
"moody-squids-count",
43+
"nasty-cobras-wonder",
3844
"nice-colts-boil",
45+
"ninety-games-grow",
3946
"orange-rocks-grow",
4047
"plenty-dolphins-act",
4148
"polite-impalas-care",
@@ -45,7 +52,11 @@
4552
"red-chairs-begin",
4653
"red-wasps-cover",
4754
"shiny-kiwis-beam",
55+
"silly-cows-serve",
56+
"silly-timers-repair",
57+
"small-dancers-smell",
4858
"smart-coins-hammer",
59+
"smooth-planets-flow",
4960
"sour-mirrors-accept",
5061
"spotty-ducks-punch",
5162
"spotty-pants-wink",
@@ -62,6 +73,7 @@
6273
"wet-deers-think",
6374
"wet-steaks-reflect",
6475
"wild-mirrors-return",
76+
"witty-cherries-tan",
6577
"witty-donkeys-unite"
6678
]
6779
}

.changeset/small-birds-arrive.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
"@trigger.dev/react-hooks": patch
3+
---
4+
5+
Added the ability to specify a "createdAt" filter when subscribing to tags in our useRealtime hooks:
6+
7+
```tsx
8+
// Only subscribe to runs created in the last 10 hours
9+
useRealtimeRunWithTags("my-tag", { createdAt: "10h" })
10+
```
11+
12+
You can also now choose to skip subscribing to specific columns by specifying the `skipColumns` option:
13+
14+
```tsx
15+
useRealtimeRun(run.id, { skipColumns: ["usageDurationMs"] });
16+
```

.changeset/smooth-planets-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Update profile switcher

0 commit comments

Comments
 (0)