Skip to content

Releases: aws/aws-lambda-rust-runtime

lambda_http v0.7.1

Choose a tag to compare

@calavera calavera released this 28 Oct 03:39
8010e4f

What's Changed

New Contributors

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

v0.7.0

Choose a tag to compare

@calavera calavera released this 12 Oct 14:55
a0f6828

What's Changed

New Contributors

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

v0.6.2-lambda-http

Choose a tag to compare

@calavera calavera released this 06 Oct 02:44
d7ab6ae

What's Changed

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

v0.6.1

Choose a tag to compare

@calavera calavera released this 07 Sep 23:17
b1c5dfd

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

Choose a tag to compare

@calavera calavera released this 19 Jul 14:39
336e552

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

v0.5.2-lambda-http

Choose a tag to compare

@calavera calavera released this 09 May 21:58
efb7f69

What's Changed

  • Expose the raw http path coming from the lambda event. by @calavera in #453
  • allow customized User_Agent for lambda runtime api client by @bnusunny in #454
  • Document option to run functions locally. by @calavera in #460
  • Fixed invalid architectures reference in the SAM snippet (#1) by @lukepfeiffer10 in #464

New Contributors

Full Changelog: v0.5.1-runtime...v0.5.2-lambda-http

lambda_runtime release v0.5.1

Choose a tag to compare

@calavera calavera released this 20 Mar 16:30
015921e

What's Changed

  • Call handler.poll_ready() before handler.call() by @lazear in #437
  • Relax Send constraint in lambda-http by @fmonniot in #442

New Contributors

Full Changelog: v0.5.1...v0.5.1-runtime

lambda_http release v0.5.1

Choose a tag to compare

@calavera calavera released this 26 Feb 19:19
850606f

What's Changed

Full Changelog: v0.5.0...v0.5.1

Release 0.5.0

Choose a tag to compare

@calavera calavera released this 20 Feb 21:10
fbc24b2

Noteworthy changes

Changelog

New Contributors

Full Changelog: v0.4.1...v0.5.0

Release 0.4.1

Choose a tag to compare

@coltonweaver coltonweaver released this 08 Sep 15:59
4dd6817

New:

  • Set _X_AMZN_TRACE_ID environment variable for x-ray #341