[go: up one dir, main page]

New: Flexible Plans for Render PostgreSQL

Learn more
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
New

In-place PostgreSQL upgrades now available in early access

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.

September 16, 2024
Adjusted

Render accounts are now workspaces

All individual and team accounts on Render are now workspaces. This unified account model simplifies upgrading from an individual to a team. There are no changes to pricing.

Here's a summary of what's changed:

  • Each individual account is now a free Hobby workspace with a single seat.
  • Each team account is now a workspace with its existing plan, seats, and features.
  • Hobby workspaces gain the ability to create one project with up to two environments.
  • A newly created Hobby workspace can add a maximum of two total custom domains.
    • This limit does not apply to individual accounts created before this date.
  • The Team plan is now named Professional. Paid plans are otherwise unchanged.
  • You can upgrade or downgrade your workspace's plan at any time.

For details about each workspace plan, see the pricing page.

September 11, 2024
Improved

Specify deploy behavior when modifying environment variables

When you update a service's environment variables in the Render Dashboard, you can now specify whether this triggers a new deploy.

Selecting deploy behavior when modifying environment variables
Selecting deploy behavior when modifying environment variables

You can select from three options:

  • Save, rebuild, and deploy: Render triggers a new build for your service and deploys it with the new environment variables.
  • Save and deploy: Render redeploys your service's existing build with the new environment variables.
  • Save only: Render saves the new environment variables without triggering a deploy. Your service will not use the new variables until its next deploy.

Learn more about environment variables in the documentation.

September 09, 2024
Improved

Pull request previews now create GitHub deploys

As part of creating a pull request preview, Render now creates a GitHub deploy on the associated pull request. This matches the behavior for preview environments.

A PR preview's associated GitHub deploy
A PR preview's associated GitHub deploy

Click View deployment to open the preview instance in your browser.

Before this change, Render instead added a comment with preview details to your pull request. Render continues to use comments for GitLab and Bitbucket repositories.

Learn more in the documentation.