Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Releases: sul-dlss-deprecated/dor-services

bug fix: content_metadata_ds.add_virtual_resource

09 Aug 22:02
Compare
Choose a tag to compare

content_metadata_ds.add_virtual_resource: allow parent to have no existing resources

v7.2.2...v7.2.3

fix status computation

12 Jul 18:45
Compare
Choose a tag to compare

e.g. show the object as accessioned if it has an accessioned milestone, even if that milestone is not the latest in terms of timestamp (i.e., the current status is the farthest milestone in the sequence, not the last marked completed chronologically, since milestones are sometimes manually marked as completed after the fact, and after subsequent milestones have completed).

v7.2.1...v7.2.2

Version 7.2.1

02 Jul 19:23
Compare
Choose a tag to compare

Bug fix for lifecycle completion

Version 7.0.1

24 Apr 19:33
Compare
Choose a tag to compare

Changes

Bump the dependency on dor-workflow-client to a released version.

Version 7.0.0

24 Apr 18:14
Compare
Choose a tag to compare

Changes

Most of the changes in this release were to take business logic out of the models and move it to services.
Additionally we've moved services that were not shared out of this gem (most went to dor-services-app or common-accessioning).

We've also merged etd_models gem into dor-services. The Embargoable concern was still left unmerged because the Etd model does not extend from Dor::Item (as it probably should). We would like to rectify this in a future release.

Version 6.8.0

11 Apr 12:29
Compare
Choose a tag to compare

Changes

  • Move CatalogHandler into the Dor namespace
  • Deprecate reindex_pid_remotely, reindex_pid, risearch and the index logger
  • Drop Rails 4.2 & 5.1 support
  • Deprecate Dor.load_instance

Version 6.7.0

03 Apr 20:00
Compare
Choose a tag to compare

Changes

  • Upgrade to dor-workflow-service 2.11.0, which provides access to the all_workflows_xml method.
  • Refactor workflow indexer
  • Removed Dor::RegistrationService.

Version 6.6.2

13 Mar 15:22
Compare
Choose a tag to compare

Changes

  • Fixed a bug where the dor-workflow-service gem was not being required correctly leading to NameError: uninitialized constant Dor::Workflow::Service

Version 6.6.1

13 Mar 15:23
Compare
Choose a tag to compare

Changes

  • Don't index errors longer than the max solr can handle

Version 6.6.0

13 Mar 15:24
Compare
Choose a tag to compare

Changes

  • Create a VersionAlreadyOpenError and use it when trying to open a version that is already open.