Sha256: 059607cb02fa8f3b3bafa0c1a920f2ba2ba84bb2f9c64dfebe8807ba9b0d5ff6

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

2015-02-04 version 0.3.2:

* Fixed a problem where ruby input plugins can't use timestamp type (reported
  by @shun0102)
* Embulk::Page includes Enumerable to include map, each_with_index, and other
   a lot of convenient methods (@niku++)
* Fixed TimestampType::DEFAULT_FORMAT to use ':' as the separator of times


2015-02-04 version 0.3.1:

* Added -C, --classpath option to add java classpath


2015-02-03 version 0.3.0:

* Added resume functionality. InputPlugin and OutputPlugin needs to implement
  resume and cleanup methods.
* cli: embulk-run supports -r, --resume-state PATH option.
* Added FilterInputPlugin Java API.
* Added FilterInputPlugin JRuby API.
* Configuration file accepts filters: array entry.
* Added gradle-versions-plugin to build.gradle (@seratch++)
* Fixed broken dependencies at build.gradle (@thagikura++)


2015-01-29 version 0.2.1:

* Fixed LineEncoder#finish to flush all remaining buffer (reported by @aibou)
* Fixed NextConfig to be merged to in: or out: rather than the top-level
  (reported by enukane) [#41]
* ./bin/embulk shows warns to run `rake` if ./classpath doesn't exist
* Embulk::PageBuilder#add accepts nil


2015-01-26 version 0.2.0:

* Changed JRuby InputPlugin API to use #run instead of .run
* Fixed 'example' subcommand to quote file path for Windows environment


2015-01-26 version 0.1.0:

* The first release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
embulk-0.3.2 ChangeLog