Timescale Support
We've added support for Timescale to the baseline Postgres image. We've also kept PostGIS support, so now you'll be able to do both geo-spatial and time-series queries out of the box with Railway!

Railway Connect
The Railway CLI now has first party support for each plugin's connection binary:
- Postgres:
psql - Redis:
redis-cli - MySQL:
mysql - MongoDB:
mongo
This means that you can now easily connect to a Railway-hosted database. Just type railway connect <plugin> and the CLI will get you connected to it, wherever it may reside.

Deployment Filters
Removed deploys are now hidden from the deployments page by default. We also show the branch and commit in the deployments list, so you can get more insight into what is being/has been deployed.

Improvements
- Bug: Fixed a memory issue where
code-serverwasn't deployed with enough memory to install new packages. - Bug: Fixed an issue where the tooltip was telling you to use "A" instead of "C" for create row.
- Bug: Fixed a typo in the temp project creator.
- Bug: Fixed an issue where the code block padding wasn't very cash money.