Hello hello! More exciting stuff out this week, as always ๐. The theme of this week is "deployment visibility"
Webhook Events [Alpha]
We're releasing the alpha for our webhook events! Get notified whenever a deployment succeeds/fails!
We've additionally added what we're calling "muxers", which will transform the webhook payload depending on what the URL is. If no "muxers" match, then it'll return the raw full Deployment payload.
Note: Discord is the only one support as of now. If you need a muxer added, please reach out on Discord and we'll get it sorted for you!

Favicon Status'
We've enabled Favicon Status' for all. As your deployments move through their lifecycle status, the status bar will update to let you know where they are
- "Building"/"Deploying" [Blue]
- Passed [Green]
- Failed [Red]
- Neutral [Black/White]
As well as dark mode and light mode favicons โ๏ธ๐

Debug Info
We've added a debug info command to the palette. If you're having an issue, just hit CMD + K โ Debug Info and paste it to one of the Railway Staff in the Discord! This will help us help you help build the future.

Fixes and Improvements
- Improvement: Deployment pane can be resized larger
- Fix: Starters now properly checkout the branch
- Fix: Only show GitHub accounts that you can create repo in when creating a new starter
- Fix: Better handle spinning down containers that have errored
- Fix: Handle when a repo is renamed