Releases: LibertyDSNP/parquetjs
Releases · LibertyDSNP/parquetjs
v1.8.5 Bug fix for dependency
What's Changed
Full Changelog: v1.8.4...v1.8.5
v1.8.4 Dependencies & Exports
v1.8.3 Better Logical Type Support
What's Changed
- Logical type : TIME by @saraswatpuneet in #143
- Includes refactors to make addition of future logical types easier
New Contributors
- @saraswatpuneet made their first contribution in #143
Full Changelog: v1.8.2...v1.8.3
v1.8.2 Brotli Compression Fixes
v1.8.1 Dependency Bump
If you are upgrading directly from pre-v1.8.0, make sure to check the release notes of v1.8.0 as well!
What's Changed
- Bump version of @zenfs/core to ^0.16.0 by @harryalaw in #141
Full Changelog: v1.8.0...v1.8.1
v1.8.0 Many updates (Note: Type Breaking Changes)
Breaking Change!
Some string type coercion was removed from reading files! So for example:
- BYTE_ARRAY fields not tagged with STRING or UTF-8 will now return as a Buffer instead of a string
- BigInts will return as a BigInt instead of a string
- Numbers will return as a number instead of a string
What's Changed
- Linting and Formatting by @wilwade in #133
- chore(*): replace BrowserFs for ZenFs by @enddynayn in #134
- Use native fetch by @zcbenz in #136
- Remove to string for dictionary pages by @harryalaw in #138
- NPM audit fixes by @wilwade in #139
New Contributors
- @zcbenz made their first contribution in #136
- @harryalaw made their first contribution in #138
Full Changelog: v1.7.0...v1.8.0
v1.7.0 Dependency Updates
Minor version bump due to the number of dependencies updated with major version changes.
What's Changed
Full Changelog: v1.6.2...v1.7.0
v1.6.2 Brotli Dependency Change
v1.6.1 Decimal Bug Fix
What's Changed
- fix: Fix incorrect primitive type detection by @JasonYeMSFT in #122
Full Changelog: v1.6.0...v1.6.1
v1.6.0: AWS API v3 Support
What's Changed
- Feat/support aws s3 v3 by @shannonwells in #115
- Update Deprecated Function Calls by @wilwade in #118
Full Changelog: v1.5.0...v1.6.0