Skip to content

Commit

Permalink
Merge pull request #543 from solarwinds/release-2025-01-07
Browse files Browse the repository at this point in the history
solarwinds-apm 15.1.0
  • Loading branch information
raphael-theriault-swi authored Jan 7, 2025
2 parents f8cfdc4 + 95f24e2 commit d154983
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 78 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
aws lambda publish-layer-version \
--layer-name $LAYER_NAME \
--license-info "Apache 2.0" \
--compatible-runtimes nodejs20.x nodejs18.x \
--compatible-runtimes nodejs22.x nodejs20.x nodejs18.x \
--zip-file fileb://layer.zip \
--query 'LayerVersionArn' \
--output text
Expand Down
3 changes: 0 additions & 3 deletions .yarn/versions/2e6d709d.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .yarn/versions/4a3f780d.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .yarn/versions/79b84e66.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .yarn/versions/8fd16501.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/9944c778.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/9ea14d27.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/d5f0cc26.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/d8d6d5b3.yml

This file was deleted.

5 changes: 2 additions & 3 deletions packages/histogram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/histogram",
"version": "2.0.1-pre.1",
"version": "2.0.1",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <[email protected]>"
Expand Down Expand Up @@ -45,6 +45,5 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
},
"stableVersion": "2.0.0"
}
}
5 changes: 2 additions & 3 deletions packages/instrumentations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/instrumentations",
"version": "2.1.0-pre.1",
"version": "2.1.0",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <[email protected]>"
Expand Down Expand Up @@ -104,6 +104,5 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
},
"stableVersion": "2.0.0"
}
}
5 changes: 2 additions & 3 deletions packages/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/module",
"version": "2.1.0-pre.1",
"version": "2.1.0",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <[email protected]>"
Expand Down Expand Up @@ -44,6 +44,5 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
},
"stableVersion": "2.0.0"
}
}
5 changes: 2 additions & 3 deletions packages/sampling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/sampling",
"version": "3.0.0-pre.1",
"version": "3.0.0",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <[email protected]>"
Expand Down Expand Up @@ -60,6 +60,5 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
},
"stableVersion": "2.0.0"
}
}
11 changes: 11 additions & 0 deletions packages/solarwinds-apm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [15.1.0](https://github.com/solarwinds/apm-js/releases/tag/v15.1.0)

## New features and improvements

- New `SW_APM_LOG_STDERR` and `SW_APM_LOG_NULL` flags to redirect logging output

## Internal changes

- Retrieve sampling settings using HTTP instead of gRPC
- Use pure JavaScript crypto

# [15.0.0](https://github.com/solarwinds/apm-js/releases/tag/v15.0.0)

## Breaking changes
Expand Down
5 changes: 2 additions & 3 deletions packages/solarwinds-apm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solarwinds-apm",
"version": "15.1.0-pre.1",
"version": "15.1.0",
"description": "OpenTelemetry-based SolarWinds APM library",
"license": "Apache-2.0",
"contributors": [
Expand Down Expand Up @@ -99,6 +99,5 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
},
"stableVersion": "15.0.0"
}
}
5 changes: 2 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solarwinds-apm/test",
"version": "2.1.0-pre.1",
"version": "2.1.0",
"license": "Apache-2.0",
"contributors": [
"Raphaël Thériault <[email protected]>"
Expand Down Expand Up @@ -68,6 +68,5 @@
},
"engines": {
"node": "^18.19.0 || ^20.8.0 || >=22.0.0"
},
"stableVersion": "2.0.0"
}
}

0 comments on commit d154983

Please sign in to comment.