AI Devtools Radar

Supabase

后端平台supabase.com4 条已发布变化

2 个来源在监控

变化时间线

other

修复每日备份因调度超时而偶尔被跳过的问题

使用 Supabase 数据库的用户将获得更可靠的每日备份完成,降低因超时问题导致的备份遗漏风险。

证据
+Fixed daily backups occasionally skipped due to a scheduling timeout

supabase.com · 另有 1 个来源报告了同一变化

deprecationhigh

Extension 版本固定已弃用:从 2026-08-05 起 create extension 中的显式版本将被忽略

从 2026-08-05 开始,类似 create extension pgvector version '0.7.0' 这样的语句将安装项目的默认版本并发出警告;未来版本将用错误拒绝它们。在 Supabase 上固定 Postgres extension 版本的迁移脚本和 IaC 需要更新。

证据
+Starting 2026-08-05, specifying an explicit version when creating or updating a Postgres extension on Supabase is deprecated. [...] the extension installs the default version on your project's Postgres instance, and the statement emits a warning. In a future release, announced separately in advance, these statements will be rejected with an error instead. [...] Pinning versions is now reserved for platform operations.

supabase.com

feature

Realtime Broadcast 现在支持通过 WebSockets、REST API 和数据库传输二进制负载

开发者现在可以通过 Realtime Broadcast 发送和接收二进制负载 (bytea),减少传感器流和图像帧的 JSON 开销。

证据
+Supabase Realtime Broadcast now sends and receives binary payloads (bytea) over WebSockets, the REST API, and the database, cutting JSON overhead for sensor streams and image frames.

supabase.com · 另有 1 个来源报告了同一变化

apihigh

logs.all Management API 端点已弃用,将由新的 ClickHouse 支持的 logs 端点替代

查询 logs.all 端点的用户必须在 2026 年 9 月 23 日之前迁移到新的 logs 端点,并将查询转换为 ClickHouse SQL 方言。这会影响直接调用此端点的脚本、集成和工具。

证据
+The logs.all Management API endpoint is being removed on 23rd September 2026 (Wednesday), two months from this announcement. Log querying moves to a new ClickHouse-backed logs endpoint. The new endpoint accepts ClickHouse SQL only.

supabase.com