Skip to content

Releases: awslabs/aws-lambda-web-adapter

Release v0.3.1

22 Mar 11:33
b1b39e6
Compare
Choose a tag to compare

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

  • remove stage from URL send to app server + custom User-Agent by @bnusunny in #22

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

20 Mar 17:15
c595b98
Compare
Choose a tag to compare

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

07 Feb 05:40
0b4ded9
Compare
Choose a tag to compare

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

31 Jan 03:35
936c83d
Compare
Choose a tag to compare

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

24 Oct 10:25
Compare
Choose a tag to compare

New: instruction for compiling the adapter for Gravition2.
Bug fix: forward query paramters to application process.

What's Changed

Full Changelog: v0.1.0...v0.1.1

Release v0.1.0

15 Sep 09:51
c3f2b71
Compare
Choose a tag to compare

Initial release