Releases: samvera/serverless-iiif
Releases · samvera/serverless-iiif
v5.0.2
v5.0.1
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
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
toserverless-iiif
- [BREAKING CHANGE] Replace
""
(empty string) withJP2
as defaultSharpLayer
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