File tree 3 files changed +10
-4
lines changed
azure-monitor-opentelemetry
azure/monitor/opentelemetry
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## [ 1.0.0b15] ( https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b15 ) - 2023-07-17
6
+
7
+ - Upgrade to exporter 1.0.0b15 and OTel 1.19
8
+ ([ #308 ] ( https://github.com/microsoft/ApplicationInsights-Python/pull/308 ) )
9
+
5
10
## [ 1.0.0b14] ( https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b14 ) - 2023-07-12
6
11
7
12
- Upgrade to exporter 1.0.0b14 and OTel 1.18
Original file line number Diff line number Diff line change 4
4
# license information.
5
5
# --------------------------------------------------------------------------
6
6
7
- VERSION = "1.0.0b14 "
7
+ VERSION = "1.0.0b15 "
Original file line number Diff line number Diff line change 85
85
python_requires = ">=3.7" ,
86
86
install_requires = [
87
87
"azure-core-tracing-opentelemetry~=1.0.0b10" ,
88
- "azure-monitor-opentelemetry-exporter>=1.0.0b14 " ,
89
- "opentelemetry-api==1.18 .0" ,
90
- "opentelemetry-sdk==1.18 .0" ,
88
+ "azure-monitor-opentelemetry-exporter>=1.0.0b15 " ,
89
+ "opentelemetry-api==1.19 .0" ,
90
+ "opentelemetry-sdk==1.19 .0" ,
91
91
"wrapt >= 1.0.0, < 2.0.0" ,
92
+ "importlib-metadata~=6.0.0,<=6.7.0; python_version < '3.8'" ,
92
93
],
93
94
entry_points = {
94
95
"opentelemetry_distro" : [
You can’t perform that action at this time.
0 commit comments