Railway
All Updates
CHANGELOG

Changelog #0029

Follow us on X

Multiple Custom Domains

You can now add multiple custom domains to a project! The domains tab has also been completely redesigned to be more intuitive and helpful. After adding a domain, we'll automatically verify your DNS configuration and provision a Let's Encrypt SSL certificate.

Windows Support

Courtesy of one of our users, the CLI now functions on Windows!

It was actually completed in less than 2h, which is insanity. Keep on the lookout for more of these!

Anyways, windows support is available on versions ≥ 0.2.19.

We've created hotlinks for everything you can create on Railway. This means you can navigate over to any of the following:

  • dev.new : New Project
  • dev.new/team : New Team
  • dev.new/github : Deploy from github
  • dev.new/[plugin] : Deploy a plugin (e.g. /new/redis)
  • dev.new/template : Deploy a template/starter

And we'll jump straight into that flow. We really thought there couldn't be any faster way for us to provision infrastructure, but the only thing faster than 1-click, is 0-clicks.

Additionally, we created and open sourced a little tool for generating open graph images for our starters and docs. It is based on the awesome generator by Vercel, but extended to support multiple layouts as well as allow you to write the images with JSX.

The generator is live at og.railway.app and open source on Github and even has a Deploy on Railway button so you can customize and host a version yourself.

Blog and Starters

We published a new blog post this week about how to self-host your own website analytics! Check it out at blog.railway.app/p/self-hosted-website-analytics.

We also have some new starters

Various Fixes

  • Improvement: Added keybindings for metrics
  • Improvement: Added Search for Starters (Includes tags now)
  • Improvement: Provisions/Removal of containers now occur as toasts/async
  • Bug Fix: Environment Dropdown CSS polished
  • Bug Fix: Fixed a bug with the Vercel integration where account id would be sometimes nil for incompleted integrations
  • Bug Fix: You can now delete ephemeral environments from the UI
  • Bug Fix: Fixed an issue in the builder which caused some jobs to be "stuck" due to logfiles already being created
  • Bug Fix: Resize observer polyfill such that the console won't spew resize errors on screen resize for specific browsers