You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this fix should only impact development environments, but changes the RIIIF initializer generated into new applications. existing apps may want to make similar updates to fix this issue in their local development environment.
Deprecations
Hyrax::PersistDerivatives.derivative_path_factory is unused internally. External callers should use Hyrax::DerivativePath (or their preferred path service) directly. (#4840)
Wings/Valkyrie
add support to Valkyrie's #count_all_of_model query to Wings' query service. (#4810)
cleanup FileSet members when deleting works with Valkyrie models (#4828)
cleanup Trophies when deleting works with Valkyrie models (#4829)
provide a hook for skipping Wings (e.g. to use another Valkyrie adapter w/out loading ActiveFedora models) (#4841)
use Hyrax.config.disable_wings = true or set the environment variable HYRAX_SKIP_WINGS=true, to prevent the engine from loading wings setup.