Features
- WAL v2 and remote write encoding. Introduces a new WAL read/write path (v2) with refactored segment sample storage and remote-write protobuf encoding, version-aware segment handling when switching between WAL file formats, and related metrics and Go bindings updates.
Fixes
op_topin query strings. Fixed PromQL string serialization for theop_topaggregator so expressions round-trip correctly in rules and anywhere queries are printed.- Outdated corrupted head on GC. Catalog garbage collection now removes stale corrupted head directories instead of leaving them on disk indefinitely.
Enhancements
- Environment-driven defaults in configuration. Settings that were only applied via environment variables are now folded into default configuration, aligning operator defaults with the main configuration model.