Bump hyrax from 3.2.0 to 3.4.1
Bumps hyrax from 3.2.0 to 3.4.1.
Release notes
Sourced from hyrax's releases.
v3.4.1
Release Highlights
- Fixes bug from 3.4.0 where sub-collections could not be created from collections page - https://github.com/samvera/hyrax/issues/5492
- Adds ability to generate data seeds for local development environment - progress on https://github.com/samvera/hyrax/issues/5351
What's Changed
New Features
- add infrastructure for clearing repository and running seeds - https://github.com/samvera/hyrax/pull/5472
Bug Fixes
- Fix flaky file ordering in spec for ValkyrieIngestJob - https://github.com/samvera/hyrax/pull/5570
- Fix flaky test caused by querying solr for admin set with a nil id - https://github.com/samvera/hyrax/pull/5571
- allow sub-collections to be created from collection page - https://github.com/samvera/hyrax/pull/5580
- Update facet pagination to fix #5549 - https://github.com/samvera/hyrax/pull/5583
Documentation
- Configure Github automatic release notes feature - https://github.com/samvera/hyrax/pull/5577
- fixup
Hyrax::Schema()
documentation formatting, edit for clarity - https://github.com/samvera/hyrax/pull/5588Full Changelog: https://github.com/samvera/hyrax/compare/v3.4.0...v3.4.1
v3.4.0
Release Highlights
- ProxyDepositListener was deprecated. This listener is now a no-op. To retain functionality ensure that DefaultMiddlewareStack is configured to use Hyrax::Actors::TransferRequestActor. (PR 5550)
- A work's location metadata field now displays a full label (e.g. city, state, country) when Geonames is enabled. (PR 5493)
- Improved consistency in UI labeling on Dashboard (PR 5500, PR 5508, PR 5510, PR 5527)
Deprecations
- ProxyDepositListener was deprecated. (PR 5550)
- Deprecates ContentDepositorChangeEventJob which called ChangeContentDepositorService, replacing them with a service that does the work and then backgrounds the event logging. (PR 5553)
- Deprecate PermissionTemplate#reset_access_controls, use PermissionTemplate#reset_access_controls_for instead (PR 5410)
- Deprecate experimental transactions that are no longer supported (PR 5518)
Bug Fixes
- Fix for Javascript error in Analytics when no analytics provider set up (PR 5523)
- #5470 - Bug: ActionController::InvalidAuthenticityToken in Hyrax::Dashboard::CollectionsController#update when updating banner
- #5471 - Works in mediated workflow not listed as managed works for user with managing role
- #2259 - valid_delete? for permission_template_access should allow delete for :view and :deposit access
- #1152 - Versioning a file does not alter file name or recharacterize file
- #5483 - ArgumentError in CollectionsController #update when updating and saving changes to logos
- #1156 - Batch Works Upload screen lacks breadcrumbs
- #1065 - Index full place name from geonames
- #3269 - Editing works shows location URI instead of location label
- #5502 - Update the "New Collection" button label to be "Add new collection" and fix translations
- #5509 - Make column titles and order consistent between Collections and Works dashboards
- #5506 - Remove icons from the Works dashboard "actions" dropdown menu
... (truncated)
Commits
-
4c1a99a
Merge pull request #5590 from samvera/prep-3.4.1 -
77d5274
Prepare release 3.4.1 -
614664b
fixupHyrax::Schema()
documentation formatting, edit for clarity -
54d3b2f
Merge pull request #5577 from samvera/auto-release-notes-config -
3be60c7
Merge pull request #5583 from samvera/abel-5549-fix_facet_pagination_ui -
03b3cd9
Merge pull request #5580 from samvera/issue-5492 -
1d6c95d
Update _facet_pagination.html.erb -
0e38123
allow sub-collections to be created from collection page -
4f06d37
Create release.yml -
739920c
Merge pull request #5571 from samvera/fix_flaky_empty_admin_set_spec - Additional commits viewable in compare view