Skip to content

v0.8.4

Latest
Compare
Choose a tag to compare
@bnusunny bnusunny released this 27 Jul 12:24
· 4 commits to main since this release
9c268fa

This is a minor release. The main change is:

  • Added: AWS_LWA_AUTHORIZATION_SOURCE to turn a header into Authorization header. This is useful when you use Lambda function URL with IAM auth type, which reserves Authorization header for IAM authentication, but you want to still use Authorization header for your backend apps.

What's Changed

  • Update doc and examples to 0.8.3 by @bnusunny in #448
  • [#453] Update the Fast API run script examples to include LAMBDA_RUNTIME_DIR in search path. by @renjiexu-amzn in #454
  • Bump jinja2 from 3.1.3 to 3.1.4 in /examples/flask/app by @dependabot in #459
  • Bump jinja2 from 3.1.3 to 3.1.4 in /examples/flask-zip/app by @dependabot in #458
  • Bump werkzeug from 3.0.1 to 3.0.3 in /examples/flask/app by @dependabot in #457
  • Bump werkzeug from 3.0.1 to 3.0.3 in /examples/flask-zip/app by @dependabot in #456
  • Bump next from 14.0.0 to 14.1.1 in /examples/nextjs-zip/app by @dependabot in #461
  • Bump next from 14.0.0 to 14.1.1 in /examples/nextjs/app by @dependabot in #460
  • Bump requests from 2.31.0 to 2.32.0 in /examples/fastapi-background-tasks/app by @dependabot in #463
  • add authorization_source feature by @tmokmss in #478
  • warn when configured header not found by @mxfactorial in #479
  • Bump zipp from 3.15.0 to 3.19.1 in /examples/flask-zip/app by @dependabot in #475
  • Bump zipp from 3.15.0 to 3.19.1 in /examples/flask/app by @dependabot in #480
  • Bump certifi from 2024.2.2 to 2024.7.4 in /examples/fastapi-background-tasks/app by @dependabot in #472
  • Bump ws from 7.5.9 to 7.5.10 in /examples/sls/nestjs by @dependabot in #470
  • Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs/app by @dependabot in #468
  • Bump urllib3 from 2.0.7 to 2.2.2 in /examples/bedrock-agent-fastapi/app by @dependabot in #467
  • Bump braces from 3.0.2 to 3.0.3 in /examples/sls/nestjs by @dependabot in #481
  • Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-zip/app by @dependabot in #483
  • Bump urllib3 from 2.2.1 to 2.2.2 in /examples/fastapi-background-tasks/app by @dependabot in #482
  • Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-response-streaming by @dependabot in #484
  • Bump urllib3 from 1.26.18 to 1.26.19 in /examples/fastapi-response-streaming/app by @dependabot in #485
  • Bump the version to v0.8.4 by @bnusunny in #486
  • Update pipeline by @bnusunny in #487

New Contributors

Full Changelog: v0.8.3...v0.8.4