Releases: treasure-data/embulk-input-jira
Releases · treasure-data/embulk-input-jira
Release version 0.3.1
- Use github actions to check commit
- Modernize library with embulk v0.10.32
- Minor code clean up
- #78
Release v0.2.14
- Graceful shutdown in case no records for dynamic schema
- #70
[enhancement] Use java.util.Optional instead of com.google.common.base.Optional, use LoggerFactory.getLogger instead of Exec.getLogger
Since Exec.getLogger
and Guava
will be deprecate soon from Embulk
Using
LoggerFactory.getLogger
instead ofExec.getLogger
java.util.Optional
instead ofcom.google.common.base.Optional
[Enhancement] Remove usage of ConfigSource#getObjectNode
Since Embulk will deprecate ConfigSource#getObjectNode
so this PR will remove these usage out of embulk-input-jira
plugin
[Fix] Process is hang forever when validate task
Add time out for checking host functionality in validate task
v0.2.7
Support empty JQL
v0.2.6
- Re-write plugin from using Ruby to Java