Skip to content

Releases: nulib/meadow

v7.2.4

16 May 20:11
20c7419
Compare
Choose a tag to compare

Updates include:

  • Add code to make it easier to re-run a subset of ingest actions on one or more FileSets

v7.2.3

16 May 20:11
3bb12c7
Compare
Choose a tag to compare

Updates include:

  • Change Meadow build tooling from webpack to esbuild
  • Remove Elasticsearch JS client from Meadow

v7.2.2

05 May 19:44
7e0bc3e
Compare
Choose a tag to compare

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

21 Apr 13:29
060ab2d
Compare
Choose a tag to compare

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

15 Mar 21:32
4562458
Compare
Choose a tag to compare

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

16 Feb 22:17
7f48cf1
Compare
Choose a tag to compare

Updates include:

  • Adds file set accession numbers to indexed work documents

v7.1.3

03 Feb 17:26
9330ed2
Compare
Choose a tag to compare

All of the changes in this release are modifications to Digital Collections API V2 indexing:

  • Singularize folder_name and folder_number
  • Add canonical_link
  • Remove scheme from license
  • Replace empty objects with null values

v7.1.2

17 Jan 18:56
6657152
Compare
Choose a tag to compare

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

20 Dec 20:13
24fd207
Compare
Choose a tag to compare

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

08 Nov 14:27
4aa7fac
Compare
Choose a tag to compare

• 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.