This repository has been archived by the owner on May 11, 2022. It is now read-only.
Releases: sul-dlss-deprecated/dor-services
Releases · sul-dlss-deprecated/dor-services
Version 6.3.0
Changes
- Deprecate sdr_ingest_transfer
- Only index the newest workflow version processes
- Log a warning when we can't connect to the workflow service
- Deprecate fetching workflow from the datastream
Version 6.2.0
Changes
- Deprecate methods that are no longer in use
- Add DataError exceptions when the data doesn't meet our expectations
- Fix a NoMethodError when trying to access
administrativeMetadata
on an object where it doesn't exist.
Version 6.1.0
This release is all about extracting business logic into service classes and deprecating model methods that reference the service.
Version 6.0.5: Allow collections to be preservable
- Ensures that all objects are Preservable
- Moves the techMetadata datastream to Dor::Item as it is the only class of items that should have techMetadata.
Version 6.0.2
- Ensure that workflows datastream is setting dsLocation correctly.
- Ensure files pushed to Stacks are world readable.
v6.0.1
Version 6.0.0
What's new:
- Separating the indexers out of the models. Addresses single responsibility principle
- Split thumbnail generation off into a service rather than having it as part of the model. Addresses single responsibility principle
- Don't mint a pid on object initialization, there's already a hook in ActiveFedora to do that during create. Use the idiomatic way. This allows us to decouple from the minter when just drawing a form backed by a ActiveFedora object.
- Update rubocop to the latest and autocorrect a bunch of TODOs.
- Remove GraphViz. This was only used by Argo and Ben said we didn't need it there. This allows us to have fewer dependencies.
Version 5.31.1
- Provide a blank indexing prefix for technical and provenace datastreams. This prevents a deprecation message in activefedora 7.
Version 5.31.0
- Send HTTP API notifications to the purl services endpoint (a.k.a. purl-fetcher) when publishing metadata
v5.30.0
- Adds basic authentication to the catalog handler via Dor::Config.metadata.catalog.user and Dor::Config.metadata.catalog.pass