Skip to content

Commit

Permalink
Merge pull request #28 from lulichn/rel/v1.0.0
Browse files Browse the repository at this point in the history
release: v1.0.0
  • Loading branch information
civitaspo authored Feb 15, 2023
2 parents 577beba + 7eeb2d0 commit 2524ee3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
1.0.0 (2023-02-15)
==================

- [Breaking Change][#27](https://github.com/lulichn/embulk-input-dynamodb/pull/27) Upgrade embulk 0.9.23 -> 0.10.41 with removing deprecated features.
- Upgrade Gradle 6.1 -> 7.6
- Apply gradle-embulk-plugins
- Remove deprecated features
- Upgrade embulk 0.9.23 -> 0.10.41

0.3.1 (2020-03-29)
==================

- [BugFix] [#23](https://github.com/lulichn/embulk-input-dynamodb/pull/23) Throw scala.MatchError when using "limit" option. (Fix [#21](https://github.com/lulichn/embulk-input-dynamodb/issues/21))
- [BugFix] [#23](https://github.com/lulichn/embulk-input-dynamodb/pull/23) Throw scala.MatchError when using "limit" option. (Fix [#21](https://github.com/lulichn/embulk-input-dynamodb/issues/21))
- [Enhancement] [#23](https://github.com/lulichn/embulk-input-dynamodb/pull/23) Use embulk-core tests library instead of embulk-test.

0.3.0 (2020-03-09)
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
// note: The upper versions of embulk includes Guava Dependency removal,
// so we need to specify the version of embulk to avoid some errors.
// We may need to update the version of embulk in the future.
def embulkVersion = "0.10.41"
compileOnly "org.embulk:embulk-api:${embulkVersion}"
compileOnly "org.embulk:embulk-spi:${embulkVersion}"
Expand Down

0 comments on commit 2524ee3

Please sign in to comment.