File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ Release 0.10.2 - 2021-09-30
2
+
3
+ * Make temp tables suffix length flexible
4
+ * Remove embulk-output-db2 and embulk-output-oracle to be externalized in other repositories
5
+
6
+ Release 0.10.1 - 2021-06-16
7
+
8
+ * Fix Exec.newSomething() to CONFIG_MAPPER_FACTORY.newSomething()
9
+
10
+ Release 0.10.0 - 2021-06-16
11
+
12
+ * Catch up with Embulk v0.10 API/SPI
13
+ * Map an Embulk config directly to java.time.ZoneId with embulk-util-config's ZoneIdModule
14
+ * Release for Maven Central
15
+ * Fix a compile error in embulk-output-sqlserver
16
+
1
17
Release 0.9.0 - 2020-09-04
2
18
3
19
* Updated the whole build process -- using the "org.embulk.embulk-plugins" Gradle plugin, and else.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
11
11
12
12
allprojects {
13
13
group = " org.embulk"
14
- version = " 0.10.1 "
14
+ version = " 0.10.2 "
15
15
description = " Inserts or updates records to a table."
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments