Skip to content

Releases: getlift/lift

1.19.0

07 Jun 06:21
9a5bc53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.18.0...1.19.0

1.18.0

31 May 13:18
b734ca0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.17.0...1.18.0

1.17.0

16 May 16:22
a26b434
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.16.0...1.17.0

1.16.0

13 May 14:01
cb162a9
Compare
Choose a tag to compare

What's Changed

  • fix(static-website): re-enable static website hosting by @fargito in #202

Full Changelog: 1.15.1...1.16.0

1.15.1

03 May 16:57
f715c86
Compare
Choose a tag to compare

What's Changed

  • Correct Webhook documentation to have Lift construct exemple matching authorizer code base exemple by @ThomasAribart in #195
  • feat(single-page-app): add pdf to redirect regex by @GuillaumeLagrange in #199

New Contributors

Full Changelog: 1.15.0...1.15.1

1.15.0

28 Apr 11:58
7b1a3f7
Compare
Choose a tag to compare

What's Changed

Impact of moving to CDK v2

  • CloudFront minimum TLS requirements were upgraded from TLSv1.2_2019 to TLSv1.2_2021
  • Drop NodeJS 12 support

Full Changelog: 1.14.0...1.15.0

1.14.0

04 Apr 09:08
9aed002
Compare
Choose a tag to compare

What's Changed

  • New single-page-app construct by @adriencaccia in #175.
    The existing static-website construct is split into in 2 separate constructs in order to solve #172:
    • single-page-app dedicated to SPA like React, Vue and Angular application where a dedicated viewer-response CloudFront function handles security headers in addition to serving index.html for all application subpath
    • static-website existing construct now does not serve index.html on application sub-path. Instead the requested file is returned and an error is returned if the file is missing

Note that the existing static-website construct is unchanged, no breaking changes were introduced.

Full Changelog: 1.13.0...1.14.0

1.13.0

18 Mar 14:54
e8c6808
Compare
Choose a tag to compare

Improvements

Fixes

  • Queue: allow retrying more than 10 jobs by @iam4x in #162

New Contributors

Full Changelog: 1.12.1...1.13.0

1.12.1

07 Feb 13:24
0d164da
Compare
Choose a tag to compare

What's Changed

Static websites are now deployed with static website hosting enabled on the S3 bucket. That solves #163 and #164 as well as allows static website generators to work too.

Full Changelog: 1.12.0...1.12.1

1.12.0

27 Jan 15:58
Compare
Choose a tag to compare

What's Changed

  • Support Serverless Framework v3 & integrate with the new design by @mnapoli in #131
  • use path.posix.join() to avoid issues with OS path separators that co… by @BenMenking in #135
  • Simplifications (and test fixes) following new CDK release by @mnapoli in #150
  • Queue: Support partial batch failure by @t-richard in #145

New Contributors

Full Changelog: 1.11.0...1.12.0