Releases: LibertyDSNP/parquetjs
v1.2.2 Better Error Reporting
What's Changed
- Fix typo in comment by @JasonYeMSFT in #74
- Feature - collect and report multiple field errors by @dgaudet in #75
New Contributors
- @JasonYeMSFT made their first contribution in #74
- @dgaudet made their first contribution in #75
Full Changelog: v1.2.1...v1.2.2
v1.2.1 Browser Build Types
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!
Headline Changes
- Package has TypeScript types
- Performance and minor bug fixes
- Breaking Change: parquet.force32 was removed
What's Changed
- Removed redundant reference to callback by @dopatraman in #48
- Fix for typed array BYTE_ARRAY (#23) by @aramikm in #49
- BREAKING: Removed force32 by @aramikm in #51
- Remove TS Ignored lines from Util.ts by @dopatraman in #50
- Add test coverage for Buffer Reader by @dopatraman in #52
- Support async iteration in the reader by @wilwade in #55
- Export the types into the package by @wilwade in #54
- Removed async keyword from BufferReader.read by @dopatraman in #59
- Chore/ts writer take2 by @mehtaishita in #60
- Upstream bug fixes for RLE encoding by @dopatraman in #61
- Performance improvements using a cursor instead of a shift by @wilwade in #57
- Update packages by @wilwade in #63
- Remove baseUrl by @wilwade in #65
- Chore/fix entry file by @wilwade in #66
- Types Cleanup by @wilwade in #67
- Better handling of millis and micros by @wilwade in #68
New Contributors
- @aramikm made their first contribution in #49
- @mehtaishita made their first contribution in #60
Full Changelog: v1.1.3...v1.2.0
v1.1.3 Bug Fixes and Internal TypeScript Improvements
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
- Chore/typescript conversion/27 by @waylandli in #33
- updated typescript and esbuild. Fixed typescript issue by @waylandli in #35
- Convert lib/schema.js to typescript 1/3 by @waylandli in #37
- Converting shred.js to typescript 2/3 by @waylandli in #40
- Convertinging util.js to typescript 3/3 by @waylandli in #39
- Reader conversion by @waylandli in #44
Full Changelog: v1.1.2...v1.1.3
v1.1.2 Dependency Updates
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
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
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
Changelog
- Update ParquetReader#openUrl parameters to not include request param.
v0.9.0
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