Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 3.36 KB

CHANGELOG.md

File metadata and controls

54 lines (41 loc) · 3.36 KB

Changelog

[0.3.0] - 2022-04-04

What's Changed

  • Debug cli by @kylebarron in #64
  • Bump to arrow 11.0 to support zstd compression by @kylebarron in #66
  • Update bundling by @kylebarron in #67
  • Add dependabot by @kylebarron in #70
  • Bump clap from 3.1.6 to 3.1.8 by @dependabot in #71
  • Bump getrandom from 0.2.5 to 0.2.6 by @dependabot in #72

New Contributors

  • @dependabot made their first contribution in #71

Full Changelog: https://github.com/kylebarron/parquet-wasm/compare/v0.2.0...v0.3.0

[0.2.0] - 2022-03-17

  • Restore arrow-rs support by @kylebarron in #21
  • Write parquet with arrow1 by @kylebarron in #23
  • Refactor code into lower-level functions, use ? operator by @kylebarron in #25
  • Make record batch size the nrows of the first row group by @kylebarron in #26
  • Rename arrow-rs api as default by @kylebarron in #31
  • Implement writerPropertiesBuilder for arrow1 by @kylebarron in #30
  • Refactor into modules by @kylebarron in #32
  • Update bundling to create arrow2 entrypoints by @kylebarron in #33
  • Node testing setup by @kylebarron in #34
  • Helper to copy vec to Uint8Array by @kylebarron in #38
  • Faster builds on Node CI tests by @kylebarron in #39
  • Rust CI caching by @kylebarron in #40
  • ZSTD mac instructions in readme by @kylebarron in #42
  • Keep opt-level = s and remove console_error_panic_hook by @kylebarron in #48
  • WriterPropertiesBuilder for arrow2 by @kylebarron in #49
  • Docstrings for public functions, structs, enums by @kylebarron in #50
  • Compression-specific features by @kylebarron in #51
  • Add more node tests by @kylebarron in #52
  • Separate reader and writer features by @kylebarron in #47
  • Docs update by @kylebarron in #53
  • Working typedoc by @kylebarron in #55
  • Update docstrings and readme by @kylebarron in #60

Full Changelog: https://github.com/kylebarron/parquet-wasm/compare/v0.1.1...v0.2.0

[0.1.1] - 2022-03-06

  • Attempt better bundling, with APIs for bundlers, Node, and the Web.

[0.1.0] - 2022-03-06

  • Initial release
  • Barebones read_parquet and write_parquet functions.