Releases: oss-serverless/serverless
Releases · oss-serverless/serverless
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
v3.51.1
v3.51.0
What's Changed
- Add runtimes in ts types by @tazorax in #50
- Complete the changes needed to support ruby 3.3 and 3.4 by @GrahamCampbell in #52
- Add missing tests for local invoke for non-EOL python runtimes by @GrahamCampbell in #53
- Update examples to use non-deprecated nodejs versions by @GrahamCampbell in #54
- Update ruby example to use non-EOL ruby version by @GrahamCampbell in #55
- Add support for provenance option in docker build by @franc-liuzzi in #49
- fix: silence punycode dep warning for node 22+ by @DavidWells in #34
New Contributors
- @tazorax made their first contribution in #50
- @franc-liuzzi made their first contribution in #49
- @DavidWells made their first contribution in #34
Full Changelog: v3.50.0...v3.51.0
v3.50.0
What's Changed
- Add ProvisionedPollerConfig to Kafka event source by @Demetrios-loutsios in #29
- Add TypeScript types by @zirkelc in #48
New Contributors
- @Demetrios-loutsios made their first contribution in #29
Full Changelog: v3.49.0...v3.50.0
v3.49.0
v3.48.0
v3.47.0
v3.46.0
What's Changed
- Improve the documentation on deploying custom resources by @mnapoli in #23
- Enable setting AWS API Gateway integration timeout by @danmactough in #25
New Contributors
- @danmactough made their first contribution in #25
Full Changelog: v3.45.0...v3.46.0