Skip to content

Commit

Permalink
[Azure Monitor OpenTelemetry] 1.1.0 Release (#27354)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@azure/monitor-opentelemetry
  • Loading branch information
JacksonWeber authored Oct 9, 2023
1 parent 1ad35db commit bbc2b47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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)

### 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

0 comments on commit bbc2b47

Please sign in to comment.