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.7
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.8
Choose a head ref
  • 17 commits
  • 18 files changed
  • 7 contributors

Commits on Oct 11, 2022

  1. Update simplejson to 3.17.6

    Fixes #62
    mdsakalu committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    6c81b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44300b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Fix runtime_client blocking main thread

    runtime_client.next is calling into the C extension which blocks the
    main thread. Moving it to a separate thread enables the main thread
    to process signal, see this issue for more details: #105
    tgsong authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    20715b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Add Python3.12.

    briensea committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    10913dc View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge pull request #118 from briensea/feat-python312

    Add Python3.12.
    briensea authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b42d267 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 19, 2023

  1. Merge pull request #121 from alex-pewpew/main

    Lazily initialize http modules used for error handling
    alex-pewpew authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    186003d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge pull request #88 from mdsakalu/main

    Use unicode chars instead of escape sequences in json encoder output and bump simplejson version
    briensea authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8e3bb0c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Downgrade to simplejson 3.17.2. (#123)

    * Downgrade to simplejson 3.17.2.
    
    * Fix test formatting.
    briensea authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8db75c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge pull request #115 from tgsong/patch-1

    Fix runtime_client blocking main thread
    pushkarchawda authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    49bb4cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80eefef View commit details
    Browse the repository at this point in the history
  3. Tidy up changes added with PR#115 and limit it to only work with Pyth…

    …on3.12 in Lambda. (#124)
    
    * Tidy up changes added with PR#115 andlimit it to only work with Python3.12 in Lambda.
    ---------
    
    Co-authored-by: Pushkar Chawda <chawdapu@amazon.com>
    pushkarchawda and Pushkar Chawda authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    573f048 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    745abed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    737906f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #125 from alex-pewpew/main

    Refactor conditional loading of ThreadPoolExecutor
    alex-pewpew authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c7fec7e View commit details
    Browse the repository at this point in the history
  4. Bump version to 2.0.8

    alex-pewpew committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5693d88 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #126 from alex-pewpew/main

    Bump version to 2.0.8
    alex-pewpew authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b45577e View commit details
    Browse the repository at this point in the history
Loading