Skip to content

Commit 39e1730

Browse files
committed
Release @uphold/opentelemetry-instrumentation-connect-node@0.1.4
1 parent 0eb0283 commit 39e1730

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opentelemetry-instrumentation-connect-node/CHANGELOG.md

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

3+
## [@uphold/opentelemetry-instrumentation-connect-node@v0.1.4](https://github.com/uphold/opentelemetry-js-contrib/releases/tag/@uphold/opentelemetry-instrumentation-connect-node@v0.1.4) (2025-05-09)
4+
5+
- Remove unnecessary interceptor argument [\#48](https://github.com/uphold/opentelemetry-js-contrib/pull/48) ([satazor](https://github.com/satazor))
6+
- Fix some more issues with client & server propagation [\#47](https://github.com/uphold/opentelemetry-js-contrib/pull/47) ([satazor](https://github.com/satazor))
7+
38
## [@uphold/opentelemetry-instrumentation-connect-node@v0.1.3](https://github.com/uphold/opentelemetry-js-contrib/releases/tag/@uphold/opentelemetry-instrumentation-connect-node@v0.1.3) (2025-05-09)
49

510
- Fix wrong bind on the `next` middleware function [\#46](https://github.com/uphold/opentelemetry-js-contrib/pull/46) ([satazor](https://github.com/satazor))

packages/opentelemetry-instrumentation-connect-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uphold/opentelemetry-instrumentation-connect-node",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "OpenTelemetry instrumentation for `@connectrpc/connect-node` RPC client and server",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)