---
title: "Private Registry API Support, OOM Email Updates, Feedback Season"
date: 2024-04-12
number: 0181
url: https://railway.com/changelog/2024-04-12-private-registry-api
---

# Private Registry API Support, OOM Email Updates, Feedback Season

After [descending on Mallorca last week](https://railway.app/changelog/2024-04-05-railway-retreat-v5) for our twice-yearly team retreat, the Railway team spent this week dispersing back across the globe to our homes.

Since we took a couple of days for travel and rest after the retreat, the changelog is running on a limited local schedule this week — in addition to a number of small quality of life improvements, we’re also shipping some modest but choice improvements to the API, OOM notifications, and the CLI. 

Like last week, we’ll also remind you that we’re hiring for exceptional Product and Infrastructure engineers. If that sounds like you — and you, like us, are obsessed with the intersection of distributed systems computing and interface design — please [reach out](https://railway.app/careers#open-positions). 

Now let’s get into this week’s changelog.

All aboard!

## Private Registry API Support

[Image: Private registry support is now available via API]

[Four weeks ago](https://railway.app/changelog/2024-03-15-template-composer#private-registries) we shipped support for private registries to [Pro](https://railway.app/pricing) users. 

This is an important feature for advanced users and those who need to define and deploy images with private credentials from container registries like [GitHub](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) or [DockerHub](https://hub.docker.com/) (or [Quay.io](https://quay.io/search)). 

This week, by user request, we shipped [API support](https://railway.app/graphiql) for private registries. 

With this improvement, it’s now possible for Pro users to access private registries programmatically via the Railway API. 

To get started, check out the [docs](https://docs.railway.app/reference/public-api) and/or the [GraphQL playground](https://railway.app/graphiql). 

And if you have a comment or suggestion for how we can continue to improve either private registry support or API support, be sure to [spin-up a thread](https://help.railway.app/search?q=api) in the forum and let us know. 

Thanks!

## Out of Memory Email Updates

[Image: We released a new OOM email notification]

Nobody likes running OOM, but now we’ll send you an email notification when we detect that your deployment has maxed out its mem. 

The email will let you know the specific project, environment, and service has run out of memory and will even link you directly to the deploy logs.

Nice!

But what’s that, you say? This notification isn’t quite what you need? Please [let us know](https://help.railway.app/search?q=notifications) what else you’re looking for as we’re going to be diving deeper into notifications this quarter.

Thank you!

## Feedback Welcome

[Image: One of the best ways to provide feedback is to open a thread in the Railway Help Center]

Notice a trend in this changelog — asking for your feedback? 

Well let’s make it official. 

We’re once again asking you to [let us know](https://help.railway.app/feedback?sort=highest_votes) in the [Help Center](https://help.railway.app/feedback?sort=highest_votes) what you need to be successful on Railway. 

Your feedback is absolutely essential and although it *always* matters to us, the beginning of the quarter (like right now) is an excellent time to provide feedback because we’re still doing a small amount of planning as the quarter gets underway. 

So with that said, we invite you to [open a thread](https://help.railway.app/feedback?sort=highest_votes) or [comment on someone else’s thread](https://help.railway.app/feedback?sort=highest_votes) with your most burning Railway need — we appreciate it already.

See you next week!

## Fixes and Improvements

- A big thanks to Community Member [Milo](https://github.com/Milo123459) for [contributions to the CLI](https://github.com/railwayapp/cli/pull/487) including adding support for [template-powered databases](https://blog.railway.app/p/launch-01-next-gen-databases). Thank you Milo!
- We made some improvements to the way we display settings in public projects
- We no longer sync branches across environments when syncing staged changes
- We fixed a small issue with the Template Composer
- We reduced the destructive changes capabilities of non-admin users
- We improved the workflow when transferring a project to a team
- We now allow mounting a volume to subpaths of `/etc`  