Skip to content

Commit 677c2cf

Browse files
dfa1claude
andcommitted
build(deps): bump io.github.dfa1.zstd to 0.4
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 811e08d commit 677c2cf

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Bumped `io.github.dfa1.zstd` (the `vortex.zstd` FFM bindings, pinned by the BOM) 0.3 → 0.4. ([5bf14475](https://github.com/dfa1/vortex-java/commit/5bf14475))
13+
1014
## [0.10.0] — 2026-06-26
1115

1216
A **`vortex.zstd` overhaul**: compression now runs through FFM bindings to the native `libzstd`, gaining framed (sliceable) payloads, nullable-column support, and shared-dictionary decode. Alongside it, zone-map pruning is fixed to compare in the column's type domain.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<maven.compiler.release>25</maven.compiler.release>
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060
<!-- production -->
61-
<zstd.version>0.3</zstd.version>
61+
<zstd.version>0.4</zstd.version>
6262

6363

6464
<fastcsv.version>4.3.0</fastcsv.version>

0 commit comments

Comments
 (0)