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: maxday/fast-ci
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 12 files changed
  • 7 contributors

Commits on Jun 18, 2026

  1. Merge pull request #207 from aws/maxday/fast-ci

    ci: fast CI
    maxday authored Jun 18, 2026
    Configuration menu
    Copy the full SHA
    296b39f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Add preview warning for Python 3.15

    Stefan Toma committed Jun 22, 2026
    Configuration menu
    Copy the full SHA
    2068ac0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #209 from aws/stefantm/preview-warning

    Add preview warning for Python 3.15
    Stefan9283 authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    3c864c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. fix: support building on Alpine Linux 3.17+ (musl) without libexecinf…

    …o-dev (#204)
    
    * fix: support building on Alpine Linux 3.17+ without libexecinfo-dev
    
    Co-authored-by: Mohammed Ehab <moehabe@amazon.com>
    M-Elsaeed and Mohammed Ehab authored Jun 24, 2026
    Configuration menu
    Copy the full SHA
    d3e9632 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2026

  1. Configuration menu
    Copy the full SHA
    aac70b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff0d2f View commit details
    Browse the repository at this point in the history
  3. chore: removed comment

    darklight3it committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    d2b14c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc8c4f8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #211 from aws/fix/lazy-loading-mc-utils

    Lazy load multi-concurrent utilities for cold start improvement
    darklight3it authored Jun 25, 2026
    Configuration menu
    Copy the full SHA
    ce38ada View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. ci + chore(release): 4.0.1 and auto-create GitHub Release on version …

    …bump to main (#210)
    
    * chore(release): 4.0.1
    
    Bump version to 4.0.1 and update changelog for the Alpine Linux 3.17+
    (musl) build fix (#204).
    
    * ci: auto-create GitHub Release on version bump to main
    
    Adds a workflow that detects a change to __version__ in
    awslambdaric/__init__.py on main, then creates a tag and GitHub Release
    using notes from RELEASE.CHANGELOG.md. Skips if the release already exists.
    M-Elsaeed authored Jun 26, 2026
    Configuration menu
    Copy the full SHA
    46e4c6a View commit details
    Browse the repository at this point in the history
Loading