Skip to content

Commit

Permalink
Update gem version, readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
minidragon88 committed Sep 23, 2021
1 parent fde88f3 commit 4eec18c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Required Embulk version >= 0.10.19
- **password** JIRA password or API keys (string, required)
- **uri** JIRA API endpoint (string, required)
- **jql** [JQL](https://confluence.atlassian.com/display/JIRA/Advanced+Searching) for extract target issues (string, required)
- **dynamic_schema** Used it to refresh the schema each time ingestion (boolean, default: `false`)
- **columns** target issue attributes. You can generate this configuration by `guess` command (array, required)
- **retry_initial_wait_sec**: Wait seconds for exponential backoff initial value (integer, default: 1)
- **retry_limit**: Try to retry this times (integer, default: 5)
Expand All @@ -48,4 +49,10 @@ in:
```
$ ./gradlew gem # -t to watch change of files and rebuild continuously
```

## Test

```
$ ./gradlew checkstyle test jacocoTestReport
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
jcenter()
}

version = "0.2.12"
version = "0.2.13"
group = "com.treasuredata.embulk.plugins"
description = "JIRA Embulk input plugin."

Expand Down

0 comments on commit 4eec18c

Please sign in to comment.