Skip to content

Releases: UCLALibrary/californica

v1.16.7

01 Jul 21:31
4c21c99
Compare
Choose a tag to compare
  • Allows ark identifiers to contain a suffix.
  • Better testing of IIIF manifest generation.
  • Fixes a documentation error.

v1.16.6

26 Jun 19:42
bc284eb
Compare
Choose a tag to compare
  • Accept 'ChildWork' as a value for 'object_type'.
  • Add "support" metadata field.
  • Improves testing of IIIF manifest generation.

v1.15.5

25 Jun 00:37
2a90b6b
Compare
Choose a tag to compare
  • Changes default visibility to "public" when not specified in ingest csv.

v1.15.4

20 Jun 23:17
17b2428
Compare
Choose a tag to compare
  • recognizes a 'visibility' field in import csvs
  • caches IIIF manifests in filesystem instead of redis
  • fixes sort_title field type
  • fixes an issue with missing translations
  • disables parallel import of csv rows do to related bugs

v1.15.3

17 Jun 18:06
Compare
Choose a tag to compare
  • view logs from csv status page
  • bug fixes

v1.15.2

12 Jun 19:31
11198af
Compare
Choose a tag to compare
  • Improved status reporting for CSV imports.
  • Generates correct IIIF manifests for works with ChildWorks.
  • Caches IIIF manifests for improved performance.
  • Adds fields 'Place of Origin', 'Uniform Title'.
  • Bug fixes.

v1.15.1

07 Jun 16:49
Compare
Choose a tag to compare
  • Displays status of CSV imports in dashboard.
  • Reduces level of logging to only errors.

v1.15.0rc1

06 Jun 16:12
Compare
Choose a tag to compare
  • Asynchronously imports the individual records of a batch ingest.

v1.15.0

06 Jun 22:21
Compare
Choose a tag to compare
  • Asynchronously imports the individual records of a batch ingest.
  • Creates a 'discovery' visibility level, which will publicly display a work's metadata but not actual media.
  • Adds the field 'alternative_title'

v1.14.4

04 Jun 20:44
Compare
Choose a tag to compare
  • Updates the ingest mapper so that multiple fields in the import csv can map to a single field in californica.
  • Internal changes to support future features.