Skip to content

Commit ab23eaf

Browse files
committed
Publish v0.8.10
1 parent 43e0ece commit ab23eaf

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Icebird Changelog
22

3+
## [0.8.10]
4+
- Support format-version 3 tables in `icebergRewrite`, preserving row lineage (`_row_id` and `_last_updated_sequence_number`) across rewrites
5+
36
## [0.8.9]
47
- Prune data files using manifest column bounds when pushed-down filters prove they cannot match
58
- Sort appended data files by the table's default sort order and record the real sort order id

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "icebird",
3-
"version": "0.8.9",
3+
"version": "0.8.10",
44
"description": "Apache Iceberg client for javascript",
55
"author": "Hyperparam",
66
"homepage": "https://hyperparam.app",
@@ -55,7 +55,7 @@
5555
"squirreling": "0.12.23"
5656
},
5757
"devDependencies": {
58-
"@types/node": "25.9.2",
58+
"@types/node": "25.9.3",
5959
"@vitest/coverage-v8": "4.1.8",
6060
"eslint": "9.39.4",
6161
"eslint-plugin-jsdoc": "63.0.2",

0 commit comments

Comments
 (0)