treasure-data/embulk-input-jira

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
## 0.3.1 - 2023-05-19
* [enhancement] Update library, minor code refactoring
* PR [#78](https://github.com/treasure-data/embulk-input-jira/pull/78)

## 0.2.15 - 2022-05-23
* [enhancement] Catchup with embulk v0.10.32
* PR [#71](https://github.com/treasure-data/embulk-input-jira/pull/71)

## 0.2.14 - 2021-10-12
* [enhancement] Graceful exit in case no data of dynamic schema
* PR [#70](https://github.com/treasure-data/embulk-input-jira/pull/70)

## 0.2.13 - 2021-09-30
* [enhancement] Support dynamic schema
* PR [#69](https://github.com/treasure-data/embulk-input-jira/pull/69)

## 0.2.12 - 2021-08-24
* [enhancement] Mordernized with embulk v0.10.x styles
* [enhancement] Use embulk-guess-util
* [enhancement] Remove internal jruby guess plugin

## 0.2.11 - 2020-11-12

* [enhancement] Apply Embulk Gradle plugin.
* [enhancement] Apply embulk-util-config for config loading.
* [enhancement] Upgrade Embulk to v0.10.19, along with necessary refactors.

## 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](https://github.com/treasure-data/embulk-input-jira/pull/58)

## 0.2.9 - 2019-11-17

* [enhancement] Remove usage of `ConfigSource#getObjectNode` [#57](https://github.com/treasure-data/embulk-input-jira/pull/57)

## 0.2.8 - 2019-04-08

* [fixed] Process is hang forever when validate task [#56](https://github.com/treasure-data/embulk-input-jira/pull/56)

## 0.2.7 - 2019-03-05

* [enhancement] Support empty JQL [#55](https://github.com/treasure-data/embulk-input-jira/pull/55)

## 0.2.6 - 2019-03-01

* [enhancement] Change from ruby to java plugin [#53](https://github.com/treasure-data/embulk-input-jira/pull/53)

## 0.2.5 - 2018-11-27

* [fixed] Fix infinitive 401 errors and dynamically adjust parallel threads [#52](https://github.com/treasure-data/embulk-input-jira/pull/52)

## 0.2.4 - 2017-11-17

* [fixed] Fixed checking credentials by `Jiralicious User` [#51](https://github.com/treasure-data/embulk-input-jira/pull/51)

## 0.2.3 - 2017-11-14

* [fixed] Add a logic to check credentials before searching issues [#49](https://github.com/treasure-data/embulk-input-jira/pull/49)

## 0.2.2 - 2017-08-29

* [fixed] Added retry block to fix jiralicious authentication session [#48](https://github.com/treasure-data/embulk-input-jira/pull/48)

## 0.2.1 - 2016-04-13

* [fixed] Fix to retry when JIRA returns 503 reponse [#45](https://github.com/treasure-data/embulk-input-jira/pull/45)

## 0.2.0 - 2016-03-28

**Embulk 0.8.7+ is required since this version**

* [enhancement] Catch various config error [#44](https://github.com/treasure-data/embulk-input-jira/pull/44)

## 0.1.2 - 2016-03-25
* [enhancement] Retry on guess [#42](https://github.com/treasure-data/embulk-input-jira/pull/42)

## 0.1.1 - 2015-12-04

* [maintenance] Update dependency

## 0.1.0 - 2015-11-09

* [enhancement] Add retry options and retry handling [#41](https://github.com/treasure-data/embulk-input-jira/pull/41)

## 0.0.7 - 2015-10-06

* [enhancement] Supports embulk.0.7 [#40](https://github.com/treasure-data/embulk-input-jira/pull/40)
* [maintenance] Reject embulk 0.6.22 [#39](https://github.com/treasure-data/embulk-input-jira/pull/39)
* [maintenance] Test on multiple embulk version [#37](https://github.com/treasure-data/embulk-input-jira/pull/37)
* [maintenance] Put all dependency gems into gemspec [#36](https://github.com/treasure-data/embulk-input-jira/pull/36)

## 0.0.6 - 2015-06-24
* [maintenance] String keys to symbols [#35](https://github.com/treasure-data/embulk-input-jira/pull/35)
* [enhancement] Faster fetching with parallel API request [#34](https://github.com/treasure-data/embulk-input-jira/pull/34)

## 0.0.5 - 2015-06-24

**Embulk 0.6.12+ is required since this version**

* [enhancement] Follow embulk 0.6.12 [#29](https://github.com/treasure-data/embulk-input-jira/pull/29)
* [maintenance] Separate preview method [#32](https://github.com/treasure-data/embulk-input-jira/pull/32)
* [maintenance] Restructure files [#30](https://github.com/treasure-data/embulk-input-jira/pull/30)

## 0.0.4 - 2015-06-22
* [enhancement] Add more schema generated by guess command [#27](https://github.com/treasure-data/embulk-input-jira/pull/27)

## 0.0.3 - 2015-06-12
* [enhancement] Limit records for guess and preview [#25](https://github.com/treasure-data/embulk-input-jira/pull/25)
* [maintenance] Define version number as constant [#24](https://github.com/treasure-data/embulk-input-jira/pull/24)
* [maintenance] Restructure file and class [#23](https://github.com/treasure-data/embulk-input-jira/pull/23)

## 0.0.2 - 2015-06-04
* [maintenance] Add release:prepare task for development [#21](https://github.com/treasure-data/embulk-input-jira/pull/21)
* [enhancement] Add timeout and retry for JIRA API search [#20](https://github.com/treasure-data/embulk-input-jira/pull/20)
* [enhancement] Display progress [#19](https://github.com/treasure-data/embulk-input-jira/pull/19) 
* [maintenance] Remove needless guessed config [#18](https://github.com/treasure-data/embulk-input-jira/pull/18)

## 0.0.1 - 2015-05-28

The first release!!