We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebfeee4 + 219b176 commit ce52588Copy full SHA for ce52588
ChangeLog
@@ -1,3 +1,12 @@
1
+Release 0.12.3 - 2021-08-25
2
+
3
+* Add statement timeout for PostgreSQL and Redshift
4
+* Remove embulk-input-db2 and embulk-input-oracle to be externalized in other repositories
5
6
+Release 0.12.2 - 2021-06-16
7
8
+* Fix Exec.newSomething() to CONFIG_MAPPER_FACTORY.newSomething()
9
10
Release 0.12.1 - 2021-05-31
11
12
* Release the JAR artifacts to Maven Central, instead of Bintray
build.gradle
@@ -11,7 +11,7 @@ plugins {
allprojects {
13
group = "org.embulk"
14
- version = "0.12.2"
+ version = "0.12.3"
15
description = "Selects records from a table."
16
}
17
0 commit comments