Skip to content

Releases: LibertyDSNP/parquetjs

v1.2.2 Better Error Reporting

28 Mar 19:28
a011a2e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.2

v1.2.1 Browser Build Types

22 Jun 14:13
a2cd4ff
Compare
Choose a tag to compare

Small release adding types to the Browser releases and updating the Readme.

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0 Types and More!

13 May 16:31
73cf70d
Compare
Choose a tag to compare

Headline Changes

  • Package has TypeScript types
  • Performance and minor bug fixes
  • Breaking Change: parquet.force32 was removed

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3 Bug Fixes and Internal TypeScript Improvements

29 Mar 17:12
eb029bd
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • Added test cases for types and fixed bigint precision by @waylandli in #24
  • [Issue #41] - Slimmed down FixedTFramedTransport class by @dopatraman in #46

TypeScript Conversion Progress Internally

Full Changelog: v1.1.2...v1.1.3

v1.1.2 Dependency Updates

17 Aug 17:04
98871a2
Compare
Choose a tag to compare

Changelog

This release includes the following updates:

#22 Dependency Updates

For more detail on what changed, please visit the PR pages linked above.

Support CJS and ESM builds

14 Jul 13:23
81e38e4
Compare
Choose a tag to compare

Changelog

This release includes the following updates:

#21 Add support for Common JS and ESM builds in the browser

For more detail on what changed, please visit the PR pages linked above.

Browser support, BSON upgrade

01 Jul 22:08
ac8ebb2
Compare
Choose a tag to compare

Changelog

This release includes the following updates:

#17 Parquetjs browser support
#19 Fix a build bug caused by a side-effect from #17 that no longer occurred
#20 Update BSON from major version 2 to 4, due to a vulnerability, plus minor other changes

For more detail on what changed, please visit the PR pages linked above.

v1.0.0 Release

21 Jun 18:58
ba60652
Compare
Choose a tag to compare

Changelog

  • Update ParquetReader#openUrl parameters to not include request param.

v0.9.0

07 Jun 21:31
a4f425a
Compare
Choose a tag to compare

Changelog

  • Support Bloom filters according to this spec officially supported as of parquet format v 2.9.0
  • use xxhash-wasm for browser support
  • use latest parquet thrift file
  • limited TypeScript support (consumers should create a module declaration file)
  • updated documentation