Introducing HIPAA-compliant workspaces—now with a self-serve BAA.

Learn more
June 12, 2025
Improved

Updated default language versions for native runtimes

Newly created services on Render's native language runtimes now use the following updated language and library versions by default:

  • Python 3.13.4
  • Node.js 22.16.0
  • Ruby 3.4.4
  • Go 1.24.4
  • Elixir 1.18.4

With the exception of Go services, you can always specify a different language version.

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

June 12, 2025
New

Added uv to the Python native runtime

Render's Python native runtime now supports the uv package manager. To enable uv for your service, include a uv.lock file in your project's root directory. You can then use uv in place of pip for your service's build command and other scripts.

Note that you don't use uv to set your service's Python version.

June 10, 2025
New

Securely access non-Render resources over AWS PrivateLink

Render workspaces now support secure, low-latency connections to your other cloud resources via AWS PrivateLink:

Diagram of Render services accessing MongoDB Atlas over AWS PrivateLink
Diagram of Render services accessing MongoDB Atlas over AWS PrivateLink

Use a Private Link to access resources like Snowflake, MongoDB Atlas, or Amazon Aurora. Both same-region and cross-region connections are supported.

To request a Private Link for your workspace, please reach out.

Your active Private Links appear under your workspace's Networking page in the Render Dashboard:

Viewing Private Link details in the Render Dashboard
Viewing Private Link details in the Render Dashboard

Learn more in the documentation.

June 09, 2025
New

Run HIPAA-compliant apps and workloads in enabled workspaces

Teams with an Organization or Enterprise plan can now enable HIPAA compliance capabilities for their Render workspace. Services in a HIPAA-enabled workspace run on access-restricted hosts, helping to secure any protected health information (PHI) processed or stored by your applications and databases.

Admins can initiate the HIPAA enablement process from the Compliance section of their Workspace Settings page:

Initiating the HIPAA enablement flow in the Render Dashboard
Initiating the HIPAA enablement flow in the Render Dashboard

This process includes signing a business associate agreement (BAA), along with performing a restart of all existing services to migrate them to HIPAA-specific hosts.

Before enabling HIPAA capabilities for your workspace, review all important considerations.

Learn more in the documentation.

May 28, 2025
New

Wait for an in-progress service deploy to finish before starting a new one

You can now specify your workspace's overlapping deploy policy from your Workspace Settings page:

Selecting an overlapping deploy policy in the Render Dashboard
Selecting an overlapping deploy policy in the Render Dashboard

Whenever a new deploy is triggered for a service that's already deploying, Render can either:

  • Override the in-progress deploy (default), or
  • Wait for it to finish, then proceed directly to the most recent triggered deploy (new):
An example deploy flow with overlapping deploy policy set to "Wait"
An example deploy flow with overlapping deploy policy set to "Wait"

Choosing Wait helps you maintain a steady shipping cadence during periods of high change volume.

Learn more in the docs.

May 12, 2025
New

Skip auto-deploying if CI checks fail

You can now configure your service to skip its automatic deploy whenever code changes cause your repo's CI checks to fail.

In the Render Dashboard, go to your service's Settings page and set Auto-Deploy to After CI Checks Pass:

Configuring a service's auto-deploy setting in the Render Dashboard
Configuring a service's auto-deploy setting in the Render Dashboard

Depending on your Git provider, Render detects CI check results from the following:

  • GitHub Actions, along with providers that integrate with the GitHub Checks API
  • GitLab CI/CD Pipelines
  • Bitbucket Pipelines

Render triggers an auto-deploy only if all detected checks pass.

Learn more in the documentation.

April 29, 2025
New

Added Render API endpoints for webhooks, metrics streaming, and workspace members

The Render API now includes endpoints for the following capabilities:

Get started with the Render API in the documentation.

April 24, 2025
Improved

Expanded service metrics for databases and disks

In the Render Dashboard, the Metrics page for a Render Postgres database now includes graphs for the following:

  • Disk usage, activity, and operation volume (these metrics are also available for services with an attached persistent disk)
  • Memory usage
  • Transaction volume
  • Network activity
  • Lock-delayed queries

Additionally, click the Queries tab on your database's Metrics page to view tables displaying active processes and top queries for the database.

Learn more about service metrics in the documentation.

April 24, 2025
Improved

Log explorer now displays instance IDs and multiple timestamp formats

The log explorer in the Render Dashboard now displays each log line's originating service instance:

The format of a log line in the log explorer
The format of a log line in the log explorer

This is helpful for debugging services that are scaled to multiple instances, and for observing instance swaps during a zero-downtime deploy.

Click any line's instance identifier to display only logs from that instance.

Additionally, mouse over the timestamp for a log line to view that same timestamp in UTC and Unix formats:

Multiple timestamp formats in the log explorer
Multiple timestamp formats in the log explorer

The log explorer is available from your service's Logs page in the Render Dashboard. Learn more about the log explorer—including helpful keyboard shortcuts—in the documentation.

April 22, 2025
Improved

New Render Key Value instances use Valkey 8.1

As of 2025-04-22, all newly created Render Key Value instances use Valkey version 8.1. View highlights of this release.

Valkey instances created before this date currently use version 8.0.1. Render will upgrade these instances as part of their next scheduled maintenance.

Learn more about Render Key Value in the documentation.