Skip to content

Releases: getlift/lift

1.26.0

05 May 08:14
e309970
Compare
Choose a tag to compare

What's Changed

Documentation

New Contributors

Full Changelog: 1.25.1...1.26.0

1.25.1

07 Mar 08:47
c6e8f74
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.25.0...1.25.1

1.25.0

06 Mar 23:08
f408415
Compare
Choose a tag to compare

What's Changed

  • Add Max Concurrency configuration for AWS sqs. by @htxiong in #299

New Contributors

Full Changelog: 1.24.0...1.25.0

1.24.0

03 Mar 09:49
de59ab3
Compare
Choose a tag to compare

What's Changed

  • Expose assets bucket name to static-website and single-page-app by @MarcEspiard in #311
  • Add webp and avif exceptions to CF request function by @MarcEspiard in #313

New Contributors

Full Changelog: 1.23.0...1.24.0

1.23.0

02 Mar 09:26
a5da047
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.22.1...1.23.0

1.22.1

24 Feb 10:47
5ff580e
Compare
Choose a tag to compare

Use Lift to leverage existing alarm infrastructure configured on your AWS account

Alarm extension on Queue construct is now fixed 🎉
This extension allows leveraging existing SNS topic to send alarm notifications. Here is an exemple to achieve just that :

constructs:
    my-queue:
        type: queue
        alarm: dummy@email.com
        worker:
            handler: src/worker.handler
        extensions:
            alarm:
                Properties:
                    AlarmActions:
                        - arn:aws:sns:region:account-id:sns-topic-name

Such configuration will provisioned the required alarm on your queue, and send all alarm state changes to the SNS topic specified. You can leverage as usual all Serverless framework variable resolvers to specify your SNS topic ARN.

What's Changed

Full Changelog: 1.22.0...1.22.1

1.22.0

23 Feb 11:58
c27f379
Compare
Choose a tag to compare

What's Changed

  • Simplify server-side-website with the new AllViewerExceptHostHeader policy by @mnapoli in #306

If you were setting the forwardedHeader option in serverless.yml to add more headers to forward, you can now safely remove this option. More in #306

Full Changelog: 1.21.1...1.22.0

1.21.1

09 Feb 09:37
2858552
Compare
Choose a tag to compare

What's Changed

  • Update comparison.md by @CSFlorin in #287
  • docs: typo by @giuliano-oliveira in #289
  • Allow Node 19 by @mnapoli in #297

New Contributors

  • @CSFlorin made their first contribution in #287
  • @giuliano-oliveira made their first contribution in #289

Full Changelog: 1.21.0...1.21.1

1.21.0

30 Nov 09:46
0ddd95e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.20.2...1.21.0

1.20.2

05 Aug 15:08
1635149
Compare
Choose a tag to compare

Bugfixes

Full Changelog: 1.20.1...1.20.2