Static URLs
You can now set a unique name for your project in the dashboard (Deployments -> Domains)
Once set, the most recent deploy will point to {name}-{environment}.up.railway.app. A blue/green deploy will automatically be performed, routing new traffic to your deployment.
We're really excited about this feature, because it means you can now use external domains with Railway! Just add a CNAME and you're away to the races!

MySQL Support
We've added a MySQL plugin for those of you who prefer it over PostgreSQL. Just ⌘K -> "MySQL".

Log Colors
Build and deploy logs now properly interpret terminal color codes. No more [32m's!

Other Fixes
- Bug: Fixed an issue where node_modules was causing builds to fail