Skip to content

Commit 7be38b9

Browse files
committed
Publish v0.8.21
1 parent a22d176 commit 7be38b9

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.21]
4+
- Fix pushed-down `where` filters returning wrong rows on nullable columns: negated and not-equal comparisons now fall back to the engine so null cells are handled consistently
5+
36
## [0.8.20]
47
- Update squirreling to 0.15.2
58

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.20",
3+
"version": "0.8.21",
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.1109.0",
70+
"@aws-sdk/credential-providers": "3.1110.0",
7171
"@types/node": "26.2.0",
7272
"@vitest/coverage-v8": "4.1.10",
7373
"eslint": "9.39.4",

0 commit comments

Comments
 (0)