File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
sdk/monitor/azure-monitor-opentelemetry
azure/monitor/opentelemetry Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 1.2.1 (Unreleased )
3
+ ## 1.3.0 (2024-02-29 )
4
4
5
5
### Features Added
6
6
7
7
- Add custom span processors configuration option
8
8
([ #34326 ] ( https://github.com/Azure/azure-sdk-for-python/pull/34326 ) )
9
9
10
- ### Bugs Fixed
11
-
12
10
### Other Changes
13
11
14
12
- Update configure_azure_monitor signature and Django sample
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "1.2.1 "
7
+ VERSION = "1.3.0 "
Original file line number Diff line number Diff line change 85
85
},
86
86
python_requires = ">=3.8" ,
87
87
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 " ,
91
91
"opentelemetry-instrumentation-django~=0.42b0" ,
92
92
"opentelemetry-instrumentation-fastapi~=0.42b0" ,
93
93
"opentelemetry-instrumentation-flask~=0.42b0" ,
You can’t perform that action at this time.
0 commit comments