Skip to content

Latest commit

 

History

History
79 lines (60 loc) · 5.87 KB

CHANGELOG.md

File metadata and controls

79 lines (60 loc) · 5.87 KB

blend4j changelog

[0.2.1][021release] (Jan 22, 2020)

  • Added invokeWorkflow to WorkflowsClient to be used instead of runWorkflow.
  • Added updated importWorkfow(String json, boolean publish) to WorkflowsClient that should be used over the deprecated importWorkflow(String json).

0.2.0 (March 26, 2018)

  • Update to galaxy-bootstrap 0.7.0.
  • Added support for accessing Galaxy Tool Data tables. Thanks to Dan Fornika - apetkau#9.
  • blend4j now requires Java 1.8+ to run.

0.1.2 (December 18, 2014)

  • Add ability to get information about a library dataset.
  • Update to galaxy-bootstrap 0.5.0 to account for recent Galaxy configuration changes.
  • Various bug fixes for recent API changes in Galaxy. 1, 2, 3

0.1.1 (August 27, 2014)

  • Dataset collection support by @apetkau. Among other things the histories client can now create and return information about collections and the workflows client can specify dataset collections as inputs.
  • Documentation overhaul - API documentation now available online.
  • Update tool shed client defaults to reflect the fact main tool shed is now being served over HTTPS.
  • Allow authentication with a username and password instead of an API key. In this case an API key will be generated automatically before the first API call and used for subsequent communication.
  • Introduce unified exception handling. Hopefully this will allow clients to decouple exception handling from underlying framework.
  • Improved logging options and various documentation and spelling corrections by @FreekDB.
  • Various testing improvements by @apetkau.

0.1.0 (May 08, 2014)

  • Parse more information from dataset provenance API calls (job id, standard error, and standard output). changeset
  • Parse more information from dataset contents API calls (purged, hid, history content type, state, dataset info, blurb).
  • Bugfixes for importing workflows from an installed tool shed repository.
  • Various testing and logging improvements.

0.1-alpha-8 (Apr 10, 2014)

  • Allow setting more workflow parameters by steps instead of tool and allow setting multiple parameters per tool/step.
  • Parse more details during workflow detail API calls (e.g. owner, deleted, published, and step information).
  • Various small test fixes.