Releases: UNC-Libraries/box-c
Releases · UNC-Libraries/box-c
v5.22.0
What's Changed
- BXC-3953 add copy fields in schema to update indexing by @sharonluong in #1529
- Bxc 4004 adjust sort in work by @sharonluong in #1530
- Bump commons-fileupload from 1.3.3 to 1.5 by @dependabot in #1531
- BXC-4001 - Avoid failure when destroying lots of stuff by @bbpennel in #1536
- BXC-4017 Add hidden cdm rights field by @agoslen in #1537
- Bxc 4009 access copy api by @sharonluong in #1538
- BXC-4014 - hide FA field if blank by @agoslen in #1541
- BXC-3981 - host in download event, and AnalyticsUtil cleanup by @bbpennel in #1540
- LIB-17700 - Collection not appearing in structure browse by @bbpennel in #1544
Full Changelog: v5.21.1...v5.22.0
v5.21.1
What's Changed
- BXC-3752 - Move serialization of order into a helper method by @bbpennel in #1524
- Fix language encoding by @lfarrell in #1527
- BXC-3951 - Update display of archival coll id by @agoslen in #1525
- LIB-17579 - Restore download of file via work behavior by @bbpennel in #1528
Full Changelog: v5.21.0...v5.21.1
v5.21.0
What's Changed
- Turn off cutoffs for date faceting query by @lfarrell in #1512
- BXC-3932 update label name from Collection Number to Archival Collect… by @sharonluong in #1513
- BXC-3585 - Download requests for work IDs behavior by @bbpennel in #1514
- BXC-3937 adding paths to robots.txt by @sharonluong in #1516
- BXC-3941 - UTC when indexing date fields by @bbpennel in #1515
- Bxc 3945 upgrade to junit 5 by @krwong in #1517
- BXC-3938 add test and exception handling code by @sharonluong in #1519
- Bxc 3811 adjust codeclimate thresholds 2 by @krwong in #1520
- Try property injection for SuppressionFilter path by @bbpennel in #1523
- Switch advanced search to vuejs by @lfarrell in #1522
Full Changelog: deploy-2023-01-12v5.20.0...v5.21.0
v5.20.0
- Advanced search for collection id
- Updates to import/export buttons in admin ui, adds UI for importing/exporting member order
- Search within Works UI now searches all File metadata, rather than just the visible datatable metadata
- Fix for date created bug that caused it to miss values after the first element
- Using POST for solr queries to prevent too long URI failures
- security updates
Deploy 2022-12-07 v5.19.0
- Remove license headers
- Fix bug with deposit delays stored as ints
- Fix color contrast issue on front page
- Add validation of member order during deposit
- Add health check endpoint for services-camel
Deploy 2022-11-14 v5.18.0
- Updates related to member ordering, which are not currently accessible via the UI
- Adds CSV export and import for member ordering
- Triggers member order cleanup after deletion
- Admin UI facets and tags for works with ordering
- Full record pages return 404 status for requests for IDs that don't exist
- Update from MODS 3.7 to 3.8
- Security updates
Deploy 2022-09-21 v5.17.0
- Add validator for SetOrder requests
- Add processor for order requets
- Add validator for clearing ordering
- Index member ordering
- Add service to export member ordering
- Add buttons on how to access restricted content
- Update tests to use Mockito 3
- Add CodeClimate reporting
- Add member ordering to default search
Deploy 2022-08-22 v5.16.1
- Fix bug causing random thumbnail to be selected for multi-file works
- Fix bug with advanced search date searches, fields now only search by year
- Update UV to most recent 3.x to fix security alerts
- Fix bug when rendering MODS record that has had all fields filtered out
- Fix bug with FITS processing containing reserved characters, like $
- Disable download buttons for files that the user doesn't have access to
- Fix the parent collection link on full record pages
- Additional integration tests
Deploy 2022-07-27 v5.16.0
- Adds modal for viewing all values of a facet
- Adds "Unknown" value for Date Created facet
- Fixes bug with searches that contain stopwords (https://jira.lib.unc.edu/browse/BXC-3704)
- Fixes display of lock icon on admin units
- Fixes some build issues for javascript components
- Fixes full text search not working on record pages
- Includes additional integration tests for search APIs
- Fixes indexing commit bug that was throwing an error for batches of work updates
- Fixes front page links to format searches, and their counts.
Deploy 2022-06-14 v5.15.1
- Don't index date added as date created
- Fix error occasionally occurring when indexing works too quickly
- Fix error indexing works with a tombstone as primary object, and clear primary object relation if it gets tombstoned
- Adds API for listing facets, but not displayed in UI yet
- Hiding additional mods fields
- Factories and setup to support integration tests