|
| 1 | +### May 21, 2025 |
| 2 | +`3.3.0` |
| 3 | +- Add support for multi tenancy ([#128](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/128)) |
| 4 | + |
| 5 | +### Aug 26, 2024 |
| 6 | +`3.2.1` |
| 7 | +- Update test dependencies ([#115](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/115)) |
| 8 | +- Fix autoconf build issue ([#117](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/117)) |
| 9 | + |
| 10 | +### Jul 03, 2024 |
| 11 | +`3.2.0` |
| 12 | +- Introduce advanced logging controls ([#91](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/91)) |
| 13 | +- Bump package-lock deps ([#98](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/98)) |
| 14 | +- Remove Node14 from integ tests matrix since it is deprecated ([#99](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/99)) |
| 15 | +- Bump tar from 6.1.15 to 6.2.1 ([#103](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/103)) |
| 16 | +- Handle invalid char when sending HTTP request to Runtime API ([#100](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/100)) |
| 17 | +- Bump braces from 3.0.2 to 3.0.3 ([#109](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/109)) |
| 18 | +- Update codebuild_build.sh script ([#110](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/110)) |
| 19 | +- Fix centos and ubuntu integ tests ([#111](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/111)) |
| 20 | +- Encode request id in URI path ([#113](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/113)) |
| 21 | +- Release aws-lambda-ric 3.2.0 ([#114](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/114)) |
| 22 | + |
| 23 | +### Nov 09, 2023 |
| 24 | +`3.1.0` |
| 25 | +- tar using --no-same-owner by @JavaScriptBach ([#46](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/46)) |
| 26 | +- Use python3.8 in al2 integ tests ([#72](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/72)) |
| 27 | +- Create pull request template ([#73](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/73)) |
| 28 | +- Bump deps ([#79](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/79)) |
| 29 | +- Remove unrecognized --disable-websockets option ([#80](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/80)) |
| 30 | +- Update Distros and integration tests ([#82](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/82)) |
| 31 | +- Clean up images after running integ tests ([#84](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/84)) |
| 32 | +- Add Alpine3.17,3.18 remove 3.15 for integ tests ([#85](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/85)) |
| 33 | +- Bump @babel/traverse from 7.22.5 to 7.23.2 ([#86](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/86)) |
| 34 | +- Add Node20 to the test matrix ([#87](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/87)) |
| 35 | +- Release aws-lambda-ric 3.1.0 ([#88](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/88)) |
| 36 | + |
| 37 | +### Jun 26, 2023 |
| 38 | +`3.0.0` |
| 39 | +- AWS Lambda response streaming support |
| 40 | +- ES module support |
| 41 | +- Migrate from TypeScript to JavaScript, Include type declaration files for TypeScript support. |
| 42 | +- Support Amazon Linux 2023 |
| 43 | +- Update RIE to v1.12 |
| 44 | +- Reduce image size by deleting aws-lambda-cpp and curl dependencies after building them |
| 45 | +- aws-lambda-ric 3.0.0 release ([#70](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/70)) |
| 46 | +- Run integration tests against every distro on PR ([#71](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/71)) |
| 47 | + |
| 48 | + |
| 49 | +### May 15, 2023 |
| 50 | +`2.1.0` |
| 51 | +- Allow passing HandlerFunction to run function directly ([#20](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/20)) |
| 52 | +- Update dependencies: tar and ansi-regex ([#38](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/38)) |
| 53 | +- Bump minimist from 1.2.5 to 1.2.6 ([#48](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/48)) |
| 54 | +- Update Curl to 7.83.0 ([#49](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/49)) |
| 55 | +- Update Curl to 7.84.0 ([#52](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/52)) |
| 56 | +- update aws-lambda-cpp ([#57](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/57)) |
| 57 | +- Bump minimatch and mocha ([#58](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/58)) |
| 58 | +- Update dependencies and distros ([#65](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/65)) |
| 59 | +- Revert libcurl 7.84.0 update ([#66](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/66)) |
| 60 | +- Stage aws-lambda-ric 2.1.0 release ([#67](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/67)) |
| 61 | + |
| 62 | +### Sep 29, 2021 |
| 63 | +`2.0.0` |
| 64 | +- AWS Lambda Runtime Interface Client for NodeJS with ARM64 support |
| 65 | + |
| 66 | +### Jun 09, 2021 |
| 67 | +`1.1.0` |
| 68 | +- Update Curl version to 7.77.0 ([#23](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/23)) |
| 69 | +- Update dependencies, remove unused dependencies, add prettier plugin to eslint ([#19](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/19)) |
| 70 | +- Fix errors issues |
| 71 | +- Remove trailing . from sample curl command |
| 72 | +- Add `docker login` to fix pull rate limit issue ([#2](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/2)) |
| 73 | +- Include GitHub action on push and pr ([#1](https://github.com/aws/aws-lambda-nodejs-runtime-interface-client/pull/1)) |
| 74 | + |
| 75 | +### Dec 01, 2020 |
| 76 | +`1.0.0` |
| 77 | +- Initial release of AWS Lambda Runtime Interface Client for NodeJS |
| 78 | + |
0 commit comments