2FA On Login
We've now added 2FA to the login flows on Railway. If you've enabled 2FA on your Railway account, your account can no longer be accessed without two-factor authentication.
We've also added an option to allow users to disable 2FA on their account.

CLI "Run as Environment"
railway run now allows you to run your actions within a specified environment.
This is super useful for things like:
- Production Migrations
- One-off Data Queries
- Oneliner CI Builds

Fresh Coat of Paint
We've recently hired an awesome designer who is helping make Railway more beautiful, user-friendly, and intuitive. Some of the first changes that you may notice are an updated set of colors and tweaks to base UI elements like buttons and inputs. We would love know what you think of the changes!

Psst: Our design system is publicly viewable at railway.app/design for anyone who is interested.
Various fixes
- Fix issue with Railway commenting twice on PR deployments on Github
- Fix meta environment variables not showing up
- Fix toast on email preference updates
- Fixed an issue where a very small percentage of requests were being dropped with 404s
- Fixed an issue where SSL certs would take longer than 10 minutes to generate
- Fixed an issue where cutting over domains took longer than expected