Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@kylebarron kylebarron released this 21 Apr 21:16
· 11 commits to main since this release
46baa59

New! ✨

  • Class-based API + concurrent streams + column selections + File reader by @H-Plus-Time in #407. This added a new ParquetFile API for working with files at remote URLs without downloading them first.
  • Conditional exports in package.json. This should make it easier to use across Node and browser.
  • Improved documentation for how to use different entry points.

Breaking Changes:

  • arrow2 and parquet2-based implementation has been removed.
  • Layout of files has changed. Your import may need to change.
  • Imports are now parquet-wasm, parquet-wasm/esm, parquet-wasm/bundler, and parquet-wasm/node.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0