Skip to content

Releases: shelfio/aws-lambda-libreoffice

v6.0.0

10 Jul 10:58
Compare
Choose a tag to compare
  • Switch to async API. All methods now return promises

v4.1.0

25 Aug 13:01
Compare
Choose a tag to compare
  • Add .zip to unsupported files
  • Extend an error message when converting to pdf

v4.0.4...v4.1.0

v4.0.1

20 Jun 20:19
Compare
Choose a tag to compare
  • NPM vulnerabilities fixes

v4.0.0

20 Jun 20:18
Compare
Choose a tag to compare
  • 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

13 Jan 17:15
Compare
Choose a tag to compare
  • Merge pull request #128 from shelfio/feature/add-logs 7906a94
  • Fix: assign log vars for non cold lambdas 9613e34
  • ci: declare executor properly 549af76

v3.0.0...v3.0.1

v3.0.0

10 Jan 17:10
Compare
Choose a tag to compare
  • 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

12 Jun 15:17
Compare
Choose a tag to compare
  • feat: add canBeConvertedToPDF method 882406d

v2.1.2...v2.2.0

v2.1.2

12 Jun 14:30
Compare
Choose a tag to compare
  • fix: define typings property in package.json bc7d1c7

v2.1.1...v2.1.2

v2.1.1

12 Jun 14:25
Compare
Choose a tag to compare
  • fix: change entrypoint for lib to proper folder acd149e

v2.1.0...v2.1.1

v2.1.0

12 Jun 14:20
Compare
Choose a tag to compare
  • Merge remote-tracking branch 'origin/master' 27b29f7
  • refactor: change method signature and return value 2a4262a
  • feat: add getConvertedFilePath helper 033e6f5
  • chore(deps): update dependency husky to v2.4.1 (#67) a539bca
  • chore(deps): update dependency husky to v2.4.1 7407f8d

v2.0.0...v2.1.0