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.0.11
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: 2.0.12
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 10, 2024

  1. Fix alpine image breaking due to missing dependencies and curl

    Context: `libexecinfo-dev` couldn't be found on alpine
    PartiallyUntyped committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    22f2516 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #146 from aws/rye-setup

    Fix alpine image breaking due to missing dependencies 
    
    By submitting this commit, I confirm that my contribution is made under the terms of the Apache 2.0 license.
    PartiallyUntyped authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c00b4e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Relax simplejson dependency and keep it backwards compatible (#152)

    Simplejson had a breaking change from 3.18.4 (existing) going to
    3.19 where the default behaviour of the JSONEncoder changed with
    respect to NaN handling. We address that in a backwards compatible
    way by passing `allow_nan=True`.
    PartiallyUntyped authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3a7d01e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. [153] Have PR workflow run against all OSes (#154)

    Mirrors the structure of the NodeJS ric with respect to github actions
    to run integ tests against all vendors.
    
    Issues with particular vendors won't be fixed in this PR to keep it
    short.
    
    Drops: python 3.7 in all but al1
    PartiallyUntyped authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1d061f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e70f5 View commit details
    Browse the repository at this point in the history
Loading