Skip to content

Latest commit

 

History

History
360 lines (278 loc) · 24.3 KB

CHANGELOG.md

File metadata and controls

360 lines (278 loc) · 24.3 KB

v0.7.1 - 2023-08-18

Major Updates

This minior release add Lambda Context support, expend to new regions, additional examples and bug fixes.

What's Changed

  • Update examples and doc with v0.7.0 by @bnusunny in #215
  • Handle readiness check by @bnusunny in #217
  • Fix FastAPI description in the sam template. by @joe-king-sh in #219
  • nextjs example for lambda streaming response by @xjiaqing in #218
  • Update Nextjs Response Streaming Example by @bnusunny in #220
  • fix nextjs-response-streaming example title typo by @xjiaqing in #221
  • Bump yaml from 2.2.1 to 2.2.2 in /examples/nextjs-response-streaming by @dependabot in #222
  • Upgrade Flask to 2.3.2 by @bnusunny in #225
  • Update nextjs response streaming example readme by @xjiaqing in #227
  • Laravel link by @elonniu in #229
  • Nextjs streaming response by @xjiaqing in #230
  • Upgrade FastAPI in examples by @bnusunny in #235
  • delete public in nextjs response streaming example by @xjiaqing in #238
  • SpringBoot Response Streaming using function url by @soyer-dev in #237
  • Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 in /examples/gin/app by @dependabot in #240
  • Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 in /examples/gin-zip/app by @dependabot in #241
  • Fix: nextjs-response-streaming build docker image fail by @xjiaqing in #243
  • Add AWS_LWA_PORT as a fallback for readiness_check_port. by @sprvgt in #246
  • Pass Lambda Context to web app in a new header by @mbfreder in #248
  • Add option to override unhealthy status so 4xx can be unhealthy by @jeffmercerVG in #252
  • Bump semver from 6.3.0 to 6.3.1 in /examples/nextjs-response-streaming by @dependabot in #256
  • Bump semver from 6.3.0 to 6.3.1 in /examples/nextjs-zip/app by @dependabot in #255
  • Bump semver from 6.3.0 to 6.3.1 in /examples/nextjs/app by @dependabot in #254
  • Update github actions to publish lambda web adapter in all new regions by @mbfreder in #264
  • fix: set arm64_supported to false on eu-central-2 by @mbfreder in #269
  • Update github actions to deploy LWA layer in china regions by @mbfreder in #266
  • fix: update pipeline file to run package-china-gamma before load-china-gamma-matrix2 by @mbfreder in #270
  • Updated Readme with new layer ARNs for China regions by @mbfreder in #271
  • fix: deploy to china gamma accounts when PR is merged to main branch by @mbfreder in #272

New Contributors

  • @joe-king-sh made their first contribution in #219
  • @xjiaqing made their first contribution in #218
  • @soyer-dev made their first contribution in #237
  • @sprvgt made their first contribution in #246
  • @mbfreder made their first contribution in #248
  • @jeffmercerVG made their first contribution in #252

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.7.0...v0.7.1

v0.7.0 - 2023-04-15

Major updates

This release adds support for Lambda Response Streaming, name spaces environment variables, tighten readiness check for HTTP.

What's Changed

  • Update examples to v0.6.4 by @bnusunny in #198
  • Improved PHP example by @elonniu in #195
  • Supported PHP ZIP Example by @elonniu in #165
  • Added bootstrap script by @elonniu in #200
  • Added bootstrap script by @elonniu in #201
  • Add streaming response support by @bnusunny in #204
  • Use Ubuntu 20.04 for builds by @bnusunny in #205
  • Tighten HTTP readiness check by @bnusunny in #206
  • Name spaced all environment variables by @bnusunny in #207
  • Bump h2 from 0.3.15 to 0.3.17 in /examples/rust-actix-web-zip/rust_app by @dependabot in #208
  • Bump h2 from 0.3.16 to 0.3.17 in /examples/rust-axum-https-zip/rust_app by @dependabot in #209
  • Update pipeline to remove foresight integration by @bnusunny in #212
  • Add FastAPI response streaming example by @bnusunny in #211
  • Remove remaining Foresight integration steps by @bnusunny in #213
  • Update project README by @bnusunny in #210
  • Bump version to v0.7.0 by @bnusunny in #214

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.4...v0.7.0

v0.6.4 - 2023-03-15

Main Updates

This is a minor bug fix release.

  • [Bug Fix] Fix 'ca certs not found' issue when TLS is not enabled
  • [Example] New Nginx Zip example
  • [Example] New PHP Zip example

What's Changed

  • Update examples to v0.6.3 by @bnusunny in #191
  • Improved Nginx Example by @elonniu in #192
  • Added Nginx ZIP Example by @elonniu in #171
  • Improved PHP example by @elonniu in #164
  • Separate HTTPS and HTTP adapters by @bnusunny in #196
  • Prepare to release v0.6.4 by @bnusunny in #197

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.3...v0.6.4

v0.6.3 - 2023-03-10

Main Updates

  • [Feature]: support web applications over TLS/HTTPS
  • [Bug Fix]: handle URL encoding properly with the URL crate
  • [Example]: add FastAPI HTTPS example
  • [Example]: add Axum HTTPS example
  • [Example]: add Actix Web example
  • [Example]: update Next.js example to enable cache
  • [Doc]: ports should be avoided
  • [Doc]: local debugging with sam local
  • [Chore]: pipeline update

What's Changed

  • Upgrade to Nextjs 13 and enable cache by @bnusunny in #163
  • Update README and examples for v0.6.2 by @bnusunny in #172
  • Use url crate to handle app url encoding by @bnusunny in #176
  • Upgrade gin to v1.9.0 by @bnusunny in #180
  • Update Axum example to use new SAM CLI rust build by @bnusunny in #181
  • Add Actix Web example by @bnusunny in #182
  • Add HTTPS support by @bnusunny in #183
  • Add rust axum https example by @bnusunny in #185
  • Update Axum https example by @bnusunny in #186
  • Document ports should be avoided by @bnusunny in #187
  • Document Lambda Function URL support by @bnusunny in #188
  • Document local debugging with aws sam local by @bnusunny in #189
  • Release v0.6.3 by @bnusunny in #190

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.2...v0.6.3

v0.6.2 - 2023-02-17

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

  • Update README and examples to v0.6.1 by @bnusunny in #123
  • Add e2e tests by @bnusunny in #126
  • Update pipeline to fix matrix variables by @bnusunny in #127
  • Update pipeline to test the latest layers and images by @bnusunny in #134
  • Add Foresight workflow-kit action to collect metrics and traces by @serkan-ozal in #137
  • Add Deno Oak in Zip example by @bnusunny in #139
  • Use nextest as test runner to get junit test reports by @bnusunny in #142
  • Bump bumpalo from 3.10.0 to 3.12.0 by @dependabot in #140
  • Add Foresight Test Kit Action by @rwxdash in #143
  • Return app response directly to lambda-http runtime by @bnusunny in #146
  • Refactor Tower.Service call method by @bnusunny in #147
  • Bump tokio from 1.20.3 to 1.20.4 in /examples/rust-axum-zip by @dependabot in #149
  • Bump tokio from 1.24.1 to 1.24.2 by @dependabot in #150
  • Upgrade Flask by @bnusunny in #158
  • upgrade fastapi by @bnusunny in #159
  • Optional gzip compression of responses by @huntharo in #157
  • release v0.6.2 by @bnusunny in #161

New Contributors

  • @serkan-ozal made their first contribution in #137
  • @rwxdash made their first contribution in #143
  • @huntharo made their first contribution in #157

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.1...v0.6.2

v0.6.1 - 2023-01-13

What's Changed

  • Added integration tests for http adapter by @ferdingler in #113
  • Removed redundant closing tag & Format code by PSR by @elonniu in #115
  • Replace reqwest with hyper client by @calavera in #114
  • Bump json5 from 1.0.1 to 1.0.2 in /examples/nextjs/app by @dependabot in #119
  • Bump json5 from 1.0.1 to 1.0.2 in /examples/nextjs-zip/app by @dependabot in #118
  • Bump tokio from 1.20.1 to 1.20.3 in /examples/rust-axum-zip by @dependabot in #117
  • rewrite extension client and upgrade tokio by @bnusunny in #120
  • Release v0.6.1 by @bnusunny in #122

New Contributors

  • @ferdingler made their first contribution in #113
  • @elonniu made their first contribution in #115

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.6.0...v0.6.1

v0.6.0 - 2022-12-18

What's Changed

  • relax readiness check for HTTP by @bnusunny in #106
  • forward RequestContext in a http header by @bnusunny in #108
  • Bump qs and express in /examples/expressjs/app/src by @dependabot in #110
  • update README and examples for v0.6.0 by @bnusunny in #111
  • bump release version to 0.6.0 by @bnusunny in #112

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.5.1...v0.6.0

v0.5.1 - 2022-10-30

What's Changed

  • upgrade to lambda_http v0.7.1 to pass correct x-ray trace id header by @bnusunny in #103
  • release v0.5.1 by @bnusunny in #105

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.5.0...v0.5.1

v0.5.0 - 2022-10-13

What's Changed

  • update README for v0.4.1 by @bnusunny in #89
  • add an example for flask in zip by @bnusunny in #91
  • add golang gin examples by @bnusunny in #93
  • add fastapi examples by @bnusunny in #98
  • Upgrade to lambda_http 0.7 by @calavera in #100
  • Release 0.5.0 by @bnusunny in #101

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.4.1...v0.5.0

v0.4.1 - 2022-09-21

This release contains two notable changes:

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

What's Changed

  • update README and examples to v0.4.0 by @bnusunny in #77
  • Hide run instruction by @calavera in #78
  • change register_default_extension() as a method on Adapter by @bnusunny in #79
  • update axum version to 0.5.16 by @bnusunny in #81
  • Add more debug information for req/res transformations by @calavera in #83
  • update demo for sam local debug by @bnusunny in #84
  • Add tcp readiness check by @bnusunny in #86
  • Release v0.4.1 by @bnusunny in #88

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.4.0...v0.4.1

v0.4.0 - 2022-09-12

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

  • Update examples to version 0.3.3 by @bnusunny in #52
  • support async init for long initialization lambda functions by @bnusunny in #53
  • Add Rust Axum Example by @bnusunny in #56
  • add next.js example by @bnusunny in #59
  • fix github build issue by @bnusunny in #60
  • Fix build command by @bnusunny in #61
  • fix Adapter Layer Version Permission by @bnusunny in #62
  • remove python3.6 from compatible runtimes for x86 layer by @bnusunny in #63
  • Bump next from 12.2.3 to 12.2.4 in /examples/nextjs/app by @dependabot in #65
  • Add Next.js Zip example by @julianbonilla in #66
  • Extract logic into a library. by @calavera in #68
  • Update lambda_http by @calavera in #69
  • add metadata for crates.io by @bnusunny in #70
  • Add Related projects in README.md by @bnusunny in #71
  • fix readiness check function by @bnusunny in #72
  • Fix casing in README by @mnapoli in #73
  • Remove blocking calls by @calavera in #74
  • configure log level with RUST_LOG environment variable by @bnusunny in #75
  • release v0.4.0 by @bnusunny in #76

New Contributors

  • @dependabot made their first contribution in #65
  • @julianbonilla made their first contribution in #66
  • @mnapoli made their first contribution in #73

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.3.3...v0.4.0

v0.3.3 - 2022-07-19

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

  • @calavera made their first contribution in #33
  • @maschnetwork made their first contribution in #34

Full Changelog: https://github.com/awslabs/aws-lambda-web-adapter/compare/v0.3.2...v0.3.3

v0.3.2 - 2022-03-29

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: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.3.1...v0.3.2

v0.3.1 - 2022-03-22

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: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.3.0...v0.3.1

v0.3.0 - 2022-03-20

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: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.2.0...v0.3.0

v0.2.0 - 2022-02-07

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

  • run Lambda Adapter as an extension by @bnusunny in #16

Full Changelog: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.1.2...v0.2.0

v0.1.2 - 2022-01-31

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: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.1.1...v0.1.2

v0.1.1 - 2021-10-24

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

What's Changed

  • update README by @bnusunny in #6
  • add instructions for ARM support by @bnusunny in #8
  • update README for ARM support by @bnusunny in #9

Full Changelog: https://github.com/aws-samples/aws-lambda-adapter/compare/v0.1.0...v0.1.1

v0.1.0 - 2021-09-15

Initial release