@instana/collector
Advanced tools
Comparing version 3.5.0 to 3.6.0
@@ -6,2 +6,9 @@ # Change Log | ||
# [3.6.0](https://github.com/instana/nodejs/compare/v3.5.0...v3.6.0) (2024-04-29) | ||
### Features | ||
- added support for node-rdkafka v3 ([#1123](https://github.com/instana/nodejs/issues/1123)) ([a519d75](https://github.com/instana/nodejs/commit/a519d75bec6798f0891365752b15c8df9a80a9db)) | ||
- added support for pino v9 ([#1130](https://github.com/instana/nodejs/issues/1130)) ([6a6565c](https://github.com/instana/nodejs/commit/6a6565c7463bb820d6495d07728dba0b12aa5156)) | ||
# [3.5.0](https://github.com/instana/nodejs/compare/v3.4.0...v3.5.0) (2024-04-24) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "@instana/collector", | ||
"version": "3.5.0", | ||
"version": "3.6.0", | ||
"description": "The Instana Node.js metrics and trace data collector", | ||
@@ -81,4 +81,4 @@ "author": { | ||
"dependencies": { | ||
"@instana/core": "3.5.0", | ||
"@instana/shared-metrics": "3.5.0", | ||
"@instana/core": "3.6.0", | ||
"@instana/shared-metrics": "3.6.0", | ||
"bunyan": "^1.8.15", | ||
@@ -89,3 +89,3 @@ "semver": "^7.5.4", | ||
"optionalDependencies": { | ||
"@instana/autoprofile": "3.5.0" | ||
"@instana/autoprofile": "3.6.0" | ||
}, | ||
@@ -97,3 +97,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "742e4f6e7e7fc1c96b0ff718c5b6ab90e8a759d0" | ||
"gitHead": "7379a55fac8adc467e8acea4a454f6a8a457cb92" | ||
} |
144901
+ Added@instana/autoprofile@3.6.0(transitive)
+ Added@instana/core@3.6.0(transitive)
+ Added@instana/shared-metrics@3.6.0(transitive)
- Removed@instana/autoprofile@3.5.0(transitive)
- Removed@instana/core@3.5.0(transitive)
- Removed@instana/shared-metrics@3.5.0(transitive)
Updated@instana/core@3.6.0