Skip to content

Releases: civitaspo/embulk-filter-copy

v0.2.0

07 May 01:08
57ad407
Compare
Choose a tag to compare

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.

gem

Changes

v0.1.0

26 Sep 04:21
88d5e77
Compare
Choose a tag to compare
  • 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.

v0.0.2

01 Jul 11:31
Compare
Choose a tag to compare
  • Write a default values test.
  • Change EmbulkExecutorService to EmbulkExecutor/LocalThreadExecutor for #6

v0.0.1

06 Jun 17:48
Compare
Choose a tag to compare
  • first release.