Skip to content

Latest commit

 

History

History
98 lines (81 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

98 lines (81 loc) · 3.71 KB

0.5.4 (2022-03-02)

  • [Enhancement] setCacheProviderOrIgnore in transaction

0.5.3 (2021-06-29)

  • [Enhancement] Catch up with Embulk v0.10 API/SPI
  • [Enhancement] Rename the default branch: master -> main

0.5.2 (2020-08-31)

  • [Enhancement] Update embulk-util-timestamp to 0.2.1

0.5.1 (2020-08-17)

  • [Enhancement] Use embulk-util-config:0.1.1 instead of ConfigSource#loadConfig and TaskSource#loadTask

0.5.0 (2020-08-13)

  • [Enhancement] Run CIs on pull requests from forked repositories.
  • [Enhancement] Catch up with Embulk v0.10.6
    • #48
    • This change will still work correctly with Embulk v0.9.23.

0.4.0 (2020-04-24)

  • [Enhancement] Build with the "org.embulk.embulk-plugins" Gradle plugin
  • [Enhancement] Use Github Actions instead of Travis CI.

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.
    • #6 from @muga
  • [Fix] Migrate for Embulk v0.8.x