Skip to content

Tags: Maleco/aws-lambda-rust-runtime

Tags

v0.7.3

Toggle v0.7.3'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.7.3 (awslabs#587)

v0.7.2

Toggle v0.7.2'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.7.2 (awslabs#579)

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

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

v0.8.0-extension

Toggle v0.8.0-extension's commit message

Verified

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

- Release lambda_runtime 0.7.1
- Release lambda-extension 0.8.0

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

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

v0.7.1-runtime

Toggle v0.7.1-runtime's commit message

Verified

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

- Release lambda_runtime 0.7.1
- Release lambda-extension 0.8.0

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

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

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]>