Skip to content

Commit

Permalink
Merge pull request #41 from treasure-data/v0.2.8
Browse files Browse the repository at this point in the history
Release v0.2.8
  • Loading branch information
tvhung83 authored Jul 28, 2017
2 parents 1379fbd + ba2f598 commit 94cd97f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.8 - 2017-07-28
* [fixed] Raise `DataError` instead of `TempError` after giving up for `TempError` [#40](https://github.com/treasure-data/embulk-input-zendesk/pull/40)
* [enhancement] Only rescue `TempError` when executing thread pool, only create/shutdown pool once during retry, move retry to inside of `execute_thread_pool`

## 0.2.7 - 2017-07-19
* [fixed] Ensure thread pool is shutdown [#38](https://github.com/treasure-data/embulk-input-zendesk/pull/38)
* [enhancement] Add retry for temporary error: missing required key from JSON response
Expand Down
2 changes: 1 addition & 1 deletion embulk-input-zendesk.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Gem::Specification.new do |spec|
spec.name = "embulk-input-zendesk"
spec.version = "0.2.7"
spec.version = "0.2.8"
spec.authors = ["uu59", "muga", "sakama"]
spec.summary = "Zendesk input plugin for Embulk"
spec.description = "Loads records from Zendesk."
Expand Down

0 comments on commit 94cd97f

Please sign in to comment.