Skip to content

Releases: treasure-data/embulk-input-jira

Release version 0.3.1

23 May 02:20
5ffda5e
Compare
Choose a tag to compare
  • Use github actions to check commit
  • Modernize library with embulk v0.10.32
  • Minor code clean up
  • #78

Release v0.2.14

04 Oct 09:16
5ec0ccc
Compare
Choose a tag to compare
  • 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

16 Mar 10:25
6d6ab9f
Compare
Choose a tag to compare

Since Exec.getLogger and Guava will be deprecate soon from Embulk
Using

  • LoggerFactory.getLogger instead of Exec.getLogger
  • java.util.Optional instead of com.google.common.base.Optional

[Enhancement] Remove usage of ConfigSource#getObjectNode

13 Nov 03:18
d69abbe
Compare
Choose a tag to compare

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

08 Apr 07:34
c3ed36f
Compare
Choose a tag to compare

Add time out for checking host functionality in validate task

v0.2.7

04 Mar 05:37
3a8158b
Compare
Choose a tag to compare

Support empty JQL

v0.2.6

01 Mar 10:59
b368bf5
Compare
Choose a tag to compare
  • Re-write plugin from using Ruby to Java

v0.2.4

17 Nov 09:33
Compare
Choose a tag to compare
  • [fixed] Fixed checking credentials by Jiralicious User #51

v0.2.3

14 Nov 03:32
Compare
Choose a tag to compare
  • [fixed] Add a logic to check credentials before searching issues #49

v0.2.2

29 Aug 10:11
Compare
Choose a tag to compare
  • [fixed] Added retry block to fix jiralicious authentication session #48