Skip to content

Releases: awslabs/aws-lambda-rust-runtime

aws_lambda_events 0.10.1

29 May 18:24
a7329a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: lambda-events-0.9.0...lambda-events-0.10.0

AWS Lambda Events 0.9.0

16 May 03:06
7c93265
Compare
Choose a tag to compare

What's Changed

New Contributors

v0.8.0

11 Apr 18:50
393d644
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.3...v0.8.0

v0.7.3

13 Jan 15:50
99dba64
Compare
Choose a tag to compare

What's Changed

  • Update DynamoDB example to use a shared client. by @calavera in #582
  • Added Context::deadline(&self) -> SystemTime by @dcormier in #583
  • Add SQS example implementing partial batch failure by @llgerard in #584
  • Fix invoke span by specifying a minimum version of tracing by @calavera in #585
  • Fix double cookie header for Lambda Function URL requests by @bnusunny in #586
  • Release version 0.7.3 by @bnusunny in #587

Full Changelog: v0.7.2...v0.7.3

v0.7.2

03 Jan 18:07
9997b9d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1-runtime...v0.7.2

lambda_http v0.7.1

28 Oct 03:39
8010e4f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.7.1-lambda-http

v0.7.0

12 Oct 14:55
a0f6828
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.2-lambda-http

06 Oct 02:44
d7ab6ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2-lambda-http

v0.6.1

07 Sep 23:17
b1c5dfd
Compare
Choose a tag to compare

What's Changed

  • Fix paths with spaces in HTTP requests. by @calavera in #516
  • Report error when we cannot deserialize the payload. by @calavera in #520
  • Add with_request_context to RequestExt by @sgasse in #523
  • Adding functionality to catch panics that occur both inside the runtime handler and in the Future it returns by @fermanjj in #521

New Contributors

Full Changelog: v0.6.0...v0.6.1

Release v0.6.0

19 Jul 14:39
336e552
Compare
Choose a tag to compare

Breaking changes

  • Update Rust edition to 2021 in all crates: The minimum supported Rust version is 1.58.1
  • lambda-http: accept http_body::Body in responses

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0