@instana/aws-lambda
Advanced tools
Comparing version 2.12.0 to 2.13.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.13.0](https://github.com/instana/nodejs/compare/v2.12.0...v2.13.0) (2022-12-07) | ||
### Features | ||
* **aws-lambda:** added the RequestId to most of the extension logs ([#660](https://github.com/instana/nodejs/issues/660)) ([469f131](https://github.com/instana/nodejs/commit/469f13195350d8e49952b9d7cec35ba71aaec428)) | ||
# [2.12.0](https://github.com/instana/nodejs/compare/v2.11.1...v2.12.0) (2022-11-22) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "2.12.0", | ||
"version": "2.13.0", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -71,4 +71,4 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "2.12.0", | ||
"@instana/serverless": "2.12.0" | ||
"@instana/core": "2.13.0", | ||
"@instana/serverless": "2.13.0" | ||
}, | ||
@@ -78,3 +78,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "eb8f989b4e1bd17aff928f6df9e742c8af518ca4" | ||
"gitHead": "97486ee7218bb27cfbad81071ef0ccacc3f3188a" | ||
} |
61130
+ Added@instana/core@2.13.0(transitive)
- Removed@instana/core@2.12.0(transitive)
Updated@instana/core@2.13.0
Updated@instana/serverless@2.13.0