From c5534511c7f902026f46edd5bb2b0de319bb43d8 Mon Sep 17 00:00:00 2001 From: Davide Angelocola Date: Fri, 26 Jun 2026 23:58:49 +0200 Subject: [PATCH] build(deps): bump io.github.dfa1.zstd to 0.4 Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 4 ++++ pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e40eb4..6cce3db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- 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)) + ## [0.10.0] — 2026-06-26 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. diff --git a/pom.xml b/pom.xml index 786d0ae9..6af709ac 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 25 UTF-8 - 0.3 + 0.4 4.3.0