Skip to content

Releases: samvera-deprecated/hydra-collections

6.0.0 alpha

11 Aug 20:02
Compare
Choose a tag to compare

Hydra::Collections 6.0.0.alpha is the first release that sits atop the Portland Common Data Model. It includes the following changes:

  • Depend upon hydra-works 0.1.0, which brings PCDM-related dependencies. Collections defined by Hydra::Collections are now PCDM collections.
  • Add ParentCollectionAssociation#count_records to calculate the number of a collection's members.
  • Change the default join column for querying members of a collection (was hasCollectionMember_ssim, is now member_ids_ssim)
  • Deprecate the Hydra::Collections::Collectible module (in favor of Hydra::Works::GenericWorkBehavior).
  • Update rails to 4.2.1, blacklight to 5.14.0, and kaminari to the latest in Justin Coyne's fork
  • Pull latest hydra-jetty (was pinned to 8.1.0)

See the Changes section below for an exhaustive list of the work that has gone into this release. Thanks to the contributors for this release: @jcoyne, @mjgiarlo, @awead, @hectorcorrea, @terrellt, and @escowles.

Upgrade notes

To upgrade, point your Gemfile at 6.0.0.alpha and run bundle update hydra-collections.

Changes

samvera-deprecated/sufia@v5.0.2...v6.0.0.alpha

v1.3.2

18 Dec 20:16
Compare
Choose a tag to compare

Fixes delete button behavior