File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change
1
+ Release 0.8.3 - 2017-05-26
2
+
3
+ * embulk-input-oracle incremental loading supported date and timestamp types (@kakoni++).
4
+ * embulk-input-redshift incremental loading supported timestamp and timestamptz types.
5
+ * embulk-input-mysql will warn if the client timezone is different from the server timezone
6
+ because wrong datetime values will be fetched.
7
+ `useLegacyDatetimeCode=false` will be set by default in future (@hiroyuki-sato++).
8
+
1
9
Release 0.8.2 - 2017-02-10
2
10
3
- Fixed the bug that prevents using non-standard SQL type even if value_type is set.
11
+ * Fixed the bug that prevents using non-standard SQL type even if value_type is set.
4
12
5
13
Release 0.8.1 - 2017-02-10
6
14
7
- Upgraded embulk to 0.8.15 .
8
- MySQL incremental loading supported datetime and timestamp types.
9
- PostgreSQL incremental loading supported timestamp and timestamptz types.
10
- Enabled to connect to Oracle with tnsnames.ora file (@pengfeiz++).
11
- Refactored tests to use embulk-test and Travis-CI.
15
+ * Upgraded embulk to 0.8.15 .
16
+ * embulk-input-mysql incremental loading supported datetime and timestamp types.
17
+ * embulk-input-postgresql incremental loading supported timestamp and timestamptz types.
18
+ * Enabled to connect to Oracle with tnsnames.ora file (@pengfeiz++).
19
+ * Refactored tests to use embulk-test and Travis-CI.
12
20
13
21
Release 0.8.0 - 2016-10-13
14
22
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def bintrayReleaseProjects = [
19
19
20
20
allprojects {
21
21
group = ' org.embulk.input.jdbc'
22
- version = ' 0.8.2 '
22
+ version = ' 0.8.3 '
23
23
24
24
apply plugin : ' com.jfrog.bintray'
25
25
apply plugin : ' maven-publish'
You can’t perform that action at this time.
0 commit comments