Tags: heydamianc/aws-lambda-rust-runtime
Tags
Bump patch version of lambda-http (awslabs#556) This commit updates the version of `lambda-http` to 0.7.1. The crate now depends on `aws-lambda-events` 0.7.2 or higher whereas it previously depended on that of ^0.7. This crate currently does not compile against `aws-lambda-events` 0.7.0 or 0.7.1. In `aws-lambda-events` 0.7.0, the module `query_map` is private when it should be public for `lambda-http` to compile. Similarly, in `aws-lambda-events` 0.7.1, the trait bound `QueryMap: FromStr` is not satisfied so `lambda-http` does not compile either. Co-authored-by: Saito <[email protected]>
Release 0.7.0 (awslabs#546) Ensure that we don't print internal warnings on user applications. Signed-off-by: David Calavera <[email protected]> Signed-off-by: David Calavera <[email protected]>
Release lambda_http 0.6.2 (awslabs#536) Improve text encoding conversions Signed-off-by: David Calavera <[email protected]> Signed-off-by: David Calavera <[email protected]>
Release 0.6.1 (awslabs#526) Fixes issues with http paths. Fixes issues with panics in async functions. Fixes issues reporting errors from serde. Add functions to set RequestContext to the RequestExt. Signed-off-by: David Calavera <[email protected]> Signed-off-by: David Calavera <[email protected]>
Bump crate versions to 0.6.0 (awslabs#502) Signed-off-by: David Calavera <[email protected]>
Release lambda_http 0.5.2 (awslabs#469) * Release lambda_http 0.5.2 Signed-off-by: David Calavera <[email protected]> * Update query_map to match version of aws_lambda_events. Signed-off-by: David Calavera <[email protected]>
Release version 0.5.1 of the runtime. (awslabs#449) Signed-off-by: David Calavera <[email protected]>
Fix issue parsing WebSocket requests. (awslabs#433) * Fix issue parsing WebSocket requests. Allow patch versions of aws_lambda_events. Signed-off-by: David Calavera <[email protected]> * Update lambda_http version to release a patch. Signed-off-by: David Calavera <[email protected]>
fixes following v0.5.0 releases (awslabs#429) * fix: rename lambda extension to match crates.io * docs: fix lambda-extension crate name
Updated versions to 0.4.1 for release to crates.io (awslabs#343)
PreviousNext