-
Notifications
You must be signed in to change notification settings - Fork 380
Comparing changes
Open a pull request
base repository: aws/aws-lambda-rust-runtime
base: v0.8.0
head repository: aws/aws-lambda-rust-runtime
compare: lambda-http-0.8.1
- 14 commits
- 190 files changed
- 4 contributors
Commits on Apr 14, 2023
-
Provide context when deserialization fails. (#640)
* Provide context when deserialization fails. Use serde_path_to_error to provide a little bit more information about the serde failure. Signed-off-by: David Calavera <[email protected]> * Include the error path in the message when the problem is not the root element "." Signed-off-by: David Calavera <[email protected]> * Cleanup formatting Signed-off-by: David Calavera <[email protected]> * Fix typo Signed-off-by: David Calavera <[email protected]> --------- Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2360a05 - Browse repository at this point
Copy the full SHA 2360a05View commit details -
Update aws_lambda_events (#641)
There are some performance improvements in deserializing payloads. Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5d6f1e - Browse repository at this point
Copy the full SHA c5d6f1eView commit details -
Add wording to follow the legal guidelines about non-official packages.
Configuration menu - View commit details
-
Copy full SHA for 3fce312 - Browse repository at this point
Copy the full SHA 3fce312View commit details
Commits on May 2, 2023
-
- Move Config data into the Runtime struct - Make runtime methods private - Implement IntoRequest for EventCompletionStreamingRequest Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e18d366 - Browse repository at this point
Copy the full SHA e18d366View commit details
Commits on May 5, 2023
-
Bring aws_lambda_events as subpackage (#647)
Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 494dd18 - Browse repository at this point
Copy the full SHA 494dd18View commit details -
Copy license from old events repo (#648)
As stated in the license, the copyright notice should be included in copies. Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbf212f - Browse repository at this point
Copy the full SHA fbf212fView commit details
Commits on May 10, 2023
-
Upgrade dependencies in lambda-events (#650)
* Upgrade base64 to 0.21. * Upgrade serde_with. * Fix a test compilation issue.
Configuration menu - View commit details
-
Copy full SHA for 82bd8aa - Browse repository at this point
Copy the full SHA 82bd8aaView commit details
Commits on May 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c93265 - Browse repository at this point
Copy the full SHA 7c93265View commit details
Commits on May 22, 2023
-
Fix support for APIGW console requests (#657)
Test requests from the APIGW console don't include time epoch. This change makes that field to be deserialized with a default value in those cases. Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b19a79e - Browse repository at this point
Copy the full SHA b19a79eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbdf822 - Browse repository at this point
Copy the full SHA dbdf822View commit details -
Add missing RawHttpPath extension to WebSockets (#656)
Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 007f915 - Browse repository at this point
Copy the full SHA 007f915View commit details
Commits on May 28, 2023
-
Improvements in event compilation (#659)
* Make compiling chrono conditional It's not necessary for all event types. Signed-off-by: David Calavera <[email protected]> * Make compiling query_map conditional. It's not used in all events. Signed-off-by: David Calavera <[email protected]> * Test individual features - Convert package to 2021 edition. - Format imports. Signed-off-by: David Calavera <[email protected]> * Remove old idioms So people don't have to learn 2015 idioms like `extern crate` and implicit macro imports. Signed-off-by: David Calavera <[email protected]> * Bump crate version Signed-off-by: David Calavera <[email protected]> --------- Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7329a4 - Browse repository at this point
Copy the full SHA a7329a4View commit details
Commits on Jun 7, 2023
-
change(example/basic-lambda-external-runtime): minimal example showca…
…sing lambda_runtime usage alongside another runtime thread/thread pool. (#661)
Configuration menu - View commit details
-
Copy full SHA for 19b8326 - Browse repository at this point
Copy the full SHA 19b8326View commit details
Commits on Jun 10, 2023
-
There are some patch improvements for http and generic lambda functions. Signed-off-by: David Calavera <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdc4714 - Browse repository at this point
Copy the full SHA fdc4714View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.0...lambda-http-0.8.1