Releases: oss-serverless/serverless
Releases · oss-serverless/serverless
v3.58.0
What's Changed
- Provisioned Poller support (#103) by @dan-greene-brivo in #104
- feat(AWS Lambda): Support advanced logging configuration by @jimmyn in #101
- Update archiver dependency to version 7.0.1 by @MennoTammens in #106
New Contributors
- @jimmyn made their first contribution in #101
- @MennoTammens made their first contribution in #106
Full Changelog: v3.57.0...v3.58.0
v3.57.0
What's Changed
- Adding
lambda:InvokeFunctionpermission for function url withNONEauth type by @tazorax in #102 - Update nodejs version to 22.x for custom resource lambdas by @gleb-centrica in #100
New Contributors
- @gleb-centrica made their first contribution in #100
Full Changelog: v3.56.0...v3.57.0
v3.56.0
What's Changed
- feat(aws): add ap-southeast-5 region support by @kennethwkz-mm in #99
New Contributors
- @kennethwkz-mm made their first contribution in #99
Full Changelog: v3.55.0...v3.56.0
v3.55.0
What's Changed
- Add Support for V2_0 and V3_0 Lambda Versions in PreTokenGeneration Cognito Triggers by @admirkadriu in #98
New Contributors
- @admirkadriu made their first contribution in #98
Full Changelog: v3.54.1...v3.55.0
v3.54.1
v3.54.0
What's Changed
- Add
oslsbin for ease of use with npx (npx osls) by @dan-greene-brivo in #95
New Contributors
- @dan-greene-brivo made their first contribution in #95
Full Changelog: v3.53.0...v3.54.0
v3.53.0
What's Changed
- Add a failure destination to the Kafka configuration by @teunw in #90
- Adds the ability to pass options to the docker build command by @electric-al in #89
New Contributors
- @teunw made their first contribution in #90
- @electric-al made their first contribution in #89
Full Changelog: v3.52.2...v3.53.0
v3.52.2
What's Changed
- Adding more AWS SDK V3 commands by @andrew-womeldorf in #86
New Contributors
- @andrew-womeldorf made their first contribution in #86
Full Changelog: v3.52.1...v3.52.2
v3.52.1
v3.52.0
What's Changed
- #42 Add feature flag to use the AWS SDK V3 by @GrahamCampbell and @mnapoli in #65
We want to move from the AWS SDK v2 to v3. This release includes Part 1 of this migration: osls still uses SDK v2 by default, but setting the environment variable SLS_AWS_SDK_V3=1 will make it use the SDK v3.
You can opt-in the new SDK version:
SLS_AWS_SDK_V3=1 serverless deploy
Help us test this by setting SLS_AWS_SDK_V3=1 in your .bashrc or similar and report issues 🙏
Full Changelog: v3.51.2...v3.52.0