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-nodejs-runtime-interface-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: aws/aws-lambda-nodejs-runtime-interface-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 15 commits
  • 287 files changed
  • 8 contributors

Commits on Jul 15, 2025

  1. Deleting integration tests

    Fabiana Severin committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    34b48f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Adding warning for callback handlers

    Fabiana Severin committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    2a37745 View commit details
    Browse the repository at this point in the history
  2. add async handler detection tests

    Fabiana Severin committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    1ab9990 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Merge pull request #143 from aws/fabisev/integration-test-deletion

    Deleting integration tests
    fabisev authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    2f20fff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #147 from aws/main

    Merge pull request #143 from aws/fabisev/integration-test-deletion
    fabisev authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    cbfa8ba View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 4 to 5 (#146)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    2f679f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Merge pull request #144 from aws/fabisev/warning-callback-handlers

    Adding warning callback handlers and isAsync detection
    fabisev authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    b4e31e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da5777a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Fix security vulnerabilities in dependencies (#157)

    - Fixed brace-expansion Regular Expression Denial of Service vulnerability
    - Updated dependencies via npm audit fix
    - All vulnerabilities resolved (0 vulnerabilities found)
    
    Co-authored-by: Rares Polenciuc <rarepolz@amazon.com>
    rarepolz and Rares Polenciuc authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    962ed28 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. rename main to nodejs22.x

    godcrampy committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    43d5449 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Configuration menu
    Copy the full SHA
    c2d6c2d View commit details
    Browse the repository at this point in the history
  2. feat: Port Node.js 24.x runtime interface client implementation

    Co-authored-by: Maxime David <maxday@amazon.com>
    Co-authored-by: Naman Trivedi <trivenay@amazon.com>
    3 people committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    90b5b5b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. chore: Update build-scripts and RIC dependencies

    - Update Node.js Lambda base image from 24-preview to 24 stable release
    - Upgrade @aws/lambda-invoke-store from 0.2.0 to 0.2.2
    - Downgrade package version from 4.1.0 to 4.0.0
    - Add --ignore-scripts flag to npm install in Dockerfile.js
    - Rename build-artifacts directory references to deps in Dockerfile.native
    - Add deps directory to eslint ignore patterns
    - Enhance lambda-build.sh with architecture detection and validation
    - Add --provenance=false and --platform flags to docker build command
    - Implement architecture mismatch detection with function recreation logic
    godcrampy committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    23449b8 View commit details
    Browse the repository at this point in the history
  2. feat: Prepare for Node.js 24 + Lambda Managed Instances RIC Launch (#161

    )
    
    * ci: Update CI workflow and expand build documentation
    
    * docs: Update release changelog for v4.0.0 release
    godcrampy authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    7a6f162 View commit details
    Browse the repository at this point in the history
  3. minor: Update contents of packaged artifact + run npm audit fix (#169)

    * minor: Update CI badge
    
    * minor: npm audit fix
    
    * docs: Add paperwork to built tar
    godcrampy authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    a4560c8 View commit details
    Browse the repository at this point in the history
Loading