CHANGELOG.md in embulk-input-zendesk-0.1.13 vs CHANGELOG.md in embulk-input-zendesk-0.2.6

- old
+ new

@@ -1,4 +1,32 @@ +## 0.2.6 - 2017-05-23 +* [enhancement] Enable incremental loading for ticket_metrics + +## 0.2.5 - 2017-04-21 +* [enhancement] Replace `thread` gem with `concurrent-ruby`, it's more robust and has better queue management [#33](https://github.com/treasure-data/embulk-input-zendesk/pull/33) + +## 0.2.4 - 2017-04-20 +* [fixed] Fix thread pool bottleneck [#31](https://github.com/treasure-data/embulk-input-zendesk/pull/31) + +## 0.2.3 - 2017-04-18 +* [enhancement] Add flushing to `page_builder` [#29](https://github.com/treasure-data/embulk-input-zendesk/pull/29) + +## 0.2.2 - 2017-04-14 +* [enhancement] Improve `httpclient` usage: re-use client instance [#27](https://github.com/treasure-data/embulk-input-zendesk/pull/27) + +## 0.2.1 - 2017-04-11 +* [fixed] Mem leak in `export_parallel()` method [#25](https://github.com/treasure-data/embulk-input-zendesk/pull/25) + +## 0.2.0 - 2017-04-07 +* [fixed] `time_metrics` is cutoff (archived), need to compare with list of all `tickets` [#23](https://github.com/treasure-data/embulk-input-zendesk/pull/23) +* [enhancement] Switch to thread pool for `export_parallel()` method [#23](https://github.com/treasure-data/embulk-input-zendesk/pull/23) + +## 0.1.15 - 2017-03-30 +* [fixed] Rename JRuby thread, to not expose runtime path [#21](https://github.com/treasure-data/embulk-input-zendesk/pull/21) + +## 0.1.14 - 2017-03-28 +* [enhancement] Concurrent fetching base target and related objects [#19](https://github.com/treasure-data/embulk-input-zendesk/pull/19) + ## 0.1.13 - 2017-03-23 * [fixed] Fix to generate config_diff when no data fetched [#18](https://github.com/treasure-data/embulk-input-zendesk/pull/18) ## 0.1.12 - 2016-10-20 * [fixed] Fix `*_id` columns to be guessed as string. (e.g. external_id) [#17](https://github.com/treasure-data/embulk-input-zendesk/pull/17)