Skip to content

Releases: samvera/hydra-head

v11.0.5

16 Mar 20:48
Compare
Choose a tag to compare
  • Address URI.escape and URI.unescape deprecation to clean up logs
  • Update solr_wrapper and fcrepo_wrapper gems in order to be able to run tests locally

Thanks to the following developers for their contributions: @maxkadel, @cjcolvar, @fnibbit

v11.0.2

15 Mar 18:34
5870412
Compare
Choose a tag to compare
  • Address deprecation of URI.escape and related methods
    • URI.escape and related methods began raising a warning in Ruby 2.7, rather than a deprecation warning, clogging up logs
  • Update development dependencies for wrapper gems

v12.0.0

18 Nov 20:07
Compare
Choose a tag to compare

Release 12.0.0 adds support for Blacklight 7 and Rails 6!

Other changes include:

  • Updating visibility to use ActiveModel::Dirty tracking (#514)
  • Ensure embargo/lease changes are persisting (#517)
  • Upgrade to support Blacklight 7 (Thanks @cbeer! #520)
  • Aligning ruby and rails versions supported
  • Dependency updates

Thanks to @hackartisan and @dlpierce for helping push through the Blacklight 7 / Rails 6 changes during Samvera Developers Congress Fall 2020!

v11.0.1

09 Oct 20:02
Compare
Choose a tag to compare

This patch release includes one important bug fix which ensures that embargoes and leases are saved when their owning object is saved. Thanks @jeremyf for finding and patching this bug!

Changes

  • Ensuring embargo/lease changes are persisted (#518) - @jeremyf

v11.0.0

31 Jan 22:00
Compare
Choose a tag to compare

Release 11 is not a large release but major because it drops support for old, unsupported versions of ruby and rails. Only ruby 2.4+ and rails 5.2 are supported now. The only other change in this release is continuing the work done in v10.6.1 to avoid aggressively creating permission objects and fix a case where downstream applications were depending on the pre-v10.6.1 behavior.

Changes

  • Build permissions relations instead of creating them [@dlpierce]
  • Support ruby 2.7 and drop support for rails 5.1 [@cjcolvar]
  • Fix intermittently failing test [@cjcolvar]

v10.7.0

21 Aug 17:48
4c94141
Compare
Choose a tag to compare

Changes

  • Support for the updated Solr configuration path with active-fedora 13.0.0 [@jrgriffiniii]
  • Reverted the support for blacklight-access_controls 6.0.x releases [@cjcolvar]
  • Made testing for Coverage locally easier [@tpendragon]
  • Removed CircleCI default ruby/rails versions [@botimer]
  • Updated the homepage in all the gemspecs [@HackMasterA]
  • Updated the CircleCI configuration to test against Ruby releases 2.6.3, 2.5.5, and 2.4.6 [@jrgriffiniii]
  • Added CircleCI instead of Travis [@tpendragon]
  • Updated the dependency for blacklight-access_controls to support 6.0.x releases [@jcoyne]

v10.6.2

06 Mar 18:57
Compare
Choose a tag to compare

Changes

Verified support for rails 5.2 [@cjcolvar]
Support for the new solr schema bundled with active-fedora 12.1.0 [@cjcolvar]
Switch to factory_bot from factory_bot_rails [@jcoyne]

v10.6.1

31 Jan 20:41
ad510a8
Compare
Choose a tag to compare

Changes

Updates engine_cart dependency to releases 2.1.0 or later [@jrgriffiniii]
Integrates Coveralls and SimpleCov for test coverage analysis [@jrgriffiniii]
Do not persist ACL permissions resources when just accessing these objects [@no-reply]

v10.6.0

31 Jan 15:39
Compare
Choose a tag to compare

Changes

Remove autoload paths [jcoyne]
Hydra -> Samvera text changes [cjcolvar]
Update github documentation links [cjcolvar]
Add CCMWG templates. [tpendragon]
Readd support for ActiveFedora 11.x [no-reply]
Revert "Use the new Blacklight::AccessControls::SearchBuilder" [no-reply]
Restrict blacklight-access_controls to ~>0.6.0 [cjcolvar]

v10.5.1

18 Apr 13:52
Compare
Choose a tag to compare

Changes

Fix download streaming with self.response_body= [jrochkind, jcoyne, botimer]
Add Solr dateRange field type and dynamic fields to schema.xml [atz]
Supply YARD doc for policy_aware_access_controls_enforcement methods [atz]
Skip solr install because the active-fedora installer will do it [jcoyne]
Drop yard as a dependency [jcoyne]
Update test matrix to use recent versions of ruby, rails, blacklight [jcoyne, cjcolvar]
Updating dependencies (factory_bot) [escowles]
Update documentation for change to samvera [jcoyne]
Update github templates [cjcolvar]
Loosen test for rails to capture all 5.x versions [cjcolvar]