2.49.0 (2026-07-03)
Features
- postgrest: add ExplainFormat enum for explain(format:) (#1050) (441abb8)
- realtime: support replication-ready system event, new postgres_changes filter operators, and broadcast
selectoption (#1063) (52c71dd) - storage: add
StorageByteCount,ResizeMode,ImageFormat,SortOrder, andDownloadBehaviortyped value types, non-breaking backport from v3 (#1049) (d464945)
Bug Fixes
- postgrest: quote in() filter values containing reserved characters (#1061) (a09725f)
- postgrest: remove invalid quotes from explain() plan media type (#1048) (261aba0)
- realtime: make
lifecycleManagerSendable andwithTimeoutthrowing, removing theResult-wrapping anti-pattern at call sites, backported from v3 (#1052) (3de1327) - storage: restore source compatibility for deprecated overloads (#1062) (0485d41)