Skip to content

3.6.6

Choose a tag to compare

@github-actions github-actions released this 18 Mar 14:00
· 23 commits to main since this release

🚀 New Features

  • Filter noisy dev logs instantly — The Stacktape dev UI now supports inline log search, so you can narrow output by workload, message text, quoted phrases, exclusions, or log level without leaving the terminal
  • Faster multi-service rebuild flow — In dev mode, rebuilding is quicker when several workloads are running: you can rebuild the selected workload, pick a target from the UI, or trigger all rebuilds at once
  • GitHub Deployments integration — Console-triggered and Git-driven deployments now report through GitHub Deployments, giving clearer environment-level status updates instead of generic commit checks
  • Proactive API key expiry protection — New API keys now get a default expiration window, users receive warning emails before keys expire, and org admins can revoke a member’s active org API keys when access should end

✨ Improvements

  • More adaptable terminal layout — The Stacktape dev UI is now organized around reusable route/context modules, which makes the interface more consistent and unlocks richer controls like fullscreen sidebar views
  • Smoother dev UI interactions — Terminal rendering is more responsive, making live logs and status updates feel less jerky during active work
  • Safer member offboarding — Removing a member or leaving an organization now revokes active org API keys so old credentials do not quietly remain usable

🔨 Bugfixes

  • Runner-based deletes no longer depend on repo checkout — Remote delete flows now work even when source checkout is unnecessary, avoiding failures in EC2-runner cleanup paths
  • Better GitHub repo URL handling — SSH-style repository URLs are now recognized correctly, which helps deployment reporting work reliably across more repository setups
  • Correct deploy log links in GitHub messages — GitHub comments and status links now land on the right stage-specific console pages

DocsSlackX