Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure Monitor OpenTelemetry] 1.1.0 Release #27354

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions sdk/monitor/monitor-opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release History

## 1.0.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.1.0 (2023-10-09)
Copy link
Member

Choose a reason for hiding this comment

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

Missing several changes here
#27337
#27330
#27317
#27179
#27163
#27161
#27145

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, these didn't pop up in my issue search, my bad.

Copy link
Member Author

Choose a reason for hiding this comment

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

Added #27337 and #27330. #27163, #27161, and #27145 appear to be a part of the last release.


### Bugs Fixed
- Fix precedence of JSON config value changes over defaults.
- Fix custom MetricReaders not being able to collect metrics for instrumentations.
- Fix values for Statsbeat Features and Instrumentations.

### Other Changes
- Fix lint issues.

## 1.0.0 (2023-09-20)

Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@azure/monitor-opentelemetry",
"author": "Microsoft Corporation",
"sdk-type": "client",
"version": "1.0.1",
"version": "1.1.0",
"description": "Azure Monitor OpenTelemetry (Node.js)",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/monitor-opentelemetry/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.0.0";
export const AZURE_MONITOR_OPENTELEMETRY_VERSION = "1.1.0";
export const AZURE_MONITOR_STATSBEAT_FEATURES = "AZURE_MONITOR_STATSBEAT_FEATURES";

export enum StatsbeatFeature {
Expand Down