Skip to content

Release v0.7.1

Compare
Choose a tag to compare
@bnusunny bnusunny released this 18 Aug 00:22
· 181 commits to main since this release
1c912f5

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

Full Changelog: v0.7.0...v0.7.1