releases.sh
Tinybird

Tinybird

tinybird.coDatabase
$npx @buildinternet/releases get tinybird

Longer Query API timeouts for paid plans¶

The default execution timeout for Query API and Pipe endpoint requests is now tiered by plan: 10 seconds on the free plan, 20 seconds on paid plans with shared infrastructure, and 30 seconds on dedicated infrastructure. Workspaces with…

Read more →

Faster deployments when you change a joined table¶

Until now, changing the right side of a Materialized View join forced a rebuild of the Materialized View and every resource downstream of it. Deployments now follow only left-table dependencies, so a change to the joined table…

Read more →

Correct JSON integer ingestion, up to 3 mutations per alter in Classic, three months of real-time Pipe statistics, experimental v1 ingestion in the CLI, plus improvements and bug fixes

Read more →

Tinybird Classic is being sunset for Free and Developer plan Workspaces. If you have a Classic Workspace on one of these plans, migrate it to Tinybird Forward by September 15, 2026. After that date, remaining eligible Classic Workspaces will be scheduled for automatic migration.…

Read more →

arm64 native support; lightweight deletes in beta

This release3 featuresNew capabilities2 enhancementsImprovements to existing features3 fixesBug fixesAI-tallied from the release notes

Tinybird Local now ships a native arm64 image and automatically detects and uses the host's native architecture, eliminating emulation overhead on Apple Silicon and other arm64 machines. Lightweight deletes are now available in beta via the POST /v1/datasources/{name}/delete endpoint and the --lightweight-delete CLI flag. ClickHouse upgraded to 25.8, which changes the default argument order of geoToH3—affected queries must add the geotoh3_argument_order setting to preserve the previous behavior.

Read more →