build(deps): bump the nodejs-other group across 1 directory with 27 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(about 20 hours ago)
(about 20 hours ago)
dependencies javascript
Bumps the nodejs-other group with 26 updates in the /nodejs directory:
Updates typescript
from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783
Give more specific errors forverbatimModuleSyntax
(#62113)22ef577
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414c
Don't usenoErrorTruncation
when printing types withmaximumLength
set (#...f14b5c8
Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84
Restore AbortSignal.abort (#62086)65cb4bd
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03
Clear out checker-level stacks on pop (#62016)87740bc
Fix for Issue 61081 (#61221)833a8d4
Fix Symbol completion priority and cursor positioning (#61945)0018c9f
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- Additional commits viewable in compare view
Updates @opentelemetry/api-logs
from 0.203.0 to 0.204.0
Release notes
Sourced from @opentelemetry/api-logs
's releases.
experimental/v0.204.0
0.204.0
:boom: Breaking Changes
- feat(api-logs)!: Marked private methods as "conventionally private". #5789
- feat(exporter-otlp-*): support custom HTTP agents #5719
@raphael-theriault-swi
OtlpHttpConfiguration.agentOptions
has been removed and functionality has been rolled intoOtlpHttpConfiguration.agentFactory
- (old)
{ agentOptions: myOptions }
- (new)
{ agentFactory: httpAgentFactoryFromOptions(myOptions) }
:rocket: Features
- feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
- when using headers, the Browser exporter now prefers
fetch
overXMLHttpRequest
if present. Sending viaXMLHttpRequest
will be removed in a future release.- feat(opentelemetry-configuration): creation of basic ConfigProvider #5809
@maryliag
- feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863
@maryliag
- feat(sdk-node): Add support for multiple metric readers via the new
metricReaders
option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The oldmetricReader
(singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
Migration:
Before:
const sdk = new NodeSDK({ metricReader: myMetricReader });
After:
const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
Users should migrate to the new
metricReaders
array option for future compatibility. The old option will be removed in an upcoming experimental version.- feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743
@rads-1996
:bug: Bug Fixes
- fix(otlp-exporter-base): prioritize
esnext
export condition as it is more specific #5458- fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
- fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878
@overbalance
:house: Internal
- refactor(otlp-exporter-base): use getStringFromEnv instead of process.env #5594
@weyert
- chore(sdk-logs): refactored imports #5801
@svetlanabrennan
- refactor(instrumentation-grpc): updated path to semconv #5884
@overbalance
Commits
98f9d72
chore: prepare next release (#5903)4636de6
chore(deps): update dependency markdownlint-cli2 to v0.18.1 (#5891)ea83923
Add subscript to issue templates (#5831)daa4d39
chore(deps): lock file maintenance (#5904)af5c2fd
chore: prepare next release (#5901)747da91
feat(semantic-conventions): update semantic conventions to v1.37.0 (#5879)f2b0d2a
chore(config): migrate renovate config (#5900)52ffa04
chore: group packages that need to be updated together (#5896)16c786c
chore(deps): lock file maintenance (#5781)a171a5c
chore(deps): update dependency mocha to v11.7.2 (#5850)- Additional commits viewable in compare view
Updates @opentelemetry/core
from 2.0.1 to 2.1.0
Release notes
Sourced from @opentelemetry/core
's releases.
v2.1.0
2.1.0
:rocket: Features
- feat(opentelemetry-resources): add schema url #5070
@c-ehrlich
:bug: Bug Fixes
- fix(sdk-metrics): Remove invalid default value for
startTime
param to ExponentialHistogramAccumulation. This only impacted the closurescript compiler. #5763@trentm
:house: Internal
- chore: enable tsconfig isolatedModules #5697
@legendecas
Changelog
Sourced from @opentelemetry/core
's changelog.
2.1.0
:rocket: Features
- feat(opentelemetry-resources): add schema url #5070
@c-ehrlich
:bug: Bug Fixes
- fix(sdk-metrics): Remove invalid default value for
startTime
param to ExponentialHistogramAccumulation. This only impacted the closurescript compiler. #5763@trentm
:house: Internal
- chore: enable tsconfig isolatedModules #5697
@legendecas
Commits
98f9d72
chore: prepare next release (#5903)4636de6
chore(deps): update dependency markdownlint-cli2 to v0.18.1 (#5891)ea83923
Add subscript to issue templates (#5831)daa4d39
chore(deps): lock file maintenance (#5904)af5c2fd
chore: prepare next release (#5901)747da91
feat(semantic-conventions): update semantic conventions to v1.37.0 (#5879)f2b0d2a
chore(config): migrate renovate config (#5900)52ffa04
chore: group packages that need to be updated together (#5896)16c786c
chore(deps): lock file maintenance (#5781)a171a5c
chore(deps): update dependency mocha to v11.7.2 (#5850)- Additional commits viewable in compare view
Updates @opentelemetry/exporter-logs-otlp-http
from 0.203.0 to 0.204.0
Release notes
Sourced from @opentelemetry/exporter-logs-otlp-http
's releases.
experimental/v0.204.0
0.204.0
:boom: Breaking Changes
- feat(api-logs)!: Marked private methods as "conventionally private". #5789
- feat(exporter-otlp-*): support custom HTTP agents #5719
@raphael-theriault-swi
OtlpHttpConfiguration.agentOptions
has been removed and functionality has been rolled intoOtlpHttpConfiguration.agentFactory
- (old)
{ agentOptions: myOptions }
- (new)
{ agentFactory: httpAgentFactoryFromOptions(myOptions) }
:rocket: Features
- feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
- when using headers, the Browser exporter now prefers
fetch
overXMLHttpRequest
if present. Sending viaXMLHttpRequest
will be removed in a future release.- feat(opentelemetry-configuration): creation of basic ConfigProvider #5809
@maryliag
- feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863
@maryliag
- feat(sdk-node): Add support for multiple metric readers via the new
metricReaders
option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The oldmetricReader
(singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
Migration:
Before:
const sdk = new NodeSDK({ metricReader: myMetricReader });
After:
const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
Users should migrate to the new
metricReaders
array option for future compatibility. The old option will be removed in an upcoming experimental version.- feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743
@rads-1996
:bug: Bug Fixes
- fix(otlp-exporter-base): prioritize
esnext
export condition as it is more specific #5458- fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
- fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878
@overbalance
:house: Internal
- refactor(otlp-exporter-base): use getStringFromEnv instead of process.env #5594
@weyert
- chore(sdk-logs): refactored imports #5801
@svetlanabrennan
- refactor(instrumentation-grpc): updated path to semconv #5884
@overbalance
Commits
98f9d72
chore: prepare next release (#5903)4636de6
chore(deps): update dependency markdownlint-cli2 to v0.18.1 (#5891)ea83923
Add subscript to issue templates (#5831)daa4d39
chore(deps): lock file maintenance (#5904)af5c2fd
chore: prepare next release (#5901)747da91
feat(semantic-conventions): update semantic conventions to v1.37.0 (#5879)f2b0d2a
chore(config): migrate renovate config (#5900)52ffa04
chore: group packages that need to be updated together (#5896)16c786c
chore(deps): lock file maintenance (#5781)a171a5c
chore(deps): update dependency mocha to v11.7.2 (#5850)- Additional commits viewable in compare view
Updates @opentelemetry/exporter-metrics-otlp-http
from 0.203.0 to 0.204.0
Release notes
Sourced from @opentelemetry/exporter-metrics-otlp-http
's releases.
experimental/v0.204.0
0.204.0
:boom: Breaking Changes
- feat(api-logs)!: Marked private methods as "conventionally private". #5789
- feat(exporter-otlp-*): support custom HTTP agents #5719
@raphael-theriault-swi
OtlpHttpConfiguration.agentOptions
has been removed and functionality has been rolled intoOtlpHttpConfiguration.agentFactory
- (old)
{ agentOptions: myOptions }
- (new)
{ agentFactory: httpAgentFactoryFromOptions(myOptions) }
:rocket: Features
- feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
- when using headers, the Browser exporter now prefers
fetch
overXMLHttpRequest
if present. Sending viaXMLHttpRequest
will be removed in a future release.- feat(opentelemetry-configuration): creation of basic ConfigProvider #5809
@maryliag
- feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863
@maryliag
- feat(sdk-node): Add support for multiple metric readers via the new
metricReaders
option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The oldmetricReader
(singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
Migration:
Before:
const sdk = new NodeSDK({ metricReader: myMetricReader });
After:
const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
Users should migrate to the new
metricReaders
array option for future compatibility. The old option will be removed in an upcoming experimental version.- feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743
@rads-1996
:bug: Bug Fixes
- fix(otlp-exporter-base): prioritize
esnext
export condition as it is more specific #5458- fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
- fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878
@overbalance
:house: Internal
- refactor(otlp-exporter-base): use getStringFromEnv instead of process.env #5594
@weyert
- chore(sdk-logs): refactored imports #5801
@svetlanabrennan
- refactor(instrumentation-grpc): updated path to semconv #5884
@overbalance
Commits
98f9d72
chore: prepare next release (#5903)4636de6
chore(deps): update dependency markdownlint-cli2 to v0.18.1 (#5891)ea83923
Add subscript to issue templates (#5831)daa4d39
chore(deps): lock file maintenance (#5904)af5c2fd
chore: prepare next release (#5901)747da91
feat(semantic-conventions): update semantic conventions to v1.37.0 (#5879)f2b0d2a
chore(config): migrate renovate config (#5900)52ffa04
chore: group packages that need to be updated together (#5896)16c786c
chore(deps): lock file maintenance (#5781)a171a5c
chore(deps): update dependency mocha to v11.7.2 (#5850)- Additional commits viewable in compare view
Updates @opentelemetry/exporter-trace-otlp-http
from 0.203.0 to 0.204.0
Release notes
Sourced from @opentelemetry/exporter-trace-otlp-http
's releases.
experimental/v0.204.0
0.204.0
:boom: Breaking Changes
- feat(api-logs)!: Marked private methods as "conventionally private". #5789
- feat(exporter-otlp-*): support custom HTTP agents #5719
@raphael-theriault-swi
OtlpHttpConfiguration.agentOptions
has been removed and functionality has been rolled intoOtlpHttpConfiguration.agentFactory
- (old)
{ agentOptions: myOptions }
- (new)
{ agentFactory: httpAgentFactoryFromOptions(myOptions) }
:rocket: Features
- feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
- when using headers, the Browser exporter now prefers
fetch
overXMLHttpRequest
if present. Sending viaXMLHttpRequest
will be removed in a future release.- feat(opentelemetry-configuration): creation of basic ConfigProvider #5809
@maryliag
- feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863
@maryliag
- feat(sdk-node): Add support for multiple metric readers via the new
metricReaders
option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The oldmetricReader
(singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
Migration:
Before:
const sdk = new NodeSDK({ metricReader: myMetricReader });
After:
const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
Users should migrate to the new
metricReaders
array option for future compatibility. The old option will be removed in an upcoming experimental version.- feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743
@rads-1996
:bug: Bug Fixes
- fix(otlp-exporter-base): prioritize
esnext
export condition as it is more specific #5458- fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
- fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878
@overbalance
:house: Internal
- refactor(otlp-exporter-base): use getStringFromEnv instead of process.env #5594
@weyert
- chore(sdk-logs): refactored imports #5801
@svetlanabrennan
- refactor(instrumentation-grpc): updated path to semconv #5884
@overbalance
Commits
98f9d72
chore: prepare next release (#5903)4636de6
chore(deps): update dependency markdownlint-cli2 to v0.18.1 (#5891)ea83923
Add subscript to issue templates (#5831)daa4d39
chore(deps): lock file maintenance (#5904)af5c2fd
chore: prepare next release (#5901)747da91
feat(semantic-conventions): update semantic conventions to v1.37.0 (#5879)f2b0d2a
chore(config): migrate renovate config (#5900)52ffa04
chore: group packages that need to be updated together (#5896)16c786c
chore(deps): lock file maintenance (#5781)a171a5c
chore(deps): update dependency mocha to v11.7.2 (#5850)- Additional commits viewable in compare view
Updates @opentelemetry/instrumentation
from 0.203.0 to 0.204.0
Release notes
Sourced from @opentelemetry/instrumentation
's releases.
experimental/v0.204.0
0.204.0
:boom: Breaking Changes
- feat(api-logs)!: Marked private methods as "conventionally private". #5789
- feat(exporter-otlp-*): support custom HTTP agents #5719
@raphael-theriault-swi
OtlpHttpConfiguration.agentOptions
has been removed and functionality has been rolled intoOtlpHttpConfiguration.agentFactory
- (old)
{ agentOptions: myOptions }
- (new)
{ agentFactory: httpAgentFactoryFromOptions(myOptions) }
:rocket: Features
- feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
- when using headers, the Browser exporter now prefers
fetch
overXMLHttpRequest
if present. Sending viaXMLHttpRequest
will be removed in a future release.- feat(opentelemetry-configuration): creation of basic ConfigProvider #5809
@maryliag
- feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863
@maryliag
- feat(sdk-node): Add support for multiple metric readers via the new
metricReaders
option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The oldmetricReader
(singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
Migration:
Before:
const sdk = new NodeSDK({ metricReader: myMetricReader });
After:
const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
Users should migrate to the new
metricReaders
array option for future compatibility. The old option will be removed in an upcoming experimental version.- feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743
@rads-1996
:bug: Bug Fixes
- fix(otlp-exporter-base): prioritize
esnext
export condition as it is more specific #5458- fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
- fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878
@overbalance
:house: Internal
- refactor(otlp-exporter-base): use getStringFromEnv instead of process.env #5594
@weyert
- chore(sdk-logs): refactored imports #5801
@svetlanabrennan
- refactor(instrumentation-grpc): updated path to semconv #5884
@overbalance
Commits
98f9d72
chore: prepare next release (#5903)4636de6
chore(deps): update dependency markdownlint-cli2 to v0.18.1 (#5891)ea83923
Add subscript to issue templates (#5831)daa4d39
chore(deps): lock file maintenance (#5904)af5c2fd
chore: prepare next release (#5901)747da91
feat(semantic-conventions): update semantic conventions to v1.37.0 (#5879)f2b0d2a
chore(config): migrate renovate config (#5900)52ffa04
chore: group packages that need to be updated together (#5896)16c786c
chore(deps): lock file maintenance (#5781)a171a5c
chore(deps): update dependency mocha to v11.7.2 (#5850)- Additional commits viewable in compare view
Updates @opentelemetry/instrumentation-aws-lambda
from 0.54.0 to 0.54.1
Release notes
Sourced from @opentelemetry/instrumentation-aws-lambda
's releases.
instrumentation-aws-lambda: v0.54.1
0.54.1 (2025-09-01)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- devDependencies
@opentelemetry/propagator-aws-xray
bumped from ^2.1.0 to ^2.1.1@opentelemetry/propagator-aws-xray-lambda
bumped from ^0.55.0 to ^0.55.1
Changelog
Sourced from @opentelemetry/instrumentation-aws-lambda
's changelog.
0.54.1 (2025-09-01)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- devDependencies
@opentelemetry/propagator-aws-xray
bumped from ^2.1.0 to ^2.1.1@opentelemetry/propagator-aws-xray-lambda
bumped from ^0.55.0 to ^0.55.1
Commits
- See full diff in compare view
Updates @opentelemetry/instrumentation-aws-sdk
from 0.57.0 to 0.58.0
Release notes
Sourced from @opentelemetry/instrumentation-aws-sdk
's releases.
instrumentation-aws-sdk: v0.58.0
0.58.0 (2025-09-01)
⚠ BREAKING CHANGES
- aws-sdk: SQS receive: use span links instead of processing spans (#2345)
Features
- aws-sdk: SQS receive: use span links instead of processing spans (#2345) (bd9e782)
- instrumentation-aws-sdk: Add Semantic Convention Support for Amazon Secrets Manager Attributes (#2971) (0c59990)
- instrumentation-aws-sdk: Add semconv attributes for AWS Step Functions (#2977) (c7a91fc)
Bug Fixes
Changelog
Sourced from @opentelemetry/instrumentation-aws-sdk
's changelog.
0.58.0 (2025-09-01)
⚠ BREAKING CHANGES
- aws-sdk: SQS receive: use span links instead of processing spans (#2345)
Features
- aws-sdk: SQS receive: use span links instead of processing spans (#2345) (bd9e782)
- instrumentation-aws-sdk: Add Semantic Convention Support for Amazon Secrets Manager Attributes (#2971) (0c59990)
- instrumentation-aws-sdk: Add semconv attributes for AWS Step Functions (#2977) (c7a91fc)
Bug Fixes
Commits
5861c1d
chore: release main (#2982)ca26f63
chore: lint .js and .mjs files (in addition to the existing .ts file linting)...c7a91fc
feat(instrumentation-aws-sdk): Add semconv attributes for AWS Step Functions ...bd9e782
feat(aws-sdk)!: SQS receive: use span links instead of processing spans (#2345)5836d7a
fix(deps): update all patch versions (#2948)0c59990
feat(instrumentation-aws-sdk): Add Semantic Convention Support for Amazon Sec...- See full diff in compare view
Updates @opentelemetry/instrumentation-grpc
from 0.203.0 to 0.204.0
Release notes
Sourced from @opentelemetry/instrumentation-grpc
's releases.
experimental/v0.204.0
0.204.0
:boom: Breaking Changes
- feat(api-logs)!: Marked private methods as "conventionally private". #5789
- feat(exporter-otlp-*): support custom HTTP agents #5719
@raphael-theriault-swi
OtlpHttpConfiguration.agentOptions
has been removed and functionality has been rolled intoOtlpHttpConfiguration.agentFactory
- (old)
{ agentOptions: myOptions }
- (new)
{ agentFactory: httpAgentFactoryFromOptions(myOptions) }
:rocket: Features
- feat(otlp-exporter-base): Add fetch transport for fetch-only environments like service workers. #5807
- when using headers, the Browser exporter now prefers
fetch
overXMLHttpRequest
if present. Sending viaXMLHttpRequest
will be removed in a future release.- feat(opentelemetry-configuration): creation of basic ConfigProvider #5809
@maryliag
- feat(opentelemetry-configuration): creation of basic FileConfigProvider #5863
@maryliag
- feat(sdk-node): Add support for multiple metric readers via the new
metricReaders
option in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The oldmetricReader
(singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760
Migration:
Before:
const sdk = new NodeSDK({ metricReader: myMetricReader });
After:
const sdk = new NodeSDK({ metricReaders: [myMetricReader] });
Users should migrate to the new
metricReaders
array option for future compatibility. The old option will be removed in an upcoming experimental version.- feat(instrumentation-http): Added support for redacting specific url query string values and url credentials #5743
@rads-1996
:bug: Bug Fixes
- fix(otlp-exporter-base): prioritize
esnext
export condition as it is more specific #5458- fix(otlp-exporter-base): consider relative urls as valid in browser environments #5807
- fix(instrumentation-fetch): Use ESM version of semconv instead of CJS. Users expecting mixed ESM and CJS modules will now only get ESM modules. #5878
@overbalanceDescription has been truncated
Pull Request Statistics
1
4
+1812
-857
Package Dependencies
@opentelemetry/instrumentation-pg
npm
0.56.0 → 0.56.1
Patch
npm
0.203.0 → 0.204.0
Minor
@opentelemetry/instrumentation-http
npm
0.203.0 → 0.204.0
Minor
@opentelemetry/instrumentation
npm
0.203.0 → 0.204.0
Minor
npm
0.57.0 → 0.58.0
Minor
@opentelemetry/sdk-trace-node
npm
2.0.1 → 2.1.0
Minor
@opentelemetry/instrumentation-pino
npm
0.50.0 → 0.50.1
Patch
@opentelemetry/api-logs
npm
0.203.0 → 0.204.0
Minor
npm
0.203.0 → 0.204.0
Minor
npm
0.203.0 → 0.204.0
Minor
npm
0.54.0 → 0.54.1
Patch
@opentelemetry/instrumentation-grpc
npm
0.203.0 → 0.204.0
Minor
@opentelemetry/instrumentation-redis
npm
0.51.0 → 0.52.0
Minor
@opentelemetry/propagator-aws-xray
npm
2.1.0 → 2.1.1
Patch
npm
0.55.0 → 0.55.1
Patch
@opentelemetry/sdk-logs
npm
0.203.0 → 0.204.0
Minor
Technical Details
ID: | 7256035 |
UUID: | 2808095078 |
Node ID: | PR_kwDOEwqRQ86nYCFm |
Host: | GitHub |
Repository: | open-telemetry/opentelemetry-lambda |
Merge State: | Unknown |