Skip to content

Releases: kylebarron/parquet-wasm

v0.6.0

21 Apr 21:16
46baa59
Compare
Choose a tag to compare

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

v0.5.0

21 Oct 20:58
85da997
Compare
Choose a tag to compare

What's Changed

  • Switch to an API based on table abstractions from arrow-wasm.
  • Update docs
  • Initial implementation of reading to a stream of Arrow batches. By @H-Plus-Time in #296

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

16 Aug 01:23
62f6506
Compare
Choose a tag to compare

What's Changed

  • Async reader support in the arrow2 bindings
  • Improved memory usage via readParquetFFI in conjunction with arrow-js-ffi.
  • Remove "2" from function names in arrow2 api by @kylebarron in #173
  • Make arrow2 the default bundle by @kylebarron in #174
  • Add bindings for arrow2 metadata (without serde support) by @kylebarron in #153
  • Add lz4_raw and zstd compressions for parquet2 by @kylebarron in #114

Full Changelog: v0.3.1...v0.4.0

v0.4.0-beta.1

08 Aug 17:04
4d48006
Compare
Choose a tag to compare
v0.4.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.1...v0.4.0-beta.1

v0.3.1

26 Apr 16:36
8991d1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Apr 16:26
1c13ef9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Mar 01:58
3d298ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

07 Mar 17:34
c0b36aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Mar 22:20
Compare
Choose a tag to compare

Initial release!