Skip to content

Commit ea0e6cd

Browse files
dfa1claude
andcommitted
docs(changelog): stamp 0.12.4 and fix ParquetImporter commit link
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 55c7a18 commit ea0e6cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.12.4] — 2026-07-24
11+
1012
### Performance
1113

1214
- `vortex.fsst` rewritten against the original paper (Boncz/Neumann/Leis, VLDB 2020) as a standalone `vortex-fsst` module: branch-free O(1) matching (was up to 8 sequential hash probes per byte), adaptive-sample training with min-count pruning and a single-byte gain boost, and unconditional-8-byte-store decode. ([1b9714c7](https://github.com/dfa1/vortex-java/commit/1b9714c7))
@@ -29,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2931

3032
### Fixed
3133

32-
- `ParquetImporter` detects duplicate column names in the source Parquet schema and throws a clear message naming the duplicate(s) and the source file, instead of a confusing `VortexWriter` internal-invariant error several frames removed from the actual cause. ([f2c05e57](https://github.com/dfa1/vortex-java/commit/f2c05e57))
34+
- `ParquetImporter` detects duplicate column names in the source Parquet schema and throws a clear message naming the duplicate(s) and the source file, instead of a confusing `VortexWriter` internal-invariant error several frames removed from the actual cause. ([c148393a](https://github.com/dfa1/vortex-java/commit/c148393a))
3335

3436
## [0.12.3] — 2026-07-19
3537

0 commit comments

Comments
 (0)