v0.8.2
This is a minor release. Here is a quick summary of the changes.
- Added support for UTF-8 string in HTTP header values.
- Implemented daily security audits and upgraded audit-check action.
- Added examples for using the AWS Lambda Web Adapter with different frameworks and programming languages, including Bedrock Agent (FastAPI), Sinatra (Ruby), Go HTTP, and NestJS.
- Added an example for FastAPI Background Tasks.
- Refactored the FastAPI response streaming example to use Claude v3 model.
What's Changed
- Add Bedrock Agent example by @moritalous in #357
- Update README to mention Bedrock Agent FastAPI Example by @bnusunny in #359
- Update readme and requirements for Bedrock Agent Example by @bnusunny in #360
- Use
lwa_fastapi_middleware_bedrock_agent
package inbedrock-agent-fastapi
example by @bnusunny in #361 - Add Bedrock Agent FastAPI zip example by @bnusunny in #362
- Update examples to v0.8.1 by @bnusunny in #363
- Add Sinatra examples by @ma2shita in #365
- added go-http example by @micahwalter in #383
- Add output to template.yml by @bnusunny in #385
- Update BuildMethod in gin-zip example by @bnusunny in #386
- Updated FastAPI and Python Runtime by @bnusunny in #388
- Upgrade FastAPI to 0.109.2 in examples by @bnusunny in #389
- Create .gitattributes by @jtuliani in #369
- Support UTF-8 String in HTTP Header Values by @bnusunny in #390
- Add daily security audit by @bnusunny in #391
- Upgrade audit-check action by @bnusunny in #392
- http1 support in e2e test request signing by @mxfactorial in #393
- Bump rack from 3.0.8 to 3.0.9.1 in /examples/sinatra/app/src by @dependabot in #396
- Bump mio from 0.8.4 to 0.8.11 in /examples/rust-axum-zip/rust_app by @dependabot in #405
- Bump mio from 0.8.6 to 0.8.11 in /examples/rust-actix-web-zip/rust_app by @dependabot in #402
- Add FastAPI Background Tasks example by @bnusunny in #408
- Return 201 status code correctly by @bnusunny in #410
- doc base image build option by @mxfactorial in #407
- refactor: refactor the FastAPI response streaming with Claude3 by @hustshawn in #416
- feat(serverless-nestjs): added example implementation of nestjs with … by @qutek in #394
- Bump es5-ext from 0.10.62 to 0.10.64 in /examples/sls/nestjs by @dependabot in #422
- Bump follow-redirects from 1.15.5 to 1.15.6 in /examples/sls/nestjs by @dependabot in #421
- bump version to 0.8.2 by @bnusunny in #426
New Contributors
- @moritalous made their first contribution in #357
- @ma2shita made their first contribution in #365
- @micahwalter made their first contribution in #383
- @jtuliani made their first contribution in #369
- @hustshawn made their first contribution in #416
- @qutek made their first contribution in #394
Full Changelog: v0.8.1...v0.8.2