Skip to content

Commit 849c056

Browse files
authored
Distro release 1.8.3 (#44274)
1 parent 6c9b459 commit 849c056

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
# Release History
22

3-
## 1.8.3 (Unreleased)
4-
5-
### Features Added
3+
## 1.8.3 (2025-12-04)
64

75
### Breaking Changes
86
- Pin OpenTelemetry versions to guard against upstream logging breaking changes
97
([#44220](https://github.com/Azure/azure-sdk-for-python/pull/44220))
108

119
### Bugs Fixed
12-
1310
- Fix default value overriding user-configured sampling ratio in distro
1411
([#44162](https://github.com/Azure/azure-sdk-for-python/pull/44162))
1512

16-
### Other Changes
17-
1813
## 1.8.2 (2025-11-14)
1914

2015
### Features Added

sdk/monitor/azure-monitor-opentelemetry/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
install_requires=[
8383
"azure-core<2.0.0,>=1.28.0",
8484
"azure-core-tracing-opentelemetry~=1.0.0b11",
85-
"azure-monitor-opentelemetry-exporter~=1.0.0b45",
85+
"azure-monitor-opentelemetry-exporter~=1.0.0b46",
8686
"opentelemetry-sdk==1.39",
8787
"opentelemetry-instrumentation-django==0.60b0",
8888
"opentelemetry-instrumentation-fastapi==0.60b0",

0 commit comments

Comments
 (0)