Railway
All Updates

Changelog #0068

Follow along with updates and improvements made to Railway

Follow us on Twitter

Feb 11, 2022

Welcome to another Changelog, err Change-Log, or is it ChangeLog? Alongside all the product updates this week: we released a video guide on how to deploy a Ghost blog to Railway metro. Check it out at https://www.youtube.com/watch?v=fEwFdJjGkw4! (And if you like it, give us a thumbs up and throw our channel a subscription.)

Advanced Log Filtering

Last month, we added basic deployment log filtering to help debug more specific issues in your applications. This week, we kicked it up another notch and added an advanced filtering syntax! You can now do more complicated things like negate terms and nest boolean operators. You can now filter logs that match:

  • Boolean operations: awesome -(bad OR worse)
  • Exact text: "multiple words!"
  • Something really crazy: foo OR (bar -(qux OR "quux corge"))
  • You can also escape reserved characters if necessary backslash like "Hello \"World\"".

    Convert to Metro

    Last week we added the ability to permanently convert a project to metro via a button on the metro UI. Starting Monday this button will be available on the legacy project UI as well.

    Upgrade to metro modal.

    Upgrade to metro modal.

    We have included additional documentation about the migration within the modal.

    ...which also brings us to our next announcement.

    Docs Migration

    We are well underway into the official transition to Metro and we have begun moving the images of the docs to follow the UI patterns.

    We are also in the midst of reorganizing the content of the docs to match the structure of the product. So far we have moved over the Getting Started guide and added a whole new section on Metro within the docs to help explain what is new and what’s changed so far.

    Improvements and Fixes

  • Fixed PR deploys for team projects
  • Images in the docs should render clearly
  • Added authorizer in the Open Source Kickback page
  • Additional infrastructure improvements