Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 891 Bytes

File metadata and controls

25 lines (17 loc) · 891 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed:

  • Bumped Apache Arrow to v4.0.0.

[1.0.0-rc.1] - 2021-05-05

Added:

  • Adopted the ActiveModel type register - supporting binary, date, integer and unsigned integer Arrow column types and casting.
  • Added support for decimal Arrow column types

Changed:

  • "klasses" that are used across table now work as expected. The "klass" parquet contains data from all relevant tables, not just the last.
  • generator.output_files now includes the total row count as well as the generated file path
  • Changed Generator#load to more meaningful Generator#process

[0.1.0] - 2021-03-29

  • Initial release