releases.shpreview
Home/Upstash
Upstash

Upstash

upstash.comDatabaseTracking since Sep 2023
$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 →
Patch Changes
  • ea91d7d: ctx7 login now always uses the device-code flow. The localhost-callback path is removed — every install (laptop, SSH, ...
Read more →
Minor Changes
  • 5a180d5: Add OAuth 2.0 device authorization flow (RFC 8628) for ctx7 login and ctx7 setup. Required for headless / remote hos...
Read more →
Patch Changes
  • 2affada: ctx7 setup now properly supports --antigravity, installing skills to .agent/skills, a GEMINI.md rule section (...
Read more →