-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: release 0.14.0 * chore: generate version file
- Loading branch information
Showing
8 changed files
with
47 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,39 @@ | ||
{ | ||
"name": "@splunk/otel", | ||
"entries": [ | ||
{ | ||
"date": "Tue, 12 Oct 2021 06:38:40 GMT", | ||
"tag": "@splunk/otel_v0.14.0", | ||
"version": "0.14.0", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"author": "[email protected]", | ||
"package": "@splunk/otel", | ||
"comment": "feat: remove support for `maxAttrLength`", | ||
"commit": "91a2faa6cc2b1a00d2bd25ed97b23564d778a066" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@splunk/otel", | ||
"comment": "feat: warn about missing service.name and no instrumentations", | ||
"commit": "91a2faa6cc2b1a00d2bd25ed97b23564d778a066" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@splunk/otel", | ||
"comment": "feat: give OTEL_SPAN_LINK_COUNT_LIMIT and OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT GDI spec compliant defaults", | ||
"commit": "91a2faa6cc2b1a00d2bd25ed97b23564d778a066" | ||
}, | ||
{ | ||
"author": "[email protected]", | ||
"package": "@splunk/otel", | ||
"comment": "chore: update core OTel deps to v1.0", | ||
"commit": "91a2faa6cc2b1a00d2bd25ed97b23564d778a066" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 04 Oct 2021 12:27:07 GMT", | ||
"tag": "@splunk/otel_v0.13.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
# Change Log - @splunk/otel | ||
|
||
This log was last generated on Mon, 04 Oct 2021 12:27:07 GMT and should not be manually modified. | ||
This log was last generated on Tue, 12 Oct 2021 06:38:40 GMT and should not be manually modified. | ||
|
||
<!-- Start content --> | ||
|
||
## 0.14.0 | ||
|
||
Tue, 12 Oct 2021 06:38:40 GMT | ||
|
||
### Minor changes | ||
|
||
- feat: remove support for `maxAttrLength` ([email protected]) | ||
- feat: warn about missing service.name and no instrumentations ([email protected]) | ||
- feat: give OTEL_SPAN_LINK_COUNT_LIMIT and OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT GDI spec compliant defaults ([email protected]) | ||
- chore: update core OTel deps to v1.0 ([email protected]) | ||
|
||
## 0.13.0 | ||
|
||
Mon, 04 Oct 2021 12:27:07 GMT | ||
|
7 changes: 0 additions & 7 deletions
7
change/@splunk-otel-14b0a128-e4ef-40f4-b5a3-e5f145bea2ff.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@splunk-otel-43ecdcc3-f6b8-4c63-8b96-3b554cd79ae2.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@splunk-otel-c26a30e3-1df9-4a25-8f41-f794a22074bf.json
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
change/@splunk-otel-c8597287-aa4c-4986-a3a2-de33c8ac8912.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@splunk/otel", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.", | ||
"repository": "[email protected]:signalfx/splunk-otel-js.git", | ||
"author": "Splunk <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
* limitations under the License. | ||
*/ | ||
|
||
export const VERSION = '0.13.0'; | ||
export const VERSION = '0.14.0'; |