Releases: awslabs/aws-lambda-web-adapter
Releases · awslabs/aws-lambda-web-adapter
Release v0.3.2
What's Changed
- support to remove base path from http request path by @bnusunny in #23
- update pipeline to deploy adapter layer in beta and gamma accounts by @bnusunny in #24
- update README file by @bnusunny in #25
- update expressjs-zip example using the new adapter layer by @bnusunny in #26
- make layers public by @bnusunny in #27
- update pipeline to publish OCI images to ECR public repo by @bnusunny in #28
- prepare to release v0.3.2 by @bnusunny in #29
- update Makefile by @bnusunny in #30
- update pipeline by @bnusunny in #31
- update pipeline by @bnusunny in #32
Full Changelog: v0.3.1...v0.3.2
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