honeycomb-beeline
Advanced tools
Comparing version 4.1.0 to 4.2.0
# beeline-nodejs changelog | ||
## 4.2.0 [2024-04-26] | ||
### !!! Breaking Changes !!! | ||
Minimum Node version is now 14.18. | ||
### Maintenance | ||
- maint: Bump libhoney to 4.3.0 (#729) | @MikeGoldsmith | ||
- maint: add labels to release.yml for auto-generated grouping (#728) | @JamieDanielson | ||
## 4.1.0 [2024-03-07] | ||
@@ -4,0 +15,0 @@ |
@@ -9,3 +9,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"repository": { | ||
@@ -16,3 +16,3 @@ "type": "git", | ||
"engines": { | ||
"node": ">= 14.*" | ||
"node": ">= 14.18" | ||
}, | ||
@@ -60,3 +60,3 @@ "files": [ | ||
"debug": "^4.2.0", | ||
"libhoney": "^4.2.0", | ||
"libhoney": "^4.3.0", | ||
"on-headers": "^1.0.2", | ||
@@ -63,0 +63,0 @@ "shimmer": "^1.2.1" |
@@ -16,3 +16,3 @@ # Honeycomb Beeline for NodeJS | ||
- **Node 14+** | ||
- **Node 14.18+** | ||
@@ -19,0 +19,0 @@ ## Known Issues |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
271273
Updatedlibhoney@^4.3.0