Skip to content

Releases: LibertyDSNP/parquetjs

v1.8.5 Bug fix for dependency

10 Oct 12:45
4551071
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.4...v1.8.5

v1.8.4 Dependencies & Exports

07 Oct 14:18
f439596
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.3...v1.8.4

v1.8.3 Better Logical Type Support

19 Sep 12:44
6b7bea9
Compare
Choose a tag to compare

What's Changed

  • Logical type : TIME by @saraswatpuneet in #143
    • Includes refactors to make addition of future logical types easier

New Contributors

Full Changelog: v1.8.2...v1.8.3

v1.8.2 Brotli Compression Fixes

11 Sep 19:59
6797c99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2

v1.8.1 Dependency Bump

05 Sep 12:53
540e0e5
Compare
Choose a tag to compare

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

Full Changelog: v1.8.0...v1.8.1

v1.8.0 Many updates (Note: Type Breaking Changes)

04 Sep 17:12
92cbbee
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0 Dependency Updates

14 May 19:05
2435994
Compare
Choose a tag to compare

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

14 Mar 15:50
5db9db4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1 Decimal Bug Fix

13 Mar 12:13
3de7eea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0: AWS API v3 Support

26 Feb 19:34
91fc71f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0