Skip to content

Releases: LibertyDSNP/parquetjs

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

v1.5.0 Breaking Change for Nullable & Fixed Len Byte Array Support

19 Jan 13:03
2622ff1
Compare
Choose a tag to compare

Breaking Change

  • Optional nullable fields are now output in row results as null instead of undefined.
    • Example:
    • Prior: [{}, {foo: "bar"}]
    • v1.5.0+: [{foo: null}, {foo: "bar"}]

What's Changed

  • Optional nullable fields are now null instead of undefined by @wilwade in #114
  • Reference Tests by @wilwade in #114
  • Issue fixed around dictionary_page_offset by @wilwade in #114
  • Allow typeLength to come from opts.column when decoding FIXED_LEN_BYTE_ARRAY by @j4ys0n in #108

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1 Better RLE Support

18 Jan 20:01
6fdb9da
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1

v1.4.0

11 Jan 19:44
0a42955
Compare
Choose a tag to compare

What's Changed

  • BREAKING change for output of JSON Schemas: Use the Double primative for JSON Schema "number" type by @mpotter in #111
  • Update docs and add simple test for readme encoding examples by @wilwade in #107

New Contributors

Full Changelog: v1.3.5...v1.4.0

v1.3.5 Bloom Filters in Nested Lists

28 Nov 22:02
19707ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4: Decimal Support for Precision > 18

14 Aug 19:16
c07e7e8
Compare
Choose a tag to compare

What's Changed

  • Add support to byte array decimal fields by @YECHUNAN in #97

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3: Timestamp support for JSONSchema generated schemas

25 Jul 17:11
ac5257d
Compare
Choose a tag to compare

What's Changed

  • Feature: Timestamp support for JSONSchema generated schemas by @noxify in #95

New Contributors

Full Changelog: v1.3.2...v1.3.3