diff --git a/.github/workflows/lambda.yml b/.github/workflows/lambda.yml index 1620cd29..644c077c 100644 --- a/.github/workflows/lambda.yml +++ b/.github/workflows/lambda.yml @@ -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 diff --git a/.yarn/versions/2e6d709d.yml b/.yarn/versions/2e6d709d.yml deleted file mode 100644 index 0c012268..00000000 --- a/.yarn/versions/2e6d709d.yml +++ /dev/null @@ -1,3 +0,0 @@ -releases: - "@solarwinds-apm/sampling": minor - solarwinds-apm: minor diff --git a/.yarn/versions/4a3f780d.yml b/.yarn/versions/4a3f780d.yml deleted file mode 100644 index 68a26fa7..00000000 --- a/.yarn/versions/4a3f780d.yml +++ /dev/null @@ -1,10 +0,0 @@ -releases: - "@solarwinds-apm/test": minor - -declined: - - "@solarwinds-apm/bindings" - - "@solarwinds-apm/compat" - - "@solarwinds-apm/dependencies" - - "@solarwinds-apm/instrumentations" - - "@solarwinds-apm/sampling" - - solarwinds-apm diff --git a/.yarn/versions/79b84e66.yml b/.yarn/versions/79b84e66.yml deleted file mode 100644 index 224805ef..00000000 --- a/.yarn/versions/79b84e66.yml +++ /dev/null @@ -1,11 +0,0 @@ -releases: - "@solarwinds-apm/histogram": patch - "@solarwinds-apm/instrumentations": minor - "@solarwinds-apm/sampling": patch - "@solarwinds-apm/test": patch - solarwinds-apm: minor - -declined: - - "@solarwinds-apm/bindings" - - "@solarwinds-apm/compat" - - "@solarwinds-apm/dependencies" diff --git a/.yarn/versions/8fd16501.yml b/.yarn/versions/8fd16501.yml deleted file mode 100644 index 6beec8ed..00000000 --- a/.yarn/versions/8fd16501.yml +++ /dev/null @@ -1,13 +0,0 @@ -releases: - "@solarwinds-apm/sampling": patch - solarwinds-apm: minor - -declined: - - "@solarwinds-apm/bindings" - - "@solarwinds-apm/compat" - - "@solarwinds-apm/dependencies" - - "@solarwinds-apm/eslint-config" - - "@solarwinds-apm/histogram" - - "@solarwinds-apm/instrumentations" - - "@solarwinds-apm/module" - - "@solarwinds-apm/test" diff --git a/.yarn/versions/9944c778.yml b/.yarn/versions/9944c778.yml deleted file mode 100644 index 7d8277a4..00000000 --- a/.yarn/versions/9944c778.yml +++ /dev/null @@ -1,8 +0,0 @@ -releases: - "@solarwinds-apm/histogram": patch - "@solarwinds-apm/instrumentations": minor - "@solarwinds-apm/sampling": minor - solarwinds-apm: minor - -declined: - - "@solarwinds-apm/test" diff --git a/.yarn/versions/9ea14d27.yml b/.yarn/versions/9ea14d27.yml deleted file mode 100644 index 6d92801d..00000000 --- a/.yarn/versions/9ea14d27.yml +++ /dev/null @@ -1,3 +0,0 @@ -releases: - "@solarwinds-apm/instrumentations": minor - solarwinds-apm: minor diff --git a/.yarn/versions/d5f0cc26.yml b/.yarn/versions/d5f0cc26.yml deleted file mode 100644 index 88f40843..00000000 --- a/.yarn/versions/d5f0cc26.yml +++ /dev/null @@ -1,8 +0,0 @@ -releases: - "@solarwinds-apm/module": minor - "@solarwinds-apm/sampling": major - solarwinds-apm: patch - -declined: - - "@solarwinds-apm/dependencies" - - "@solarwinds-apm/instrumentations" diff --git a/.yarn/versions/d8d6d5b3.yml b/.yarn/versions/d8d6d5b3.yml deleted file mode 100644 index 6d92801d..00000000 --- a/.yarn/versions/d8d6d5b3.yml +++ /dev/null @@ -1,3 +0,0 @@ -releases: - "@solarwinds-apm/instrumentations": minor - solarwinds-apm: minor diff --git a/packages/histogram/package.json b/packages/histogram/package.json index 2724fe54..42661203 100644 --- a/packages/histogram/package.json +++ b/packages/histogram/package.json @@ -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 " @@ -45,6 +45,5 @@ }, "engines": { "node": "^18.19.0 || ^20.8.0 || >=22.0.0" - }, - "stableVersion": "2.0.0" + } } diff --git a/packages/instrumentations/package.json b/packages/instrumentations/package.json index 9710ab00..49291ffd 100644 --- a/packages/instrumentations/package.json +++ b/packages/instrumentations/package.json @@ -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 " @@ -104,6 +104,5 @@ }, "engines": { "node": "^18.19.0 || ^20.8.0 || >=22.0.0" - }, - "stableVersion": "2.0.0" + } } diff --git a/packages/module/package.json b/packages/module/package.json index cb84e046..62b2c86e 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -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 " @@ -44,6 +44,5 @@ }, "engines": { "node": "^18.19.0 || ^20.8.0 || >=22.0.0" - }, - "stableVersion": "2.0.0" + } } diff --git a/packages/sampling/package.json b/packages/sampling/package.json index ddf96cb4..b667c882 100644 --- a/packages/sampling/package.json +++ b/packages/sampling/package.json @@ -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 " @@ -60,6 +60,5 @@ }, "engines": { "node": "^18.19.0 || ^20.8.0 || >=22.0.0" - }, - "stableVersion": "2.0.0" + } } diff --git a/packages/solarwinds-apm/CHANGELOG.md b/packages/solarwinds-apm/CHANGELOG.md index 97fc65e4..62d1cc4e 100644 --- a/packages/solarwinds-apm/CHANGELOG.md +++ b/packages/solarwinds-apm/CHANGELOG.md @@ -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 diff --git a/packages/solarwinds-apm/package.json b/packages/solarwinds-apm/package.json index 3a1133a0..c68eff15 100644 --- a/packages/solarwinds-apm/package.json +++ b/packages/solarwinds-apm/package.json @@ -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": [ @@ -99,6 +99,5 @@ }, "engines": { "node": "^18.19.0 || ^20.8.0 || >=22.0.0" - }, - "stableVersion": "15.0.0" + } } diff --git a/packages/test/package.json b/packages/test/package.json index 9f68506b..5347d60b 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -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 " @@ -68,6 +68,5 @@ }, "engines": { "node": "^18.19.0 || ^20.8.0 || >=22.0.0" - }, - "stableVersion": "2.0.0" + } }