Release 3.16.0 - #1514
Merged
Jackson Weber (JacksonWeber) merged 4 commits intoAug 12, 2026
Merged
Conversation
Bump the package version and finalize the changelog for the OpenTelemetry dependency and console instrumentation updates. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Jackson Weber (JacksonWeber)
requested review from
Hector Hernandez (hectorhdzg) and
Radhika Gupta (rads-1996)
and
a lite review from Copilot
August 12, 2026 17:56
Copilot started reviewing on behalf of
Jackson Weber (JacksonWeber)
August 12, 2026 17:57
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the 3.16.0 release by updating version constants and release notes.
Changes:
- Bumped the SDK version constant in
src/types.tsto 3.16.0. - Updated package versions in
package.jsonandpackage-lock.jsonto 3.16.0. - Added a 3.16.0 section to
CHANGELOG.md.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/types.ts | Updates the exported SDK version constant to 3.16.0. |
| package.json | Bumps the package version to 3.16.0. |
| package-lock.json | Aligns lockfile package versions to 3.16.0. |
| CHANGELOG.md | Adds the 3.16.0 release notes entry. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Document the deprecated configuration options and console behavior changes included in the release. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep the additional release notes under the established Other Changes heading. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Radhika Gupta (rads-1996)
approved these changes
Aug 12, 2026
Jackson Weber (JacksonWeber)
merged commit Aug 12, 2026
28b31dd
into
microsoft:main
13 checks passed
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.
Release 3.16.0.
Changes
package.json/package-lock.jsonand the SDK version constant.CHANGELOG.mdwith the 3.16.0 entry covering changes since 3.15.1:Other Changes
@azure/monitor-opentelemetryand@opentelemetry/*dependencies to resolve dependency audit alerts.diagnostic-channel/diagnostic-channel-publishersconsole collection with OpenTelemetry console instrumentation provided by the Azure Monitor distro.noDiagnosticChannelandnoPatchModulesoptions in favor of OpenTelemetryinstrumentationOptions.Behavioral Changes
console.error-> Error,console.warn-> Warning, andconsole.log/console.info-> Information).logSendingLevelnow takes precedence overAPPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL.