Skip to content

Commit

Permalink
v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Dec 1, 2015
1 parent 0683c8a commit 5c50436
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def release_projects = [project(":embulk-core"), project(":embulk-standards")]

allprojects {
group = 'org.embulk'
version = '0.7.9'
version = '0.7.10'

ext {
jrubyVersion = '9.0.0.0'
Expand Down
1 change: 1 addition & 0 deletions embulk-docs/src/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release Notes
.. toctree::
:maxdepth: 1

release/release-0.7.10
release/release-0.7.9
release/release-0.7.8
release/release-0.7.7
Expand Down
13 changes: 13 additions & 0 deletions embulk-docs/src/release/release-0.7.10.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Release 0.7.10
==================================

General Changes
------------------

* Fixed a problem where guessing reads only 512 bytes when input is gzip-compressed and gzip decoder is guseed during the guessing.
* Added ``PartialExecutionException.getTransactionStage()`` method that tells in which stage a transaction failed. It will be either of beginning of (input, filter, executor, output), run, end of (output, executor, filter, input), or cleanup.


Release Date
------------------
2015-12-01
2 changes: 1 addition & 1 deletion lib/embulk/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Embulk
VERSION = '0.7.9'
VERSION = '0.7.10'
end

0 comments on commit 5c50436

Please sign in to comment.