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 |
---|---|---|
|
Pull Request #18: OWASP A9 fix know vulnerabilities: CVE-2014-3577: in Apache HttpComponents HttpClient before 4.3.5. | Sylvain-Bugat |
|
Add API v12 support | gschueler |
|
Issue #17: Handle incorrect API v11 responses | gschueler |
Release 11.0 - 2014-04-24
Type | Changes | By |
---|---|---|
|
Project creation | gschueler |
|
Get Project configuration | gschueler |
|
Set Project configuration | gschueler |
|
Get/Set Project configuration keys | gschueler |
|
Delete project | gschueler |
|
Export project archive | gschueler |
|
Import project archive | gschueler |
|
Key file upload | gschueler |
|
Key file delete | gschueler |
|
Key file list | gschueler |
|
Key file get | gschueler |
|
API Token create | gschueler |
|
API Token list | gschueler |
|
API Token delete | gschueler |
Release 10.0 - 2014-02-27
Type | Changes | By |
---|---|---|
|
Execution State - Retrieve workflow step and node state information | gschueler |
|
Execution Output with State - Retrieve log output with state change information | gschueler |
|
Execution Output - Retrieve log output for a particular node or step. | gschueler |
|
Execution Info - added successfulNodes and failedNodes detail. | gschueler |
|
Remove deprecated RundeckClient methods. | gschueler |
Release 9.3 - 2014-01-24
Type | Changes | By |
---|---|---|
|
Issue #7: Fix authentication to Tomcat container (thanks @katanafleet) | gschueler |
Release 9.2 - 2014-01-23
Type | Changes | By |
---|---|---|
|
Bugfix. If apiVersion is set to 0, request defaults to current API version. | gschueler |
Release 9.0 - 2013-08-26
Type | Changes | By |
---|---|---|
|
Add project to parsed execution result, API v9 | gschueler |
|
Add project=* all projects executions now running query, API v9 | gschueler |
Release 8.0 - 2013-08-06
Type | Changes | By |
---|---|---|
|
Support script interpreter parameters, API v8 | gschueler |
|
Support project parameter for imported jobs, API v8 | gschueler |
|
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 |
---|---|---|
|
Support update for output entry format, API v6 #1 | gschueler |
Release 5.0 - 2012-12-30
Type | Changes | By |
---|---|---|
|
Job Execution result contains average duration (v5) | gschueler |
|
Issue #1: execution results don't contain argstring | gschueler |
|
Bulk Job delete (v5) | gschueler |
|
Executions query (v5) | gschueler |
|
History query (v5) | gschueler |
|
Support Rundeck API version 5 | gschueler |
|
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 output download, profile page, API token generation | connaryscott |
|
Support Cookie-based user session authentication | connaryscott |