Skip to content

Releases: awslabs/aws-lambda-web-adapter

Release v0.6.2

17 Feb 16:10
fafb4dd
Compare
Choose a tag to compare

Main updates:

  1. Optional gzip compression of responses
  2. Add e2e tests to the pipeline
  3. Integrate Foresight in the pipeline
  4. Add Deno Oak in Zip example

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.6.2

Release v0.6.1

13 Jan 16:22
55210c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

Release v0.6.0

18 Dec 03:06
7832691
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

Release v0.5.1

30 Oct 01:42
bac616a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

13 Oct 04:22
7d328ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

Release v0.4.1

21 Sep 02:35
75af349
Compare
Choose a tag to compare

This release contains two notable changes:

  • add TCP readiness check option
  • minor change to the library public interface

What's Changed

Full Changelog: v0.4.0...v0.4.1

Release v0.4.0

12 Sep 08:27
a5e812a
Compare
Choose a tag to compare

Major updates

  • Support async init for long initialization lambda functions
  • Add more examples: Rust Axum (Zip) and Next.js (both Zip and Docker)
  • Refactor main logic into a library
  • Publish the library to crates.io

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.4.0

Release v0.3.3

19 Jul 15:10
091459e
Compare
Choose a tag to compare

What's Changed

  • Preserve aws-lambda-rust in the user-agent by @calavera in #33
  • Added Spring Boot Zip example by @maschnetwork in #34
  • Update project name in README file by @bnusunny in #37
  • readness_check_port defaults to port by @bnusunny in #45
  • readiness check verify the http status code is successful (2xx) by @bnusunny in #46
  • reduce idle connection pool time to 4 seconds by @bnusunny in #47
  • treat response body as TEXT when both CONTENT_ENCODING and CONTENT_TY… by @bnusunny in #48
  • upgrade to Rust 2021 edition by @bnusunny in #49
  • upgrade to the latest lambda-http crate by @bnusunny in #50
  • Bump crate version to 0.3.3 by @bnusunny in #51

New Contributors

Full Changelog: v0.3.2...v0.3.3

Release v0.3.2

29 Mar 13:52
40b3b30
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

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