releases.sh

Database

Recent releases from organizations and products in the Database category.

FriAug 7, 20263 releases
PlanetScaleSupabase

Deploy requests can now run in parallel

Two deploy requests can run concurrently as long as they touch different tables, with dashboard and --strategy parallel CLI support. Watch for increased database load when running resource-intensive deploys; throttler settings adjust per request.

Read post

Supabase available as Perplexity Computer connector

Supabase can be connected to Perplexity Computer, letting the agent read from and write to Postgres tables and keep state across runs. It supports querying production data, debugging from support tickets, testing Edge Functions, and scheduling recurring queries.

Read post
Supabasev1.26.08
v1.26.08
ThuAug 6, 20265 releases
NeonTinybirdClickHouse

Console layout reworked; AI Gateway adds models; CLI gains api-keys

The Console sidebar now groups all branch-level backend services at the same level, with project-level items separated from branch-level items; branch Overview lists service status. AI Gateway adds Kimi K3, GLM-5.2, Inkling, and new Gemini/GPT models. Project-level permissions now support existing orgs, and the CLI adds api-keys and profile commands for scoped credentials and multi-account switching.

Read post

Object Storage branches with your Postgres database

Neon Object Storage is now in beta, bringing S3-compatible object storage with branch-style semantics: buckets and objects inherit and fork alongside Postgres branches, with copy-on-write isolation and lineage-based versioning. Access works via standard S3 tools with Neon credentials, and neon.ts can provision buckets alongside the database.

Read post
A Neon branch creates an isolated environment containing both Postgres data and Object Storage buckets and objects

ClickHouse Release 26.7

v26.7

This release brings speedups for GROUP BY ... ORDER BY ... LIMIT, three JOIN improvements, four vector search improvements, position-aware phrase sear...

Read post
ClickHousev26.7.3.19-stable
WedAug 5, 202611 releases
ClickHousePlanetScaleNeonSupabase

PlanetScale Changelog

2 updates

The pscale CLI now lists Vitess read-only regions, creates passwords that always connect to a specific read-only region, and dumps from a chosen region instead of the primary. The new --read-only-region flag cannot be combined with --replica (or --rdonly on dumps); use --replica for traffic routed to the nearest replica across regions.

Read post

The pscale CLI now supports viewing and resizing VTGates on Vitess production branches, with show, resize, status, and cancel subcommands covering size, count, autoscaling, and CPU utilization target settings.

Read post

Postgres Changes: AND filters, new operators, column selection

Postgres Changes now supports composite filters across columns (comma-separated or via a new builder), additional operators including like, ilike, is, match, imatch, and isdistinct, and a select option to trim payload columns. Column selection requires @supabase/supabase-js 2.109.0+ and is opt-in; filter changes work with existing clients.

Read post
Filipe Cabaço avatar
TueAug 4, 20261 release
ClickHouse