Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions data/releasenotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
[
{
"version": "v2026-05-26",
"date": "2026-05-26",
"breaksdb": false,
"notes": [
{
"type": "feat",
"note": "<tt>ALTER TABLE</tt> now supports adding and deleting columns if an index on the table exists."
},
{
"type": "feat",
"note": "Enable comparisons between unsigned types (<tt>uint{1,2,4,8}</tt>) and <tt>Numeric</tt>."
},
{
"type": "feat",
"note": "Add casts from unsigned types (<tt>uint{1,2,4,8}</tt>) to <tt>BigNumeric</tt> and vice versa."
},
{
"type": "fix",
"note": "Fix a bug where CedarDB ran out of memory when evaluating <tt>generate_series()</tt> where the <tt>to</tt> arg was smaller than the <tt>from</tt> arg."
}
]
},
{
"version": "v2026-05-18",
"date": "2026-05-18",
Expand Down
Loading