Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

22 lines (19 loc) · 1.21 KB

0.2.0 (2020-05-07)

  • [Enhancement] #15 Use the embulk-plugins gradle plugin.
  • [Enhancement] #15 Re-write as a scala project.
  • [Enhancement] #15 Deploy the gem to rubygems.org automatically.
  • [Enhancement] #15 Support multiple copies
  • [Breaking Change] #15 Remove the Fluentd forward protocol dependencies.
    • Remove the public internal configuration for the network.

0.1.0 (2019-09-26)

  • Follow embulk v0.9.x interfaces.
  • Packing as MessagePack become faster because, when parsing or formatting Timestamp values, use only epochSecond and nanoAdjustment instead of TimestampFormatter and TimestampParser.

0.0.2 (2017-07-01)

  • Write a default values test.
  • Change EmbulkExecutorService to EmbulkExecutor/LocalThreadExecutor for #6

0.0.1 (2017-06-07)

  • first release.