@instana/aws-lambda
Advanced tools
Comparing version 2.8.1 to 2.9.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.9.0](https://github.com/instana/nodejs/compare/v2.8.1...v2.9.0) (2022-09-26) | ||
### Features | ||
* **aws-lambda:** added heartbeat to reduce timeouts ([#612](https://github.com/instana/nodejs/issues/612)) ([79ec77f](https://github.com/instana/nodejs/commit/79ec77f41e13688a3347a6a88a6d87839212cabd)) | ||
## [2.8.1](https://github.com/instana/nodejs/compare/v2.8.0...v2.8.1) (2022-09-21) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/aws-lambda", | ||
"version": "2.8.1", | ||
"version": "2.9.0", | ||
"description": "Instana tracing and monitoring for Node.js based AWS Lambdas", | ||
@@ -71,4 +71,4 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "2.8.1", | ||
"@instana/serverless": "2.8.1" | ||
"@instana/core": "2.9.0", | ||
"@instana/serverless": "2.9.0" | ||
}, | ||
@@ -78,3 +78,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "92addcc851d5f26d53d4a15e89fd353033957319" | ||
"gitHead": "9cd0ca71bb85162399a1e322b08b9ab2fe498db9" | ||
} |
60284
+ Added@instana/core@2.9.0(transitive)
- Removed@instana/core@2.8.1(transitive)
Updated@instana/core@2.9.0
Updated@instana/serverless@2.9.0