Release v0.7.1
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: v0.7.0...v0.7.1