← Back to all sparks
R

Render

INFRA · APIS
Velocity6.3

Cloud platform for hosting web apps, static sites, databases, and background workers

Render is turning managed infra into something you can fully script.

managed-databasesbuild-speedcliagent-operablesecuritypaas
Current state
Render has spent recent releases hardening its managed data layer and shrinking build times. Paid Postgres now gets free PgBouncer pooling, Key Value gained tunable persistence modes, and Docker, Node, and Python builds are 25-60% faster. Security surfaces like AWS OIDC and dedicated outbound IPs target Pro-and-up teams.
Where it's heading
The throughline is programmability. The Render CLI now manages every service type, including Postgres and Key Value, and the changelog calls out agents alongside humans. Render is positioning its platform as fully API- and CLI-operable infrastructure rather than a dashboard-first PaaS.
Prediction
Expect the next releases to deepen agent-operable workflows, with broader API coverage and more managed-data controls exposed through the CLI.

Recent moves

  1. 14d ago

    Add connection pooling to your Render Postgres database

    Free PgBouncer pooling on paid Postgres lets a database absorb more concurrent clients than its instance type's own connection cap allows, running on the same host to keep the extra hop cheap. A practical ceiling-raiser for apps outgrowing direct connections.

    View source ↗
  2. 15d ago

    Manage Postgres and Key Value instances using the Render CLI

    ⚡ SPARK

    The Render CLI can now create, update, delete, suspend, and resume Postgres and Key Value instances, completing management coverage for every service type and framed explicitly for agents as well as humans.

    View source ↗
  3. 1mo ago

    Reduced median Docker service build time by 60%

    A 60% cut in median Docker build time, from 87s to 32s via upload tuning and cache changes, directly shortens the deploy loop and reinforces Render's sustained build-speed push.

    View source ↗
  4. 1mo ago

    Specify disk persistence behavior for paid Key Value instances

    Three persistence modes for paid Key Value (journal plus snapshot, snapshot only, off) let teams trade durability for write speed on loss-tolerant caches. A knob that starts to matter once Key Value is doing real work.

    View source ↗
  5. 1mo ago

    Authenticate Render services with AWS using OIDC

    AWS OIDC, now in beta for Pro workspaces and up, lets Render services assume IAM roles with auto-rotated credentials, removing long-lived AWS keys from the deployment. Part of the platform's steady security build-out.

    View source ↗
  6. 1mo ago

    Reduced median build time for Node.js services by 25%

    A 25% reduction in median Node.js build time extends the same build-pipeline optimizations to the native Node runtime, part of a systematic pass Render is running across every language it supports.

    View source ↗