Skip to content

Commit

Permalink
chore: release v1.2.0 (#510)
Browse files Browse the repository at this point in the history
* chore: release v1.2.0

* fix: example distro version
  • Loading branch information
seemk authored Jul 15, 2022
1 parent 5bb8cc9 commit de88d38
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 17 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@splunk/otel",
"entries": [
{
"date": "Fri, 15 Jul 2022 15:39:32 GMT",
"tag": "@splunk/otel_v1.2.0",
"version": "1.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@splunk/otel",
"commit": "75b2d1d1bc516f64c9e9ec07b67b4c377d840536",
"comment": "feat: add a way to collect unformatted profiling data"
}
]
}
},
{
"date": "Mon, 13 Jun 2022 08:22:59 GMT",
"tag": "@splunk/otel_v1.1.0",
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @splunk/otel

This log was last generated on Mon, 13 Jun 2022 08:22:59 GMT and should not be manually modified.
This log was last generated on Fri, 15 Jul 2022 15:39:32 GMT and should not be manually modified.

<!-- Start content -->

## 1.2.0

Fri, 15 Jul 2022 15:39:32 GMT

### Minor changes

- feat: add a way to collect unformatted profiling data ([email protected])
- fix: use a 500ms default delay for batch span processor to avoid excessive throttling
- fix: support HTTP schemes for profiling logs exporter

## 1.1.0

Mon, 13 Jun 2022 08:22:59 GMT
Expand Down
7 changes: 0 additions & 7 deletions change/@splunk-otel-345cf72a-5e0b-4e99-9034-dd82ede484b4.json

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/instrumentation-http": "^0.28.0",
"@splunk/otel": "^1.0.0",
"@splunk/otel": "^1.1.0",
"axios": "^0.21.1",
"express": "^4.17.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@opentelemetry/instrumentation-express": "^0.29.0",
"@opentelemetry/instrumentation-http": "^0.28.0",
"@splunk/otel": "^1.0.0",
"@splunk/otel": "^1.1.0",
"axios": "^0.21.1",
"env-cmd": "^10.1.0",
"express": "^4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/log-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/instrumentation-pino": "^0.29.0",
"@splunk/otel": "1.0.0",
"@splunk/otel": "1.1.0",
"pino": "^6.13.3"
}
}
2 changes: 1 addition & 1 deletion examples/logs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@splunk/otel": "^1.0.0"
"@splunk/otel": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion examples/mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/instrumentation-http": "^0.28.0",
"@opentelemetry/instrumentation-pino": "^0.29.0",
"@splunk/otel": "^1.0.0",
"@splunk/otel": "^1.1.0",
"pino": "^6.13.2"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splunk/otel",
"version": "1.1.0",
"version": "1.2.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]>",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
* limitations under the License.
*/

export const VERSION = '1.1.0';
export const VERSION = '1.2.0';

0 comments on commit de88d38

Please sign in to comment.