- [enhancement] Update the API endpoint pattern for Chat endpoint #88
- [enhancement] Remove checking for Chat API due to domain update #87
- [enhancement] Support cursor based incremental #84
- [enhancement] Bump up to v0.4.3, built with the Gradle plugin v0.5.5 #78
- [enhancement] Catchup embulk v0.10.32 #77
- [enhancement] Remove deprecated functions #76
- [enhancement] Release to Maven Central #74
- [enhancement] catch up Embulk 0.10 #73
- [enhancement] support Embulk 0.10.18 #70
- [enhancement] Update UserEvent to the new API #67
- [enhancement] Replace ConfigSource#getObjectNodes method in embulk core #63
- [enhancement] Add new targets #58
- [enhancement] Add new time format #56
- [fixed] Fix trailing slash #55
- [fixed] Fix generate config diff based on incremental config #54
- [fixed] Fix checking 404 by status code when fetching related objects #52
- [enhancement] Convert embulk-input-zendesk to Java #50
- [fixed] Disable pagination and add
dedup
option for non-incremental targets #49
- [enhancement] Add
dedup
option, in order to avoid OOM when importing large dataset #48
- [enhancement] Fix performance issue #47
- [enhancement] Rate limit is fail fast instead of retry for guess/preview mode
- [enhancement] Add Zendesk market place header
- [fixed]
start_time
is not merged toquery
, causing infinite loop #42
- [fixed] Raise
DataError
instead ofTempError
after giving up forTempError
#40 - [enhancement] Only rescue
TempError
when executing thread pool, only create/shutdown pool once during retry, move retry to inside ofexecute_thread_pool
- [fixed] Ensure thread pool is shutdown #38
- [enhancement] Add retry for temporary error: missing required key from JSON response
- [enhancement] Enable incremental loading for ticket_metrics
- [enhancement] Replace
thread
gem withconcurrent-ruby
, it's more robust and has better queue management #33
- [fixed] Fix thread pool bottleneck #31
- [enhancement] Add flushing to
page_builder
#29
- [enhancement] Improve
httpclient
usage: re-use client instance #27
- [fixed] Mem leak in
export_parallel()
method #25
- [fixed]
time_metrics
is cutoff (archived), need to compare with list of alltickets
#23 - [enhancement] Switch to thread pool for
export_parallel()
method #23
- [fixed] Rename JRuby thread, to not expose runtime path #21
- [enhancement] Concurrent fetching base target and related objects #19
- [fixed] Fix to generate config_diff when no data fetched #18
- [fixed] Fix
*_id
columns to be guessed as string. (e.g. external_id) #17
- [fixed] Ignore
updated_at
<=start_time
record #16
- [fixed] All
*_id
columns should be type:long #15
- [fixed] Ignore '422: Too recent start_time' #14
- [enhancement] Improvements for non incremental export #12
- [fixed] Fix non-incremental export to fetch all records #11
- [enhancement] Mitigate debug pain when many retry then error #10
- [enhancement] Correct preview data #9
- [maintenance] Add authors @muga and @sakama.
- [enhancement] Add Incremental option #6
- [fixed] Fix when null value given.
The first release!!