Changelog

Release History

Version Date Description
12.0 2014-11-25 Rundeck API version 12
11.1 2014-11-06 Bugfix
11.0 2014-04-24 Rundeck API version 11
10.0 2014-02-27 Rundeck API version 10
9.3 2014-01-24 Bugfix
9.2 2014-01-23 Bugfix
9.1 2014-01-16 Complete Rundeck API version 9
9.0 2013-08-26 Update for Rundeck API version 9
8.0 2013-08-06 Update for Rundeck API version 8
6.0 2013-02-21 Update for Rundeck API version 6
5.0 2012-12-30 Use Rundeck REST API version 5 (Rundeck 1.4.4)
2.0 2011-08-01 Use Rundeck REST API version 2 (Rundeck 1.3+)
1.2 2011-07-31 Ad-hoc scripts + history events
1.1 2011-07-28 Import / export jobs
1.0 2011-07-08 Use Rundeck REST API version 1 (Rundeck 1.2+)

Release 12.0 - 2014-11-25

Type Changes By

fix

Pull Request #18: OWASP A9 fix know vulnerabilities: CVE-2014-3577: in Apache HttpComponents HttpClient before 4.3.5. Sylvain-Bugat

add

Add API v12 support gschueler

fix

Issue #17: Handle incorrect API v11 responses gschueler

Release 11.1 - 2014-11-06

Type Changes By

fix

Issue #14: deleteJob fails gschueler

Release 11.0 - 2014-04-24

Type Changes By

add

Project creation gschueler

add

Get Project configuration gschueler

add

Set Project configuration gschueler

add

Get/Set Project configuration keys gschueler

add

Delete project gschueler

add

Export project archive gschueler

add

Import project archive gschueler

add

Key file upload gschueler

add

Key file delete gschueler

add

Key file list gschueler

add

Key file get gschueler

add

API Token create gschueler

add

API Token list gschueler

add

API Token delete gschueler

Release 10.0 - 2014-02-27

Type Changes By

add

Execution State - Retrieve workflow step and node state information gschueler

add

Execution Output with State - Retrieve log output with state change information gschueler

add

Execution Output - Retrieve log output for a particular node or step. gschueler

add

Execution Info - added successfulNodes and failedNodes detail. gschueler

remove

Remove deprecated RundeckClient methods. gschueler

Release 9.3 - 2014-01-24

Type Changes By

fix

Issue #7: Fix authentication to Tomcat container (thanks @katanafleet) gschueler

Release 9.2 - 2014-01-23

Type Changes By

fix

Bugfix. If apiVersion is set to 0, request defaults to current API version. gschueler

Release 9.1 - 2014-01-16

Type Changes By

add

Add uuidOption support to jobs import, API v9 gschueler

Release 9.0 - 2013-08-26

Type Changes By

add

Add project to parsed execution result, API v9 gschueler

add

Add project=* all projects executions now running query, API v9 gschueler

Release 8.0 - 2013-08-06

Type Changes By

add

Support script interpreter parameters, API v8 gschueler

add

Support project parameter for imported jobs, API v8 gschueler

update

Replace unwieldy methods with many arguments with Builder based interfaces, deprecating the old methods. The old methods will be removed completely in version 10 of this library. Fixes 2. gschueler

Release 6.0 - 2013-02-21

Type Changes By

add

Support update for output entry format, API v6 #1 gschueler

Release 5.0 - 2012-12-30

Type Changes By

add

Job Execution result contains average duration (v5) gschueler

fix

Issue #1: execution results don't contain argstring gschueler

add

Bulk Job delete (v5) gschueler

add

Executions query (v5) gschueler

add

History query (v5) gschueler

add

Support Rundeck API version 5 gschueler

add

Maintenance and support of rundeck-api-java-client now primarily provided by the Rundeck project, and is now available at https://rundeck.github.com/rundeck-api-java-client gschueler

add

Add output download, profile page, API token generation connaryscott

add

Support Cookie-based user session authentication connaryscott

Release 2.0 - 2011-08-01

Type Changes By

add

Token-based authentication vbehar

Release 1.2 - 2011-07-31

Type Changes By

add

Run ad-hoc scripts vbehar

add

List history events vbehar

Release 1.1 - 2011-07-28

Type Changes By

add

Import jobs (XML or YAML) vbehar

add

YAML format is now supported when exporting jobs definitions vbehar

add

Support for using an HTTP proxy vbehar

Release 1.0 - 2011-07-08

Type Changes By

add

Initial release vbehar