Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

60 lines (50 loc) · 2.28 KB

0.3.0 (2019-05-02)

  • [Enhancement] Introduce cache_provider option.

0.2.2 (2017-09-14)

  • [Enhancement] Use TimestampParser's constructor without JRuby ScriptingContainer
  • [Enhancement] embulk migrate .

0.2.1 (2017-09-12)

  • [Enhancement] Support type conversion from floating point numbers to integers

0.2.0 (2017-07-14)

  • [Incompatible Change]: Remove time_zone option, use default_timezone instead and column-based timezone.

0.1.3 (2016-07-27)

  • [Enhancement] Improve Exception handling

0.1.2 (2016-05-31)

  • [Enhancement] Add a validation to check column duplication

0.1.1 (2016-05-02)

  • [New Feature] Add keep_expanding_json_column option
  • [Fix] ix retrieving unchanged json columns

0.1.0 (2016-04-27)

  • [Incompatible Change / New Feature]: Add stop_on_invalid_record option

0.0.6 (2016-03-17)

  • [New Feature] Support JSON type
  • [Enhancement] Validate json_column_name

0.0.5 (2016-03-04)

  • [Fix] Avoid NullPointerException if a column specified as json_column_name option doesn't exist in input schema.
  • [Fix] Migrate for Embulk v0.8.x