Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 15 Mar 23:10
· 8 commits to main since this release
fix: handle empty list and single-point edge cases (v0.1.4)

- Empty list decode: guard timestamps[0] access when count=0
- Single point encode: store as raw 8-byte value (ALP sampling needs >= 2)
- Unskip empty list and single point tests — both pass now

These edge cases caused segfaults on ARM under high-cardinality workloads
where many series had only 1 accumulated point at compression time.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>