Releases: performant-software/iiif-cloud
Releases · performant-software/iiif-cloud
Release list
v1.2.0
💥 Breaking Changes
As of this release the authentication backend has been moved to Clerk authentication. Currently, this requires a manual step to link existing users (from before this release) up to their Clerk user accounts by populating the sso_id field in the users table.
🚀 New Features
- Clerk authentication by @camdendotlol in #118
- User-initiated manifest generation, metadata from UDFs by @blms in #117
- PDF page to image conversion on upload by @ajolipa in #121
🐛 Bug Fixes
- Config updates to avoid OOM errors that crash the server by @ajolipa in #119
- Add
durationto audio and video manifests by @ajolipa in #120 - Fix to
ptifimage conversion and adding a date-based bulk convert task by @ajolipa in #134
📚 Other Miscellany and Bookkeeping
- Add Heroku app.json, update npm json, dockerfile by @blms in #116
- Improve failure handling on convert image job and add tests by @ajolipa in #135
- Further bulk image conversion task improvements by @ajolipa in #136
- Update
cantaloupe.propertiesby @ajolipa in #138 - Add preinit class, update start.sh, configs, docs by @blms in #139
- Improved handling of failed/delayed manifest generation after PDF conversion by @ajolipa in #140
New Contributors
- @camdendotlol made their first contribution in #118
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
- #96 - Moves front-end build process from
create-react-apptovite; Updates dependencies - #101 - Updates to allow
storage_keyprefix to be sent onresources
🐛 Bug Fixes
- #104 - Fixes an issue with running jobs on newly uploaded files
- #103 - Fixes an issue with
storage_keybeing sent onPUTrequests - #107 - Fixes an issue with IIIF Image API style requests for PDF/Video resources
- #110 - Fixes an issue with resources without a
storage_keybeing stored in the/directory
v1.0.2
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
- Updates manifest generation to include
metadata - Updates
/public/presentation/manifestAPI endpoint to preserve order of resources
🐛 Bug Fixes
None!
v1.0.1
💥 Breaking Changes
None! Safe to upgrade.
🚀 New Features
- Updates
extract_exif_jobto useminimagickgem instead ofexif - Updates
convert_image_jobto specify colorspace
🐛 Bug Fixes
None!