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: lambda-events-0.9.0
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: lambda-events-0.10.0
Choose a head ref
  • 4 commits
  • 73 files changed
  • 1 contributor

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
Loading