Skip to content

Commit ddf5de7

Browse files
committed
chore: release main
1 parent 952abc7 commit ddf5de7

File tree

14 files changed

+86
-28
lines changed

14 files changed

+86
-28
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/resource-detector-github": "0.31.0",
88
"packages/resource-detector-instana": "0.22.0",
99
"packages/auto-configuration-propagators": "0.4.1",
10-
"packages/auto-instrumentations-node": "0.62.0",
10+
"packages/auto-instrumentations-node": "0.62.1",
1111
"packages/auto-instrumentations-web": "0.49.0",
1212
"packages/baggage-span-processor": "0.4.0",
1313
"packages/baggage-log-record-processor": "0.4.0",
@@ -17,15 +17,15 @@
1717
"packages/redis-common": "0.38.0",
1818
"packages/sql-common": "0.41.0",
1919
"packages/contrib-test-utils": "0.49.0",
20-
"packages/winston-transport": "0.14.0",
20+
"packages/winston-transport": "0.14.1",
2121
"packages/instrumentation-amqplib": "0.50.0",
2222
"packages/instrumentation-cucumber": "0.18.0",
2323
"packages/instrumentation-dataloader": "0.21.0",
2424
"packages/instrumentation-fs": "0.23.0",
2525
"packages/instrumentation-kafkajs": "0.12.0",
2626
"packages/instrumentation-lru-memoizer": "0.48.0",
2727
"packages/instrumentation-mongoose": "0.50.0",
28-
"packages/instrumentation-runtime-node": "0.17.0",
28+
"packages/instrumentation-runtime-node": "0.17.1",
2929
"packages/instrumentation-socket.io": "0.50.0",
3030
"packages/instrumentation-tedious": "0.22.0",
3131
"packages/instrumentation-typeorm": "0.4.0",
@@ -47,16 +47,16 @@
4747
"packages/instrumentation-memcached": "0.47.0",
4848
"packages/instrumentation-mongodb": "0.56.0",
4949
"packages/instrumentation-mysql": "0.49.0",
50-
"packages/instrumentation-mysql2": "0.49.0",
50+
"packages/instrumentation-mysql2": "0.50.0",
5151
"packages/instrumentation-nestjs-core": "0.49.0",
5252
"packages/instrumentation-net": "0.47.0",
5353
"packages/instrumentation-oracledb": "0.29.0",
54-
"packages/instrumentation-pg": "0.55.0",
54+
"packages/instrumentation-pg": "0.56.0",
5555
"packages/instrumentation-pino": "0.50.0",
5656
"packages/instrumentation-redis": "0.51.0",
5757
"packages/instrumentation-restify": "0.49.0",
5858
"packages/instrumentation-router": "0.48.0",
59-
"packages/instrumentation-winston": "0.48.0",
59+
"packages/instrumentation-winston": "0.48.1",
6060
"packages/instrumentation-document-load": "0.48.0",
6161
"packages/instrumentation-long-task": "0.48.0",
6262
"packages/instrumentation-user-interaction": "0.48.0",

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auto-instrumentations-node/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.62.1](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-node-v0.62.0...auto-instrumentations-node-v0.62.1) (2025-07-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @opentelemetry/instrumentation-mysql2 bumped from ^0.49.0 to ^0.50.0
11+
* @opentelemetry/instrumentation-pg bumped from ^0.55.0 to ^0.56.0
12+
* @opentelemetry/instrumentation-runtime-node bumped from ^0.17.0 to ^0.17.1
13+
* @opentelemetry/instrumentation-winston bumped from ^0.48.0 to ^0.48.1
14+
315
## [0.62.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-node-v0.61.0...auto-instrumentations-node-v0.62.0) (2025-07-09)
416

517

packages/auto-instrumentations-node/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/auto-instrumentations-node",
3-
"version": "0.62.0",
3+
"version": "0.62.1",
44
"description": "Metapackage which bundles opentelemetry node core and contrib instrumentations",
55
"author": "OpenTelemetry Authors",
66
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/packages/auto-instrumentations-node#readme",
@@ -79,20 +79,20 @@
7979
"@opentelemetry/instrumentation-mongodb": "^0.56.0",
8080
"@opentelemetry/instrumentation-mongoose": "^0.50.0",
8181
"@opentelemetry/instrumentation-mysql": "^0.49.0",
82-
"@opentelemetry/instrumentation-mysql2": "^0.49.0",
82+
"@opentelemetry/instrumentation-mysql2": "^0.50.0",
8383
"@opentelemetry/instrumentation-nestjs-core": "^0.49.0",
8484
"@opentelemetry/instrumentation-net": "^0.47.0",
8585
"@opentelemetry/instrumentation-oracledb": "^0.29.0",
86-
"@opentelemetry/instrumentation-pg": "^0.55.0",
86+
"@opentelemetry/instrumentation-pg": "^0.56.0",
8787
"@opentelemetry/instrumentation-pino": "^0.50.0",
8888
"@opentelemetry/instrumentation-redis": "^0.51.0",
8989
"@opentelemetry/instrumentation-restify": "^0.49.0",
9090
"@opentelemetry/instrumentation-router": "^0.48.0",
91-
"@opentelemetry/instrumentation-runtime-node": "^0.17.0",
91+
"@opentelemetry/instrumentation-runtime-node": "^0.17.1",
9292
"@opentelemetry/instrumentation-socket.io": "^0.50.0",
9393
"@opentelemetry/instrumentation-tedious": "^0.22.0",
9494
"@opentelemetry/instrumentation-undici": "^0.14.0",
95-
"@opentelemetry/instrumentation-winston": "^0.48.0",
95+
"@opentelemetry/instrumentation-winston": "^0.48.1",
9696
"@opentelemetry/resource-detector-alibaba-cloud": "^0.31.3",
9797
"@opentelemetry/resource-detector-aws": "^2.3.0",
9898
"@opentelemetry/resource-detector-azure": "^0.10.0",

packages/instrumentation-mysql2/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.50.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-mysql2-v0.49.0...instrumentation-mysql2-v0.50.0) (2025-07-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **instrumentation-mysql2:** Missing masking of sql queries ([#2732](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2732))
9+
10+
### Bug Fixes
11+
12+
* **instrumentation-mysql2:** Missing masking of sql queries ([#2732](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2732)) ([bcf32cd](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bcf32cdc6372159f940d87d503cc79f14ebaa107))
13+
314
## [0.49.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-mysql2-v0.48.1...instrumentation-mysql2-v0.49.0) (2025-07-09)
415

516

packages/instrumentation-mysql2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/instrumentation-mysql2",
3-
"version": "0.49.0",
3+
"version": "0.50.0",
44
"description": "OpenTelemetry instrumentation for `mysql2` database client for MySQL",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/instrumentation-pg/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.56.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-pg-v0.55.0...instrumentation-pg-v0.56.0) (2025-07-30)
4+
5+
6+
### Features
7+
8+
* **instrumentation-pg:** update to stable semantic conventions with db-migration support ([#2881](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2881)) ([4384c7b](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/4384c7b8283c834ed1f8ecf1d694fd6e7261c74c))
9+
310
## [0.55.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-pg-v0.54.1...instrumentation-pg-v0.55.0) (2025-07-09)
411

512

packages/instrumentation-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/instrumentation-pg",
3-
"version": "0.55.0",
3+
"version": "0.56.0",
44
"description": "OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

packages/instrumentation-runtime-node/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.17.1](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-runtime-node-v0.17.0...instrumentation-runtime-node-v0.17.1) (2025-07-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **instrumentation-runtime-node:** fix .isEnabled() ([#2946](https://github.com/open-telemetry/opentelemetry-js-contrib/issues/2946)) ([215c2b5](https://github.com/open-telemetry/opentelemetry-js-contrib/commit/215c2b5a6f2706430e98375377cc091d3c99a2b1))
9+
310
## [0.17.0](https://github.com/open-telemetry/opentelemetry-js-contrib/compare/instrumentation-runtime-node-v0.16.0...instrumentation-runtime-node-v0.17.0) (2025-07-09)
411

512

packages/instrumentation-runtime-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentelemetry/instrumentation-runtime-node",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "OpenTelemetry instrumentation for Node.js Performance measurement API",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)