@instana/collector
Advanced tools
Comparing version 2.16.0 to 2.17.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.17.0](https://github.com/instana/nodejs/compare/v2.16.0...v2.17.0) (2023-02-20) | ||
### Features | ||
* **collector:** added support for nats 2.x including trace correlation ([#702](https://github.com/instana/nodejs/issues/702)) ([86a2685](https://github.com/instana/nodejs/commit/86a2685cfaa6e75dc855527714f50960e7d3504a)) | ||
# [2.16.0](https://github.com/instana/nodejs/compare/v2.15.0...v2.16.0) (2023-02-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@instana/collector", | ||
"version": "2.16.0", | ||
"version": "2.17.0", | ||
"description": "The Instana Node.js metrics and trace data collector", | ||
@@ -138,4 +138,4 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "2.16.0", | ||
"@instana/shared-metrics": "2.16.0", | ||
"@instana/core": "2.17.0", | ||
"@instana/shared-metrics": "2.17.0", | ||
"bunyan": "^1.8.15", | ||
@@ -147,3 +147,3 @@ "semver": "7.3.3", | ||
"optionalDependencies": { | ||
"@instana/autoprofile": "2.16.0" | ||
"@instana/autoprofile": "2.17.0" | ||
}, | ||
@@ -158,3 +158,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "f6a669a5d231629a5f2e4eecca212784d5ce1357" | ||
"gitHead": "b8b757c003c1c91225551ce0d5ce13c660498bcc" | ||
} |
116921
+ Added@instana/autoprofile@2.17.0(transitive)
+ Added@instana/core@2.17.0(transitive)
+ Added@instana/shared-metrics@2.17.0(transitive)
- Removed@instana/autoprofile@2.16.0(transitive)
- Removed@instana/core@2.16.0(transitive)
- Removed@instana/shared-metrics@2.16.0(transitive)
Updated@instana/core@2.17.0