releases.shpreview
Upstash

Upstash

upstash.comDatabase
$npx @buildinternet/releases get upstash

GitHub API errors now show status and detail

This release3 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notes
context7 · ctx7@0.5.3

GitHub API failures during ctx7 setup now show the HTTP status and error body (e.g. "HTTP 403: API rate limit exceeded") instead of the opaque "GitHub API error". A 403/429 hint suggests gh auth login or setting GITHUB_TOKEN.

Read more →

Workflow runs now support multiple labels with OR filtering

This release1 featureNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes

Workflow runs now support multiple labels via string | string[] on client.trigger and context.invoke, with log, DLQ, and cancel filters accepting arrays to match runs that have any of the given labels. The context.labels: string[] field replaces the deprecated context.label, and workflow run logs now expose a labels field.

Read more →