Releases: awslabs/aws-lambda-web-adapter
Releases · awslabs/aws-lambda-web-adapter
Release v0.3.1
This is a release for bug fix and minor improvement.
- [bugfix] remove stage from URL send to app server
- [improvement] Custom User-Agent as aws-lambda-adapter/CARGO-PACKAGE-VERSION
- [improvement] Strip the binary to reduce size
- Update examples
What's Changed
Full Changelog: v0.3.0...v0.3.1
Release v0.3.0
Upgrade Rust Runtime lambda_http crate to v0.5.1
What's Changed
- upgrade to lambda_http v0.5.1 by @bnusunny in #21
- [SpringBoot Example] use customized metrics to scale Provisioned Concurrency by @bnusunny in #17
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
Lambda Adapter as an Extension. Run web app containers on Lambda without changing ENTRYPOINT.
This is a breaking change. Please refer to README for updated usage.
What's Changed
Full Changelog: v0.1.2...v0.2.0
Release v0.1.2
support HTTP compression
What's Changed
- Add an example to show how to use Lambda Adapter with managed runtime by @bnusunny in #13
- add support for HTTP compression by @bnusunny in #14
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
Release v0.1.0
Initial release