November 20, 2024
Improved

OpenSSH updated to version 9.9

All Render services now use OpenSSH version 9.9 to manage SSH connections. Services previously used version 8.9.

If you initiate SSH connections from your service, this upgrade includes one change that might affect those connections. From the OpenSSH release notes:

"SetEnv directives in ssh_config and sshd_config are now first-match-wins to match other directives. Previously if an environment variable was multiply specified the last set value would have been used."

If you use the SetEnv directive in your service's SSH configuration, make sure you don't set the same environment variable multiple times to avoid unexpected behavior.

Learn more about using SSH on Render in the documentation.

November 12, 2024
Early Access

The Render CLI is now available in public beta

An interactive menu in the Render CLI
An interactive menu in the Render CLI

Now in public beta, the new Render CLI provides command-line support for common platform actions, including:

  • Triggering service deploys, restarts, and one-off jobs
  • Opening a psql session to your database
  • Viewing and filtering live service logs

The CLI supports interactive menu-based navigation, along with a non-interactive mode for use in scripts and CI/CD.

Get started with the Render CLI.

November 07, 2024
New

AI chat now available in the Render documentation

The Render docs now provide AI-powered chat trained on our documentation content. Click Ask AI next to the search box:

Opening AI chat in the Render docs
Opening AI chat in the Render docs

Use the chat to receive fast, focused answers to your questions about the platform, along with links to relevant articles:

Example AI chat in the Render docs
Example AI chat in the Render docs
November 05, 2024
New

In-place PostgreSQL upgrades now generally available

In-place PostgreSQL upgrades are now generally available for all Render workspaces. This feature upgrades your database to the most recent major PostgreSQL version supported by Render (currently 16).

Upgrading your database requires downtime. Schedule upgrades accordingly.

Open the upgrade page for your database in the Render Dashboard by clicking the version number on its Info page:

Opening the version upgrade page for a PostgreSQL database
Opening the version upgrade page for a PostgreSQL database

Learn more in the documentation.

November 04, 2024
Adjusted

PostgreSQL 12 moved to legacy support

Render has moved PostgreSQL version 12 to legacy support ahead of its end-of-life on November 14.

Starting today, you cannot create new managed PostgreSQL 12 databases in your workspace unless you already have one.

We strongly recommend upgrading any PostgreSQL 12 databases to an actively supported version to continue receiving important security updates. Render supports in-place upgrades to PostgreSQL 16 from any previous version.

October 30, 2024
Improved

Default Node.js version updated to 22.10.0

Newly created Node.js services now use Node.js 22.10.0 by default. You can always specify a different version.

Existing Node.js services keep their original default version to prevent breaking changes.

October 29, 2024
Improved

Default Python version updated to 3.11.10

Newly created Python services now use Python 3.11.10 by default. You can always specify a different version.

Existing Python services keep their original default version to prevent breaking changes.

October 22, 2024
Early Access

In-place PostgreSQL upgrades now available in early access

Update: In-place PostgreSQL upgrades are now generally available.

Render now provides early access support for upgrading your PostgreSQL database's major version in-place. This upgrades your database to the most recent PostgreSQL version supported by Render (currently 16).

Upgrading your database requires downtime. Schedule upgrades accordingly.

Enable in-place upgrades from your Workspace Settings page in the Render Dashboard, under Early Access:

Enabling PostgreSQL upgrades in the Render Dashboard
Enabling PostgreSQL upgrades in the Render Dashboard

Then open the upgrade page for your database by clicking the version number on its Info page:

Opening the version upgrade page for a PostgreSQL database
Opening the version upgrade page for a PostgreSQL database

Learn more in the documentation.

October 09, 2024
New

Flexible PostgreSQL plans now available for all workspaces

Render's new flexible plans for Render PostgreSQL are now available for all workspaces. These plans enable you to set your database's storage separately from its RAM and CPU.

Starting today, every new database created on Render has a flexible plan. If you have a database on a legacy instance type, you can optionally move it to a flexible plan for improved customization and control.

Learn more in the documentation.

September 24, 2024
New

Enable maintenance mode to temporarily disable incoming service traffic

You can now enable maintenance mode for any paid web service in the Render Dashboard:

Enabling maintenance mode in the Render Dashboard
Enabling maintenance mode in the Render Dashboard

While in maintenance mode, a web service is not reachable from the public internet (but it remains up and running).

Enable maintenance mode to prevent incoming client requests while rolling out major changes to your infrastructure.

Learn more in the documentation.