Skip to content

Commit 6d37c49

Browse files
committed
Publish v0.8.25
1 parent 8bb46be commit 6d37c49

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.8.25]
4+
- Reads now push row ranges down into hyparquet's scan candidates, so only the byte ranges that survive filter and delete pruning are fetched, while Iceberg position and equality deletes are still applied
5+
- Footer fetches adapt to small parquet files instead of over-requesting
6+
37
## [0.8.24]
48
- Add `writeExistingDataManifest` for rewriting manifests that carry data files forward as EXISTING entries, preserving their snapshot id and sequence numbers so the delete files that apply to them do not change
59
- Fix carrying over manifest entries that have stats: `writeExistingDeleteManifest` threw "expected bigint value" when an entry's stat maps came back from the Avro reader as arrays of key/value records

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.24",
3+
"version": "0.8.25",
44
"description": "Apache Iceberg client for javascript",
55
"author": "Hyperparam",
66
"homepage": "https://hyperparam.app",
@@ -67,7 +67,7 @@
6767
}
6868
},
6969
"devDependencies": {
70-
"@aws-sdk/credential-providers": "3.1114.0",
70+
"@aws-sdk/credential-providers": "3.1115.0",
7171
"@types/node": "26.2.0",
7272
"@vitest/coverage-v8": "4.1.11",
7373
"eslint": "9.39.4",

0 commit comments

Comments
 (0)