Skip to content

Latest commit

 

History

History
93 lines (55 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

93 lines (55 loc) · 4.11 KB

0.2.10 - 2020-03-18

  • [enhancement] Use java.util.Optional instead of com.google.common.base.Optional, use LoggerFactory.getLogger instead of Exec.getLogger #58

0.2.9 - 2019-11-17

  • [enhancement] Remove usage of ConfigSource#getObjectNode #57

0.2.8 - 2019-04-08

  • [fixed] Process is hang forever when validate task #56

0.2.7 - 2019-03-05

  • [enhancement] Support empty JQL #55

0.2.6 - 2019-03-01

  • [enhancement] Change from ruby to java plugin #53

0.2.5 - 2018-11-27

  • [fixed] Fix infinitive 401 errors and dynamically adjust parallel threads #52

0.2.4 - 2017-11-17

  • [fixed] Fixed checking credentials by Jiralicious User #51

0.2.3 - 2017-11-14

  • [fixed] Add a logic to check credentials before searching issues #49

0.2.2 - 2017-08-29

  • [fixed] Added retry block to fix jiralicious authentication session #48

0.2.1 - 2016-04-13

  • [fixed] Fix to retry when JIRA returns 503 reponse #45

0.2.0 - 2016-03-28

Embulk 0.8.7+ is required since this version

  • [enhancement] Catch various config error #44

0.1.2 - 2016-03-25

  • [enhancement] Retry on guess #42

0.1.1 - 2015-12-04

  • [maintenance] Update dependency

0.1.0 - 2015-11-09

  • [enhancement] Add retry options and retry handling #41

0.0.7 - 2015-10-06

  • [enhancement] Supports embulk.0.7 #40
  • [maintenance] Reject embulk 0.6.22 #39
  • [maintenance] Test on multiple embulk version #37
  • [maintenance] Put all dependency gems into gemspec #36

0.0.6 - 2015-06-24

  • [maintenance] String keys to symbols #35
  • [enhancement] Faster fetching with parallel API request #34

0.0.5 - 2015-06-24

Embulk 0.6.12+ is required since this version

  • [enhancement] Follow embulk 0.6.12 #29
  • [maintenance] Separate preview method #32
  • [maintenance] Restructure files #30

0.0.4 - 2015-06-22

  • [enhancement] Add more schema generated by guess command #27

0.0.3 - 2015-06-12

  • [enhancement] Limit records for guess and preview #25
  • [maintenance] Define version number as constant #24
  • [maintenance] Restructure file and class #23

0.0.2 - 2015-06-04

  • [maintenance] Add release:prepare task for development #21
  • [enhancement] Add timeout and retry for JIRA API search #20
  • [enhancement] Display progress #19
  • [maintenance] Remove needless guessed config #18

0.0.1 - 2015-05-28

The first release!!