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-python-runtime-interface-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: aws/aws-lambda-python-runtime-interface-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 38 files changed
  • 8 contributors

Commits on Aug 8, 2024

  1. Fix integration tests (#165)

    * Fix integration tests
    smirnoal authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f9d370f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a37a43a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a287869 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Patch libcurl configure.ac to work with later versions of autoconf (#168

    )
    
    Added a patch for libcurl/configure.ac to fix build issues with recent versions of autoconf
    
    This commit adds a patch for curl/configure.ac that replaces the inlined
    flags/conditionals with scoped ones.
    
    What's happening?
    
    1. We have build failures in later versions of autoconf.
        1. Why ? ./configure script for libcurl breaks during execution.
        2. Why ? Control flow structures are not correctly closed which
           results in a parse error.
        3. Why ? The structures in the m4 template in ./configure.ac for the
           7.83.1 release of libcurl rely on inlined scripts.
        4. Why [now]? The 2.72 update on autoconf changed the behaviour of
           the script generator.
    
    What do we do to ameliorate this?
    1. Corrected the config script
    2. Created a patch
    3. Apply the patch to the shipped curl dependency
    PartiallyUntyped authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9425d49 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Nov 15, 2024

  1. Add python3.13. (#175)

    * Add python3.13.
    
    * Fix integ tests
    
    ---------
    
    Co-authored-by: Stefan Toma <stefan9283@gmail.com>
    briensea and Stefan9283 authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    079135e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    349d36a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1960e7e View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

Commits on Jan 24, 2025

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

Commits on Jan 27, 2025

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

Commits on Feb 27, 2025

  1. Update simplejson to 3.20.1 (#184)

    * Update to simplejson 3.20.1
    briensea authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    d3cd787 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f65d966 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. feat: add tenant-id to lambda context and structured log message (#187)

    * feat: add tenant-id to lambda context
    
    * feat: add tenant id to structed log messages
    
    * fix bug in runtime_client.cpp
    
    ---------
    
    Co-authored-by: Ramisa Alam <lmramisa@amazon.com>
    ramisa2108 and Ramisa Alam authored May 21, 2025
    Configuration menu
    Copy the full SHA
    2e3d4b4 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. Bump to version 3.1.0 (#188)

    Co-authored-by: Ramisa Alam <lmramisa@amazon.com>
    ramisa2108 and Ramisa Alam authored May 22, 2025
    Configuration menu
    Copy the full SHA
    224a920 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

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

Commits on May 27, 2025

  1. Configuration menu
    Copy the full SHA
    3f43f4d View commit details
    Browse the repository at this point in the history
Loading