Releases: nulib/meadow
v7.2.4
Updates include:
- Add code to make it easier to re-run a subset of ingest actions on one or more FileSets
v7.2.3
Updates include:
- Change Meadow build tooling from webpack to esbuild
- Remove Elasticsearch JS client from Meadow
v7.2.2
Updates include:
- Adds more granular reindex_all functionality to allow targeted reindexing of specific schemas and versions
- Index raw EDTF date_created alongside humanized version
- Handle single Work editing of License field, which was impacting updating Rights Statement
- Add %{force: "true"} to action message attributes to override ok state
- Build the DCv2 API base URL from the dev prefix if present
v7.2.0
Updates with this release include:
- license metadata field supported in batch updating
- Make keywords multi input on Collection form
- Make CSV metadata updates far more efficient and reliable
- Add Homosaurus and LCGFT authorities
- Add variants to Getty (AAT, TGN, ULAN) and OCLC FAST sub-authorities
v7.1.7
updates include:
• Add file set descriptions to both versions of the work index (will surface in front end search results)
• Update Batch modal window UI
• Update Github actions workflows for concurrency
v7.1.6
Updates include:
- Adds file set accession numbers to indexed work documents
v7.1.3
All of the changes in this release are modifications to Digital Collections API V2 indexing:
- Singularize
folder_name
andfolder_number
- Add
canonical_link
- Remove scheme from
license
- Replace empty objects with
null
values
v7.1.2
Updates include:
- Fix bug communicating an update to a Work’s File set (new or as new Work image), to the OpenSeadragon Viewer
- Add proper CORS headers to streaming CloudFront distribution
- Change OpenSearch v2 work mapping for ‘create_date’ and ‘modified_date’ to the ‘date_nano’ type in order to support range requests with
nanosecond precision - Add stream.dc.library.northwestern.edu alias for A/V streaming distribution
v7.1.1
Updates include:
• Include FileSet aspect ratio in index
• Include placeholder thumbnails for works without representative images
• Fix 431 Request Header Fields Too Large error
• Modify ingest bucket lifecycle rule to retain empty project folders
v7.1.0
• Add fields to V2 work index collection.description, cultural_context, language, location, ingest_project, ingest_sheet, project {cycle,
description, name....}, file_sets.height, file_sets.width, file_sets.webvtt, file_sets.duration
• Fix bug where Opensearch proxy route is conflicting with Meadow's search route which can cause the user to occasionally see an
Opensearch response rather than the Meadow website.
• Index the new iiif_manifest url: {dc-api-url-base}/works/{id}?as=iiif} in V2 work index
• Add thumbnail property to v2 collection index
• Index published on file sets so access can be controlled through the API
• Trigger work reindex if file set role, poster_offset, rank, structural_metadata or extracted_metadata fields are updated.
• Index FileSets in order on the Work document by role (A, P, S, X) and then by ordered rank.