Skip to content

Commit

Permalink
Update RELEASE.CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
normj committed Aug 2, 2023
1 parent e9cc4f8 commit 6513aca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### Release 2023-08-02
* **Amazon.Lambda.TestTool (0.14.0)**
* Add new --disable-logs switch used with --no-ui to ensure the console does not include logs just the function's response.
* Set default values on the ILambdaContext for FunctionName, InvokedFunctionArn and AwsRequestId.
* Set default values on the ILambdaContext for `FunctionName`, `InvokedFunctionArn` and `AwsRequestId`.
* Fixed issue when a Lambda function build directory contains multiple `*.runtimeconfig.json` file causing the tool to pick the wrong file.
* Pull Request [#1556](https://github.com/aws/aws-lambda-dotnet/pull/1556) add null check when traversing parent folders. Thanks [joshuA Seither](https://github.com/joshuaseither).
* Pull Request [#1558](https://github.com/aws/aws-lambda-dotnet/pull/1558) fix casing issue with integ test. Thanks [joshuA Seither](https://github.com/joshuaseither).

Expand Down

0 comments on commit 6513aca

Please sign in to comment.