Skip to content

Releases: samvera/serverless-iiif

v7.0.1

22 Dec 16:30
v7.0.1
4f7ffc7

Choose a tag to compare

What's Changed

  • Replace incorrect rc version of node-iiif with full v7.0.0 release

Full Changelog: v7.0.0...v7.0.1

v7.0.0

19 Dec 20:31
v7.0.0
1692c6d

Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v7.0.0

v6.0.0

17 Sep 22:08
909685e

Choose a tag to compare

What's Changed

  • Convert project to TypeScript
  • Build and package libvips JP2 layer as part of the regular build/package/publish process
  • Update to iiif-processor v6.1.2 to take advantage of auto-rotation based on EXIF metadata

Full Changelog: v5.1.7...v6.0.0

v5.0.2

18 Dec 14:03
v5.0.2
185574a

Choose a tag to compare

What's Changed

  • Update to iiif-processor v4.0.4 to overcome input pixel limit when fetching image dimensions

v5.0.1

30 Nov 18:30
v5.0.1
2f5d52b

Choose a tag to compare

What's Changed

  • Fix bug in CloudFront template that was still referring to the now-deprecated CacheBucket
  • Update to sharp v0.33.0 with its new zero-install-script packaging

v5.0.0

06 Sep 14:22
v5.0.0
35e019a

Choose a tag to compare

What's Changed

  • Add support for IIIF Image API v3.0 alongside v2.1
  • Implement Lambda Function URL streaming responses to allow responses > 6MB without using the CloudFront “Three Card Monte” workaround
  • Refactor SAM deployment templates
    • Deprecate CloudFront wrapper
    • Rename serverless-iiif-standalone to serverless-iiif
    • [BREAKING CHANGE] Replace "" (empty string) with JP2 as default SharpLayer option
  • Create new, more thorough online documentation
    • Automatically generate deployment documentation and examples from the SAM template
  • Add top-tier support for deployment via infrastructure tools such as AWS CloudFormation and Terraform
  • Bug fixes and improvements