Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Norberg committed Dec 14, 2016
1 parent 92cdeed commit da9be9f
Showing 4 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ apply plugin: 'maven'

allprojects {
group = 'io.digdag'
version = '0.9.0-SNAPSHOT'
version = '0.9.0'

ext {
isSnapshotRelease = version.endsWith('-SNAPSHOT')
2 changes: 1 addition & 1 deletion digdag-docs/src/command_reference.rst
Original file line number Diff line number Diff line change
@@ -226,7 +226,7 @@ Updates the executable binary file to the latest version or specified version. E
.. code-block:: console
$ digdag selfupdate
$ digdag selfupdate 0.8.22
$ digdag selfupdate 0.9.0
Server-mode commands
----------------------------------
1 change: 1 addition & 0 deletions digdag-docs/src/releases.rst
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ Release Notes
:maxdepth: 1

# add new version here
releases/release-0.9.0
releases/release-0.8.22
releases/release-0.8.21
releases/release-0.8.20
26 changes: 26 additions & 0 deletions digdag-docs/src/releases/release-0.9.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Release 0.9.0
=============

Client mode changes
-------------------
* Added a ``download`` command that can be used to download projects from the server.

Server mode changes
-------------------
* The UI now visualizes the workflow task execution timeline.
* The REST API now wraps collections in JSON objects.

Workflow changes
----------------
* Added an ``emr>`` operator that can be used to run AWS EMR jobs.
* Added a ``rename_tables`` option to the ``td_ddl>`` operator that can be used to rename TD tables.
* Added a ``skip_on_overtime: true | false`` schedule option that can be used to control whether scheduled session execution should be skipped if another session is already running.
* Scheduled workflow sessions now have a ``last_executed_session_time`` variable which contains the previously executed session time.

General changes
---------------
* Secrets now use ``_`` (underscore) in names instead of ``-`` (dash).

Release Date
------------
2016-12-14

0 comments on commit da9be9f

Please sign in to comment.