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

Version 6.3.0

30 Jan 19:23
Compare
Choose a tag to compare

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

23 Jan 13:29
Compare
Choose a tag to compare

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

21 Dec 19:57
Compare
Choose a tag to compare

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

05 Dec 23:55
Compare
Choose a tag to compare
  • 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

05 Dec 00:37
Compare
Choose a tag to compare
  • Ensure that workflows datastream is setting dsLocation correctly.
  • Ensure files pushed to Stacks are world readable.

v6.0.1

04 Dec 02:52
Compare
Choose a tag to compare

Bug fixes:

  • Collections were not indexing their pid.
  • Correctly index the object type. It was adding the class of the indexer, not that of the model.
  • Stop manually asserting a content model. ActiveFedora does that for us.

Version 6.0.0

04 Dec 02:49
Compare
Choose a tag to compare

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

12 Jun 12:17
Compare
Choose a tag to compare
  • Provide a blank indexing prefix for technical and provenace datastreams. This prevents a deprecation message in activefedora 7.

Version 5.31.0

12 Jun 12:13
Compare
Choose a tag to compare
  • Send HTTP API notifications to the purl services endpoint (a.k.a. purl-fetcher) when publishing metadata

v5.30.0

31 May 21:26
Compare
Choose a tag to compare
  • Adds basic authentication to the catalog handler via Dor::Config.metadata.catalog.user and Dor::Config.metadata.catalog.pass