Releases: UCLALibrary/californica
Releases · UCLALibrary/californica
v1.16.7
- Allows ark identifiers to contain a suffix.
- Better testing of IIIF manifest generation.
- Fixes a documentation error.
v1.16.6
- Accept 'ChildWork' as a value for 'object_type'.
- Add "support" metadata field.
- Improves testing of IIIF manifest generation.
v1.15.5
- Changes default visibility to "public" when not specified in ingest csv.
v1.15.4
- 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
- view logs from csv status page
- bug fixes
v1.15.2
- 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
- Displays status of CSV imports in dashboard.
- Reduces level of logging to only errors.
v1.15.0rc1
- Asynchronously imports the individual records of a batch ingest.
v1.15.0
- 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
- 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.