Release 3.15.0 (update)#1497
Merged
Merged
Conversation
…eta.41 for 3.15.0 release Also bumps @opentelemetry/* deps to 0.217.0 / 2.7.1 to align with the new monitor-opentelemetry transitive dependencies, and adds the new required 'enabled' method to the TestLogger in api.tests.ts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Force safe transitive versions of protobufjs (>=8.2.0) and serialize-javascript (>=7.0.5) to resolve high-severity advisories in @opentelemetry/otlp-transformer and mocha dependency chains. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the 3.15.0 release dependency set to newer Azure Monitor OpenTelemetry packages, refreshes the resolved OpenTelemetry dependency graph, and applies npm overrides to eliminate known transitive vulnerabilities.
Changes:
- Bump
@azure/monitor-opentelemetryto^1.18.0and@azure/monitor-opentelemetry-exporterto^1.0.0-beta.41(and associated OpenTelemetry package updates). - Add
overridesforprotobufjsandserialize-javascriptto address transitive security advisories. - Update unit test logger stub to satisfy the newer
@opentelemetry/api-logsLoggerinterface; adjust changelog date for 3.15.0.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
test/unitTests/logs/api.tests.ts |
Updates the test Logger stub to match the updated OpenTelemetry logs API. |
package.json |
Bumps Azure Monitor/OpenTelemetry dependencies and introduces overrides for vulnerable transitive packages. |
package-lock.json |
Refreshes the full dependency resolution to match the updated dependency set and overrides. |
CHANGELOG.md |
Updates the 3.15.0 release date entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
hectorhdzg
reviewed
May 13, 2026
rads-1996
reviewed
May 13, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
rads-1996
reviewed
May 13, 2026
rads-1996
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the 3.15.0 release to use the latest published versions of
@azure/monitor-opentelemetry(1.18.0) and@azure/monitor-opentelemetry-exporter(1.0.0-beta.41), and resolves outstandingnpm auditvulnerabilities.Changes
@azure/monitor-opentelemetryto ^1.18.0 (latest published).@azure/monitor-opentelemetry-exporterto ^1.0.0-beta.41 (latest published).overridesforprotobufjs(^8.2.0) andserialize-javascript(^7.0.5) to resolve high-severity advisories pulled in transitively via@opentelemetry/otlp-transformerandmocha.npm auditnow reports 0 vulnerabilities and all unit tests (245 passing) succeed.