---
title: "Timescale Support, Railway Connect, and Deployment Filters"
date: 2021-03-12T14:00:00.000-08:00
number: 0020
url: https://railway.com/changelog/2021-03-12
---

# Timescale Support, Railway Connect, and Deployment Filters

## 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!

[Image: Untitled]

## 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.

[Image: Untitled]

## 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.

[Image: Untitled]

## Improvements

- Bug: Fixed a memory issue where `code-server` wasn'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.