4.0.0
- Initial release of
v4AWS Lambda Runtime Interface Client for NodeJS with typescript and multiconcurrency support for Node.js 24 and Lambda Managed Instances.
3.3.0
- Add support for multi tenancy (#128)
3.2.1
3.2.0
- Introduce advanced logging controls (#91)
- Bump package-lock deps (#98)
- Remove Node14 from integ tests matrix since it is deprecated (#99)
- Bump tar from 6.1.15 to 6.2.1 (#103)
- Handle invalid char when sending HTTP request to Runtime API (#100)
- Bump braces from 3.0.2 to 3.0.3 (#109)
- Update codebuild_build.sh script (#110)
- Fix centos and ubuntu integ tests (#111)
- Encode request id in URI path (#113)
- Release aws-lambda-ric 3.2.0 (#114)
3.1.0
- tar using --no-same-owner by @JavaScriptBach (#46)
- Use python3.8 in al2 integ tests (#72)
- Create pull request template (#73)
- Bump deps (#79)
- Remove unrecognized --disable-websockets option (#80)
- Update Distros and integration tests (#82)
- Clean up images after running integ tests (#84)
- Add Alpine3.17,3.18 remove 3.15 for integ tests (#85)
- Bump @babel/traverse from 7.22.5 to 7.23.2 (#86)
- Add Node20 to the test matrix (#87)
- Release aws-lambda-ric 3.1.0 (#88)
3.0.0
- AWS Lambda response streaming support
- ES module support
- Migrate from TypeScript to JavaScript, Include type declaration files for TypeScript support.
- Support Amazon Linux 2023
- Update RIE to v1.12
- Reduce image size by deleting aws-lambda-cpp and curl dependencies after building them
- aws-lambda-ric 3.0.0 release (#70)
- Run integration tests against every distro on PR (#71)
2.1.0
- Allow passing HandlerFunction to run function directly (#20)
- Update dependencies: tar and ansi-regex (#38)
- Bump minimist from 1.2.5 to 1.2.6 (#48)
- Update Curl to 7.83.0 (#49)
- Update Curl to 7.84.0 (#52)
- update aws-lambda-cpp (#57)
- Bump minimatch and mocha (#58)
- Update dependencies and distros (#65)
- Revert libcurl 7.84.0 update (#66)
- Stage aws-lambda-ric 2.1.0 release (#67)
2.0.0
- AWS Lambda Runtime Interface Client for NodeJS with ARM64 support
1.1.0
- Update Curl version to 7.77.0 (#23)
- Update dependencies, remove unused dependencies, add prettier plugin to eslint (#19)
- Fix errors issues
- Remove trailing . from sample curl command
- Add
docker loginto fix pull rate limit issue (#2) - Include GitHub action on push and pr (#1)
1.0.0
- Initial release of AWS Lambda Runtime Interface Client for NodeJS