Skip to content

Commit 6f84939

Browse files
committed
v0.8.3
1 parent ced0816 commit 6f84939

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

ChangeLog

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
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+
19
Release 0.8.2 - 2017-02-10
210

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.
412

513
Release 0.8.1 - 2017-02-10
614

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.
1220

1321
Release 0.8.0 - 2016-10-13
1422

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def bintrayReleaseProjects = [
1919

2020
allprojects {
2121
group = 'org.embulk.input.jdbc'
22-
version = '0.8.2'
22+
version = '0.8.3'
2323

2424
apply plugin: 'com.jfrog.bintray'
2525
apply plugin: 'maven-publish'

0 commit comments

Comments
 (0)