Skip to content

Latest commit

 

History

History
508 lines (283 loc) · 27.3 KB

CHANGELOG.md

File metadata and controls

508 lines (283 loc) · 27.3 KB

Changelog

v0.17.2 (2023-04-13)

Full Changelog

Fixed bugs:

Enhancements:

v0.17.1 (2022-12-12)

Full Changelog

Fixed bugs:

v0.17.0 (2022-11-30)

Full Changelog

Breaking changes:

New features:

Fixed bugs:

Enhancements:

v0.16.2 (2022-08-19)

Full Changelog

Fixed bugs:

Documentation updates:

v0.16.1 (2022-08-17)

Full Changelog

Fixed bugs:

v0.16.0 (2022-08-17)

Full Changelog

Breaking changes:

New features:

Fixed bugs:

Documentation updates:

v0.15.1 (2022-08-14)

Full Changelog

Fixed bugs:

v0.15.1 (2022-08-14)

Full Changelog

Fixed bugs:

v0.15.0 (2022-08-10)

Full Changelog

Breaking changes:

New features:

  • Added feature flag to use zlib-ng backend for gzip #165 (ritchie46)

Fixed bugs:

Enhancements:

Testing updates:

v0.14.2 (2022-07-26)

Full Changelog

Fixed bugs:

Enhancements:

v0.14.1 (2022-07-02)

Full Changelog

New features:

Enhancements:

v0.14.0 (2022-06-27)

Full Changelog

Breaking changes:

  • split_buffer should return Result #156

Fixed bugs:

Enhancements:

v0.13.2 (2022-06-10)

Full Changelog

Fixed bugs:

  • Fixed missing re-export of FileMetaData to allow using side-car API #148 (jorgecarleitao)

v0.13.1 (2022-06-10)

Full Changelog

New features:

v0.13.0 (2022-05-31)

Full Changelog

Breaking changes:

New features:

  • Added new_with_page_meta to PageReader #136 (ygf11)
  • Added compression options/levels for GZIP and BROTLI codecs. #132 (TurnOfACard)

Fixed bugs:

  • Async FileStreamer does not write statistics #139
  • Fixed error in compressing lz4raw with large offsets #140 (jorgecarleitao)

Enhancements:

Testing updates:

v0.12.1 (2022-05-15)

Full Changelog

Enhancements:

  • Pass only necessary data when create PageReader #135

v0.12.0 (2022-04-22)

Full Changelog

Breaking changes:

  • Add CompressionOptions, which allows for zstd compression levels. #128 (TurnOfACard)

Enhancements:

v0.11.0 (2022-04-15)

Full Changelog

Breaking changes:

New features:

  • Added support for page-level filter pushdown (indexes) #102
  • Added support for bloom filters #98
  • Added optional support for LZ4 via LZ4-flex crate (thus enabling wasm) #124 (jorgecarleitao)
  • Added support for page-level filter pushdown (column and offset indexes) #107 (jorgecarleitao)
  • Added support to read column and page indexes #100 (jorgecarleitao)

Fixed bugs:

Enhancements:

Documentation updates:

Testing updates:

v0.10.3 (2022-03-03)

Full Changelog

Fixed bugs:

  • write ColumnMetaData instead of ColumnChunk after pages. #90 (youngsofun)

v0.10.2 (2022-02-14)

Full Changelog

Fixed bugs:

Testing updates:

v0.10.1 (2022-02-12)

Full Changelog

Enhancements:

v0.10.0 (2022-02-02)

Full Changelog

Breaking changes:

Fixed bugs:

v0.9.2 (2022-01-25)

Full Changelog

Fixed bugs:

v0.9.0 (2022-01-11)

Full Changelog

Breaking changes:

Enhancements:

  • bitpacking: use stack-allocated temporary buffer #76 (danburkert)
  • Added constructor to RowGroupMetaData and ColumnChunkMetaData #74 (yjshen)
  • Improved performance of reading multiple pages #73 (jorgecarleitao)

Fixed bugs:

v0.8.1 (2021-12-09)

Full Changelog

Fixed bugs:

v0.8.0 (2021-11-24)

Full Changelog

Breaking changes:

Fixed bugs:

v0.7.0 (2021-11-13)

Full Changelog

Breaking changes:

  • Use i64s for delta-bitpacked's interface #67 (kornholi)

New features:

Fixed bugs:

  • Fix off-by-one error in delta-bitpacked decoder #66 (kornholi)

v0.6.0 (2021-10-18)

Full Changelog

Breaking changes:

Fixed bugs:

Enhancements:

  • Added writing reduced statistics for FixedLenByteArray #55 (potter420)

v0.5.2 (2021-10-06)

Full Changelog

Fixed bugs:

Enhancements:

  • Added writing reduced statistics for FixedLenByteArray #55 (potter420)

v0.5.1 (2021-09-29)

Full Changelog

Fixed bugs:

v0.5.0 (2021-09-18)

Full Changelog

Breaking changes:

  • Renamed Compression::Zsld to Compression::Zstd (typo) #48 (vincev)

Enhancements:

  • Add null_count method to trait Statistics #49 (yjshen)

v0.4.0 (2021-08-28)

Full Changelog

Breaking changes:

  • Make write_* return the number of written bytes. #45
  • move HybridRleDecoder from read::levels to encoding::hybrid_rle #41
  • Simplified split of page buffer #37 (jorgecarleitao)
  • Simplified API to get page iterator #36 (jorgecarleitao)

New features:

Fixed bugs:

Enhancements:

Documentation updates:

Testing updates:

v0.3.0 (2021-08-09)

Full Changelog

Breaking changes:

New features:

  • Add support for async read #32
  • Added option to apply filter pushdown to data pages. #34 (jorgecarleitao)

v0.2.0 (2021-08-03)

Full Changelog

Enhancements:

  • Add support to write dictionary-encoded pages #29
  • Upgrade zstd to ^0.9 #31 (Dandandan)

* This Changelog was automatically generated by github_changelog_generator