Releases: shelfio/aws-lambda-libreoffice
Releases · shelfio/aws-lambda-libreoffice
v6.0.0
v4.1.0
- Add
.zip
to unsupported files - Extend an error message when converting to pdf
v4.0.1
- NPM vulnerabilities fixes
v4.0.0
- Requires Node.js 16.x+ support
- No extensions support for now. It was in 3.x w/ LibreOffice 6.x, but with LO 7.3 I can't figure out how to make them work. PRs are welcome!
- Now requires Lambda to be based on the Docker Image https://github.com/shelfio/libreoffice-lambda-base-image
v3.0.1
v3.0.0
- Support Amazon Linux 2 (works with the Latest
arn:aws:lambda:us-east-1:764866452798:layer:libreoffice-brotli:1
layer) - Drop
@shelf/aws-lambda-brotli-unpacker
as since Node.js v10 brotli is natively supported
See https://github.com/vladgolubev/serverless-libreoffice/releases/tag/v6.4.0.1 for details
v2.2.0
- feat: add canBeConvertedToPDF method 882406d
v2.1.2
- fix: define typings property in package.json bc7d1c7
v2.1.1
- fix: change entrypoint for lib to proper folder acd149e