Skip to content

Releases: sul-dlss/dor-workflow-client

Version 3.23.0

08 Oct 16:07
Compare
Choose a tag to compare

Changes

  • Deprecate the repository property

Version 3.22.0

20 May 13:21
Compare
Choose a tag to compare

Changes

  • Pass the object version when deleting a workflow

Version 3.20.0

03 Feb 20:39
Compare
Choose a tag to compare

Changes

  • Added Status#display_simplified

Version 3.19.0

29 Jan 16:21
Compare
Choose a tag to compare

Changes

  • Add a method for extracting status for an object

Version 3.18.0

23 Jan 21:41
Compare
Choose a tag to compare

Changes

Use the non-deprecated route for closing versions and deprecates passing the repo parameter to the close_version method.

Version 3.16.0

14 Jan 20:35
Compare
Choose a tag to compare

Changes

  • Allow faraday 1.0

Version 3.15.0

08 Jan 19:50
Compare
Choose a tag to compare

Changes

  • add completed? method on the workflow response

Version 3.14.0

08 Jan 19:48
Compare
Choose a tag to compare

Changes

  • Allow passing a version parameter to the close_version method so that the workflow-server doesn't have to make a separate call to dor-services-app
  • Drop rails 4.2 support

3.13.0

12 Dec 21:40
db9becf
Compare
Choose a tag to compare

Add a new exception that is thrown when the workflow service returns a 404. This allows downstream consumers to make decisions about what to do when a workflow is missing.

Version 3.11.0

21 Nov 00:29
Compare
Choose a tag to compare

Changes

  • Get the workflows without passing the repository parameter.