Skip to content

Commit b299960

Browse files
authored
Azure Monitor Distro release 1.3.0 (#34537)
* Azure Monitor Distro release 1.3.0 * Update exporter version
1 parent f569eff commit b299960

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# Release History
22

3-
## 1.2.1 (Unreleased)
3+
## 1.3.0 (2024-02-29)
44

55
### Features Added
66

77
- Add custom span processors configuration option
88
([#34326](https://github.com/Azure/azure-sdk-for-python/pull/34326))
99

10-
### Bugs Fixed
11-
1210
### Other Changes
1311

1412
- Update configure_azure_monitor signature and Django sample

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "1.2.1"
7+
VERSION = "1.3.0"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
},
8686
python_requires=">=3.8",
8787
install_requires=[
88-
"azure-core<2.0.0,>=1.24.0",
89-
"azure-core-tracing-opentelemetry~=1.0.0b10",
90-
"azure-monitor-opentelemetry-exporter~=1.0.0b22",
88+
"azure-core<2.0.0,>=1.28.0",
89+
"azure-core-tracing-opentelemetry~=1.0.0b11",
90+
"azure-monitor-opentelemetry-exporter~=1.0.0b23",
9191
"opentelemetry-instrumentation-django~=0.42b0",
9292
"opentelemetry-instrumentation-fastapi~=0.42b0",
9393
"opentelemetry-instrumentation-flask~=0.42b0",

0 commit comments

Comments
 (0)