← Vendor directory

Vendor profile

Render

Cloud app platform, runtime, database, and workflow changes.

Recent changes

Latest first

Open in search
RenderChangelogMedium3 days ago

Updated plans for Render workspaces

We've rolled out new workspace plans to make Render’s pricing more scalable for modern, fast-growing teams. Each new workspace plan corresponds to a legacy plan: Hobby (free) replaces the legacy Hobby plan. Pro ($25/month flat) replaces Pr…

apihostingbackend43
Read event Official source
RenderChangelogCritical5 days ago

Default Node.js version updated to 24.14.1

Newly created Node.js services now use Node.js 24.14.1 by default. You can always specify a different version. Existing Node.js services keep their original default version to prevent breaking changes.

breakingsdkapihostingbackend101
Read event Official source
RenderChangelogMedium10 days ago

Create new services from the Render CLI

You (and your agents) can now create new services directly from the terminal using the Render CLI's services create command: render services create \ --name hello-world \ --type web_service \ --runtime node \ --region virginia \ --plan fre…

apihostingbackend43
RenderChangelogMedium10 days ago

Automatic Go version updates

Render's native Go environment now automatically updates to the latest stable Go 1.x version, usually within 24 hours of a new release. After an update, your service starts using the new version with its next deploy. Previously, we handled…

apihostingbackend38
Read event Official source
RenderChangelogMedium19 days ago

Render Workflows now in public beta

Render Workflows is now in public beta, with SDK support for TypeScript and Python. Define durable tasks and chain them into long-running background processes for agent logic, data pipelines, billing flows, and more. Deploy your task defin…

apihostingbackend38
Read event Official source
RenderChangelogCritical2 months ago

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 chang…

breakingsdkapihostingbackend96
Read event Official source
RenderChangelogMedium3 months ago

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 work…

apihostingbackend38
Read event Official source
RenderChangelogMedium3 months ago

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…

apihostingbackend38
Read event Official source