Skip to content

Tags: heydamianc/aws-lambda-rust-runtime

Tags

v0.7.1-lambda-http

Toggle v0.7.1-lambda-http's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.6.2-lambda-http

Toggle v0.6.2-lambda-http's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump crate versions to 0.6.0 (awslabs#502)

Signed-off-by: David Calavera <[email protected]>

v0.5.2-lambda-http

Toggle v0.5.2-lambda-http's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.5.1-runtime

Toggle v0.5.1-runtime's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release version 0.5.1 of the runtime. (awslabs#449)

Signed-off-by: David Calavera <[email protected]>

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes following v0.5.0 releases (awslabs#429)

* fix: rename lambda extension to match crates.io

* docs: fix lambda-extension crate name

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated versions to 0.4.1 for release to crates.io (awslabs#343)