Skip to content

Releases: sul-dlss/dor-workflow-client

Version 2.10.2

01 Apr 13:48
6fc18be
Compare
Choose a tag to compare

Stop using net-http-persistent as the driver as this causes connections to hang open.
See #69

Version 2.10.1

22 Mar 18:41
Compare
Choose a tag to compare

Changes

  • Added a missing slash in the url that appears in an error message.

Version 2.10.0

13 Mar 14:44
Compare
Choose a tag to compare

Changes

  • Added a User-Agent string

Version 2.9.0

13 Mar 14:46
Compare
Choose a tag to compare

Changes

  • Added workflow_name property to the Workflow model

Version 2.8.0

13 Mar 14:47
Compare
Choose a tag to compare

Changes

  • Added pid property to the workflow model

Version 2.7.0

13 Mar 14:47
Compare
Choose a tag to compare

Changes

  • Add error message property to the workflow process model

Version 2.6.0

13 Mar 14:49
Compare
Choose a tag to compare

Changes

  • Create a model for the workflow process

Version 2.5.0

13 Mar 14:50
Compare
Choose a tag to compare

Changes

  • Create a model for the workflow response
  • deprecate get_active_workflows

Version 2.4.0

31 Jan 15:33
Compare
Choose a tag to compare
  • Works with the rails-workflow-service that supports returning processes for multiple versions.

v2.3.0

13 Apr 18:50
Compare
Choose a tag to compare
  • Fixes documentation typo (5cdae4d)
  • Configures Faraday adapter after middleware (94a8387)
  • Exposes formerly protected count_objects_in_step method (f81596f)