Skip to content

Release 3.16.0 - #1514

Merged
Jackson Weber (JacksonWeber) merged 4 commits into
microsoft:mainfrom
JacksonWeber:jacksonweber/release-3.16.0
Aug 12, 2026
Merged

Release 3.16.0#1514
Jackson Weber (JacksonWeber) merged 4 commits into
microsoft:mainfrom
JacksonWeber:jacksonweber/release-3.16.0

Conversation

@JacksonWeber

Copy link
Copy Markdown
Contributor

Release 3.16.0.

Changes

  • Bump version 3.15.1 -> 3.16.0 in package.json / package-lock.json and the SDK version constant.
  • Update CHANGELOG.md with the 3.16.0 entry covering changes since 3.15.1:

Other Changes

  • Updated @azure/monitor-opentelemetry and @opentelemetry/* dependencies to resolve dependency audit alerts.
  • Replaced the legacy diagnostic-channel / diagnostic-channel-publishers console collection with OpenTelemetry console instrumentation provided by the Azure Monitor distro.
  • Deprecated the legacy noDiagnosticChannel and noPatchModules options in favor of OpenTelemetry instrumentationOptions.

Behavioral Changes

  • Console severity is now derived from the console method (console.error -> Error, console.warn -> Warning, and console.log / console.info -> Information).
  • An explicitly configured console logSendingLevel now takes precedence over APPLICATIONINSIGHTS_INSTRUMENTATION_LOGGING_LEVEL.

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>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.ts to 3.16.0.
  • Updated package versions in package.json and package-lock.json to 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.

Comment thread CHANGELOG.md
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>
@JacksonWeber
Jackson Weber (JacksonWeber) merged commit 28b31dd into microsoft:main Aug 12, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants