Releases: oss-serverless/serverless
Releases · oss-serverless/serverless
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
osls
bin 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
v3.51.2
What's Changed
- build(deps): bump com.fasterxml.jackson.core:jackson-core from 2.11.0 to 2.13.0 in /lib/plugins/aws/invoke-local/runtime-wrappers/java by @dependabot in #64
- fix: resolve tsconfig paths with tsx by @zirkelc in #68
Full Changelog: v3.51.1...v3.51.2