Skip to content

Releases: barchart/aws-lambda-pdf-generator

v3.0.1

06 Mar 01:06
e24de15
Compare
Choose a tag to compare

Major Changes

  • Updated Chromium to version 122 (from version 116).
  • Updated Puppeteer to version 22 (from version 21).

Technical Enhancements

  • Updated AWS CodeBuild integration to use Node.js version 20.
  • Updated Node.js runtime to nodejs20.x for all Lambda functions (and layers).
  • Updated the minimum required version of serverless.
  • Updated dependencies implicitly.

v3.0.0

01 Sep 17:02
968da9e
Compare
Choose a tag to compare

Major Changes

  • Updated Chromium to version 116 (from version 92).
  • Updated Puppeteer to version 21 (from version 10).

Bug Fixes

Technical Enhancements

  • Updated Node.js runtime to nodejs18.x for all Lambda functions (and layers).
  • Updated the minimum required version of serverless.
  • Updated Lerna by three major versions.
  • Updated other dependencies explicitly and implicitly.

v2.1.1

23 Jun 02:19
Compare
Choose a tag to compare

Other

v2.1.0

23 Jun 01:50
Compare
Choose a tag to compare

New Features

  • Added the service/version endpoint to the API.

Technical Enhancements

  • Updated Node.js runtime to version 14.
  • Updated AWS CodeBuild to use Node.js version 14.
  • Updated the Serverless framework to version 3.
  • Updated the puppeteer, puppeteer-core and chrome-aws-lambda libraries to version 10.1.0. Puppeteer version 14 is available; however, at present the chrome-aws-lambda library does not support any version past 10.1.0. More detail can be found in the README.md file for the API.
  • Updated various other dependencies.

v2.0.0

09 Dec 15:35
Compare
Choose a tag to compare

Breaking Changes

  • Removed print/v81 and print/v83 endpoints from the API. Only the print endpoint remains.
  • Renamed application. Avoid problems by removing previous installations first (see the sls remove command).

New Features

  • Generation of PDF files larger than 10 MB is now supported. (using gzip compression or an HTTP 303 response).

Technical Enhancements

  • Converted project to use Lerna approach.
  • Upgraded Serverless framework to version 2.13.0 (or better).
  • Added descriptions for application and functions to serverless.yml file.
  • Updated Chromium version from v83 to v88.

v1.1.1

18 Aug 17:58
Compare
Choose a tag to compare

No Functional Changes

v1.1.0

31 Jul 14:09
Compare
Choose a tag to compare

New Features

  • Added source field as part of the request body.

Other

  • Added printer failure types.
  • Improved logging.

v.1.0.5

28 Jul 11:52
Compare
Choose a tag to compare

Initial Public Release