diff --git a/data/releasenotes.json b/data/releasenotes.json index 693609f..aaf9f71 100644 --- a/data/releasenotes.json +++ b/data/releasenotes.json @@ -1,4 +1,59 @@ [ + { + "version": "v2026-07-22", + "date": "2026-07-22", + "breaksdb": false, + "notes": [ + { + "type": "feat", + "note": "Compress cold data on disk using zstd compression by default, controllable through CREATE TABLE ... WITH (compression=zstd/none)." + }, + { + "type": "feat", + "note": "Add support for ALTER POLICY RENAME TO." + }, + { + "type": "feat", + "note": "Allow setting password expiration for roles using VALID UNTIL." + }, + { + "type": "feat", + "note": "Allow re-naming roles through ALTER ROLE ... RENAME." + }, + { + "type": "feat", + "note": "Add support for database names in fully-qualified SQL identifiers. Cross-database references are still unsupported." + }, + { + "type": "perf", + "note": "Avoid using FSST string encoding when general compression is enabled." + }, + { + "type": "perf", + "note": "Improve data retrieval scheduling." + }, + { + "type": "perf", + "note": "Improve compression for the last rows of a large bulk insert." + }, + { + "type": "fix", + "note": "Fix an assertion error for date_trunc(text, interval)." + }, + { + "type": "fix", + "note": "Fix a crash in the undo phase of the recovery." + }, + { + "type": "fix", + "note": "Fix an edge case in ALTER POLICY TO that could disable policies." + }, + { + "type": "fix", + "note": "Fix an optimizer crash when using UDFs as join keys." + } + ] + }, { "version": "v2026-07-09", "date": "2026-07-09",