Releases: aws/aws-lambda-rust-runtime
Releases · aws/aws-lambda-rust-runtime
Lambda Extension 0.8.2
What's Changed
- Added LogBuffering validation. by @kazhura-aws in #729
New Contributors
- @kazhura-aws made their first contribution in #729
Full Changelog: lambda-events-0.12.1...lambda-extension-0.8.2
Lambda Events 0.12.1
What's Changed
- added Default implementation for S3EventRecord by @amir-haroun in #726
New Contributors
- @amir-haroun made their first contribution in #726
Full Changelog: lambda-events-0.12.0...lambda-events-0.12.1
Lambda HTTP 0.8.3
What's Changed
Full Changelog: lambda-http-0.8.2...lambda-http-0.8.3
Lambda Runtime 0.8.3
What's Changed
Full Changelog: lambda-http-0.8.2...lambda-runtime-0.8.3
Lambda HTTP 0.8.2
What's Changed
- Implement custom deserializer for LambdaRequest by @calavera in #666
- Fix APIGW path with stage by @calavera in #669
- Fix streaming prelude serialization by @calavera in #692
- Refactor Lambda response streaming. by @bnusunny in #696
- Use compile_error if no http features are enabled by @calavera in #698
- Remove cfg(test) on with_stage_variables by @bassmanitram in #713
- Fixed media type suffix detection by @bnusunny in #714
- New runtime, http, and events release. by @calavera in #721
Full Changelog: lambda-http-0.8.1...lambda-http-0.8.2
Lambda Events 0.12.0
What's Changed
- fix: Makes two properties optional on MigrateUserResponse. by @mark-keaton in #663
- Serialize APIGW queryStringParameters properly by @mrautio in #676
- Make Kafka header values i8 instead of u8 by @FalkWoldmann in #689
- Add event definitions for CloudFormation custom resources by @chris-leach in #695
- Fix time serialization issues by @calavera in #707
- Eventbridge Event Processor by @nichmorgan in #704
- DocumentDB support by @nichmorgan in #706
- Add SQS API event structs by @rgreinho in #711
Full Changelog: lambda-events-0.11.1...lambda-events-0.12.0
lambda-runtime 0.8.1
What's Changed
- Provide context when deserialization fails. by @calavera in #640
- Cleanup runtime config by @calavera in #646
New Contributors
- @jakubadamw made their first contribution in #650
- @fluxth made their first contribution in #654
- @heavens made their first contribution in #661
Full Changelog: v0.8.0...lambda-runtime-0.8.1
lambda-http 0.8.1
What's Changed
- Update aws_lambda_events by @calavera in #641
- Fix support for APIGW console requests by @calavera in #657
- Add missing RawHttpPath extension to WebSockets by @calavera in #656
New Contributors
- @jakubadamw made their first contribution in #650
- @fluxth made their first contribution in #654
- @heavens made their first contribution in #661
Full Changelog: v0.8.0...lambda-http-0.8.1
aws_lambda_events 0.10.1
What's Changed
- Fix support for APIGW console requests by @calavera in #657
- Improvements in event compilation by @calavera in #659
Full Changelog: lambda-events-0.9.0...lambda-events-0.10.0
AWS Lambda Events 0.9.0
What's Changed
- Update aws_lambda_events by @calavera in #641
- Bring aws_lambda_events as subpackage by @calavera in #647
- Copy license from old events repo by @calavera in #648
- Upgrade dependencies in lambda-events by @jakubadamw in #650
- Tag
apigwstruct fields with properserde(skip_serializing_if)by @fluxth in #654
New Contributors
- @jakubadamw made their first contribution in #650
- @fluxth made their first contribution in #654