Render raises $100M at a $1.5B valuation

Read the announcement
Tooling Releases
February 24, 2026
Adjusted

Free web services now remain active while receiving WebSocket messages

Free web services now spin down after going 15 minutes without receiving either of the following:

  • An incoming HTTP request
  • An incoming WebSocket message from an existing connection

Previously, only incoming HTTP requests delayed spindown. This meant that a service could spin down even while actively receiving WebSocket traffic.

Learn more about free web services in the docs.

February 11, 2026
Improved

Updated version defaults: Python to 3.14.3, uv to 0.10.2

Newly created Python services now use Python 3.14.3 and uv version 0.10.2 by default. You can always specify a different version of both Python and uv.

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

February 10, 2026
New

Render CLI v2.8.0

New command: render workspaces

By default, render workspaces lists your available workspaces in an interactive menu. Optionally, you can also list workspaces in plaintext, JSON, or YAML format. For example, the following command lists workspaces in YAML:


Non-interactive mode for render psql

You can now pass queries directly through render psql and print the response in plaintext, JSON, or YAML. For example:


Show latest available version

The render --version command now informs you if a new version of the Render CLI is available.


For more details, see the release on GitHub. Get started with the Render CLI in the docs.

February 09, 2026
Improved

Blueprints now support custom filenames and paths

Blueprints (Render's infrastructure-as-code model) now support custom filenames and paths for YAML configuration files. Previously, Blueprints required a file named render.yaml in your repository's root directory.

You can specify a custom path when creating a new Blueprint in the Render Dashboard:

Setting a Blueprint file path in the Render Dashboard
Setting a Blueprint file path in the Render Dashboard

You can also update an existing Blueprint's file path from its Settings page.

If you don't set a custom path, Render defaults to using render.yaml in your repository root. Learn more in the documentation.

February 06, 2026
Fixed

Service events no longer erroneously report scaling down to zero instances

In rare cases, Render would erroneously emit an Autoscaler starting to scale down to 0 instances event for services with autoscaling enabled. These events were triggered by momentary latency in scaling metrics, and they did not modify the instance count of the affected service.

This behavior is now resolved.

January 28, 2026
New

Validate Blueprint files using the Render CLI or API

The Render CLI and API now support validation of render.yaml files used with Render Blueprints. This enables you to quickly verify that Blueprint changes are valid in your local dev environment or as part of CI.

  • CLI: Run render blueprints validate render.yaml
    • Requires version 2.7.1 or later of the CLI. Learn how to upgrade.
  • API: Provide your render.yaml file to the new Validate Blueprint endpoint.

These additions complement existing IDE support for Blueprint validation. Learn more in the documentation.

January 15, 2026
Improved

Default Node.js version updated to 22.22.0

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

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

December 17, 2025
Improved

Improved logs UX in the Render dashboard and CLI

We've made several improvements to the Render dashboard to make logs easier to consume:

  • Expanded logs container to view more log lines at once
  • Click individual log lines to open a detail view
  • Toggle live tail mode
  • Light and dark mode support to match your selected dashboard theme
Expand errors, open lines in detail view, toggle live tail mode, and more.
Expand errors, open lines in detail view, toggle live tail mode, and more.

Additionally, the render logs CLI command now supports paginated infinite scroll, making it easier to navigate extensive log histories.

Traverse long log histories with infinite scroll.
Traverse long log histories with infinite scroll.

Learn more about using the Render logs UI and the Render CLI.

December 10, 2025
New

Autonomously debug builds with Jules by Google Labs

You can now integrate your Render workspace with Jules—Google Labs' asynchronous coding agent—to autonomously debug your Render builds.

To configure the integration, create an API key in the Render Dashboard (dashboard.render.com/jules) and paste it into the appropriate field on the Jules integrations page:

Adding your Render API key to Jules
Adding your Render API key to Jules

With the integration enabled, Jules monitors pull request previews on your service repos and asynchronously plans and commits fixes for build failures.

Learn more in the documentation.

December 09, 2025
Improved

Default Bun version updated to 1.3.4

Newly created services now use Bun 1.3.4 by default. You can always specify a different version.

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