Releases: samvera/serverless-iiif
Releases · samvera/serverless-iiif
v7.0.1
v7.0.0
What's Changed
- Update node-iiif to v7.x
- End-to-end compliance with the IIIF Image API Validator for v2.0 and v3.0
- Bump openjpeg to v2.5.4
- Bump libvips to v8.18.0
Full Changelog: v6.0.0...v7.0.0
v6.0.0
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
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-standalonetoserverless-iiif - [BREAKING CHANGE] Replace
""(empty string) withJP2as defaultSharpLayeroption
- 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