Skip to content

Releases: performant-software/iiif-cloud

v1.2.0

Choose a tag to compare

@ajolipa ajolipa released this 22 Sep 14:56
a2ca35b

💥 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

🐛 Bug Fixes

  • Config updates to avoid OOM errors that crash the server by @ajolipa in #119
  • Add duration to audio and video manifests by @ajolipa in #120
  • Fix to ptif image 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.properties by @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

Full Changelog: v1.1.1...v1.2.0

v1.1.1

Choose a tag to compare

@ajolipa ajolipa released this 08 Jul 18:13
8412a10

💥 Breaking Changes

None! Safe to upgrade.

🐛 Bug Fixes

  • #113 - Fixing value of profile field in image service of generated manifests to conform to validation packages.

v1.1.0

Choose a tag to compare

@dleadbetter dleadbetter released this 03 Sep 13:37
734edb5

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

  • #96 - Moves front-end build process from create-react-app to vite; Updates dependencies
  • #101 - Updates to allow storage_key prefix to be sent on resources

🐛 Bug Fixes

  • #104 - Fixes an issue with running jobs on newly uploaded files
  • #103 - Fixes an issue with storage_key being sent on PUT requests
  • #107 - Fixes an issue with IIIF Image API style requests for PDF/Video resources
  • #110 - Fixes an issue with resources without a storage_key being stored in the / directory

v1.0.2

Choose a tag to compare

@dleadbetter dleadbetter released this 06 May 19:40
0cd9fae

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

  • Updates manifest generation to include metadata
  • Updates /public/presentation/manifest API endpoint to preserve order of resources

🐛 Bug Fixes

None!

v1.0.1

Choose a tag to compare

@dleadbetter dleadbetter released this 07 Nov 14:11
27187ee

💥 Breaking Changes

None! Safe to upgrade.

🚀 New Features

  • Updates extract_exif_job to use minimagick gem instead of exif
  • Updates convert_image_job to specify colorspace

🐛 Bug Fixes

None!

v1.0.0

Choose a tag to compare

@dleadbetter dleadbetter released this 12 Sep 17:37
2b6d2f8

Initial release 🎉