Releases: sul-dlss-deprecated/dor-services
bug fix: content_metadata_ds.add_virtual_resource
content_metadata_ds.add_virtual_resource: allow parent to have no existing resources
fix status computation
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).
Version 7.2.1
Bug fix for lifecycle completion
Version 7.0.1
Changes
Bump the dependency on dor-workflow-client to a released version.
Version 7.0.0
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
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
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
Changes
- Fixed a bug where the
dor-workflow-service
gem was not being required correctly leading toNameError: uninitialized constant Dor::Workflow::Service
Version 6.6.1
Changes
- Don't index errors longer than the max solr can handle
Version 6.6.0
Changes
- Create a VersionAlreadyOpenError and use it when trying to open a version that is already open.