Skip to content

Commit 22cbb92

Browse files
committed
Publish v0.8.14
1 parent db0a2d7 commit 22cbb92

2 files changed

Lines changed: 9 additions & 6 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.14]
4+
- Support pushed-down `where` filters in the SQL data source's `scanColumn` streaming primitive
5+
36
## [0.8.13]
47
- Include the table name in version resolution errors
58

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "icebird",
3-
"version": "0.8.13",
3+
"version": "0.8.14",
44
"description": "Apache Iceberg client for javascript",
55
"author": "Hyperparam",
66
"homepage": "https://hyperparam.app",
@@ -55,11 +55,11 @@
5555
"squirreling": "0.15.0"
5656
},
5757
"devDependencies": {
58-
"@types/node": "26.1.0",
59-
"@vitest/coverage-v8": "4.1.9",
58+
"@types/node": "26.1.1",
59+
"@vitest/coverage-v8": "4.1.10",
6060
"eslint": "9.39.4",
61-
"eslint-plugin-jsdoc": "63.0.10",
62-
"typescript": "6.0.3",
63-
"vitest": "4.1.9"
61+
"eslint-plugin-jsdoc": "63.0.13",
62+
"typescript": "7.0.2",
63+
"vitest": "4.1.10"
6464
}
6565
}

0 commit comments

Comments
 (0)