Tinybird
npx @buildinternet/releases get tinybirdPipes using secrets now snapshot values at deployment time, and materialized pipes can now reference tb_secret. This changes the mental model from runtime evaluation to explicit snapshot—secret changes require a new deployment to take effect.
Quarantine tables auto-clean after 30 days, removing manual storage overhead.
Pricing model changed for Developer plans. QPS overages and Active minutes are replaced by vCPU-based billing. All plans now share a platform QPS limit (up to 600 QPS) as a reliability safeguard only, and the 24-hour resize restriction is gone.
Migration from Classic to Forward is CLI-assisted. The migrate-to-forward command wraps the end-to-end process. PREWHERE clauses in Pipe SQL are now supported across all Forward clusters, matching Classic behavior.
TypeScript SDK expanded type coverage in versions 0.0.72–0.0.73: multi-argument AggregateFunction types, wider integers (Int128, Int256, UInt128, UInt256), and correct preservation of non-param template helpers. Kafka connections now support IAM authentication fields in generated TypeScript and migration output.
Two APAC regions launched: AWS ap-east-1 (Hong Kong) and ap-southeast-2 (Sydney) with full feature parity—Kafka and S3 connectors, Events API, Materialized Views, and low-latency endpoints.
Deployments are faster and safer. Backfills now use ATTACH PARTITION ALL FROM to skip full data scans. Destructive column changes require an --allow-destructive flag. ALTER operations can run inside deployments. Multi-cluster organizations can now select which cluster to create a new Workspace on.
Observability expanded to Developer plans with CPU time, ingested rows, quarantine rows, memory, storage, and error charts. pipe_stats_rt gained client IP tracking and 403 visibility. The CLI is now available as a Docker image for CI/CD testing.