Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-lambda-rust-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 393d644
Choose a base ref
...
head repository: aws/aws-lambda-rust-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fdc4714
Choose a head ref
  • 14 commits
  • 190 files changed
  • 4 contributors

Commits on Apr 14, 2023

  1. 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]>
    calavera authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2360a05 View commit details
    Browse the repository at this point in the history
  2. Update aws_lambda_events (#641)

    There are some performance improvements in deserializing payloads.
    
    Signed-off-by: David Calavera <[email protected]>
    calavera authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    c5d6f1e View commit details
    Browse the repository at this point in the history
  3. Update README.md (#642)

    Add wording to follow the legal guidelines about non-official packages.
    calavera authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3fce312 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Cleanup runtime config (#646)

    - Move Config data into the Runtime struct
    - Make runtime methods private
    - Implement IntoRequest for EventCompletionStreamingRequest
    
    Signed-off-by: David Calavera <[email protected]>
    calavera authored May 2, 2023
    Configuration menu
    Copy the full SHA
    e18d366 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Bring aws_lambda_events as subpackage (#647)

    Signed-off-by: David Calavera <[email protected]>
    calavera authored May 5, 2023
    Configuration menu
    Copy the full SHA
    494dd18 View commit details
    Browse the repository at this point in the history
  2. 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]>
    calavera authored May 5, 2023
    Configuration menu
    Copy the full SHA
    fbf212f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Upgrade dependencies in lambda-events (#650)

    * Upgrade base64 to 0.21.
    
    * Upgrade serde_with.
    
    * Fix a test compilation issue.
    jakubadamw authored May 10, 2023
    Configuration menu
    Copy the full SHA
    82bd8aa View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    7c93265 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. 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]>
    calavera authored May 22, 2023
    Configuration menu
    Copy the full SHA
    b19a79e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbdf822 View commit details
    Browse the repository at this point in the history
  3. Add missing RawHttpPath extension to WebSockets (#656)

    Signed-off-by: David Calavera <[email protected]>
    calavera authored May 22, 2023
    Configuration menu
    Copy the full SHA
    007f915 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. 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]>
    calavera authored May 28, 2023
    Configuration menu
    Copy the full SHA
    a7329a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. change(example/basic-lambda-external-runtime): minimal example showca…

    …sing lambda_runtime usage alongside another runtime thread/thread pool. (#661)
    heavens authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    19b8326 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Release version 0.8.1 (#662)

    There are some patch improvements for http and generic lambda functions.
    
    Signed-off-by: David Calavera <[email protected]>
    calavera authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    fdc4714 View commit details
    Browse the repository at this point in the history
Loading