Skip to content

Releases: 4thel00z/parquet-file-fs

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 22:54
e14600a

0.2.0 (2026-07-24)

Features

  • archive content reads with LRU cache and lazy sizes/metadata (80411e4)
  • fsspec ParquetFileSystem with index-only glob/find (9d7aae3)
  • http e2e test, README, CI workflow (39d1026)
  • native s3/http adapter via object_store (00c79df)
  • parquet ChunkReader over RangeReader adapters (5a2a522)
  • PyO3 bindings for Archive and adapter registration (3b00ada)
  • python adapter registry with fsspec shim (effd8b3)
  • RangeReader trait, LocalAdapter, adapter registry (6aeee51)
  • scaffold maturin mixed project (446aeb9)
  • shard index with column detection, dir tree, duplicate policies (b85e7ab)

Bug Fixes

  • canonicalize virtual paths and dedupe file/dir name clashes in listings (aaac958)
  • ci: let manual dispatch publish when the release PR gate fails (bd5894a)
  • surface temporal/nested extra columns in metadata instead of dropping them (ea61d62)

Documentation

  • add logo, sharpen description and keywords (4ce603a)
  • add parquet-file-fs implementation plan (9e7f6b7)