File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
azure-monitor-opentelemetry
azure/monitor/opentelemetry Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 1.0.0b14] ( https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b14 ) - 2023-07-12
6+
57- Upgrade to exporter 1.0.0b14 and OTel 1.18
68 ([ #295 ] ( https://github.com/microsoft/ApplicationInsights-Python/pull/295 ) )
79- Enable Azure Core Tracing OpenTelemetry plugin
810 ([ #269 ] ( https://github.com/microsoft/ApplicationInsights-Python/pull/269 ) )
911- Fix connection string environment variable bug for manual instrumentation
1012 ([ #302 ] ( https://github.com/microsoft/ApplicationInsights-Python/pull/302 ) )
13+ - Update Azure Core Tracing OpenTelemetry plugin
14+ ([ #306 ] ( https://github.com/microsoft/ApplicationInsights-Python/pull/306 ) )
1115
1216## [ 1.0.0b13] ( https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b13 ) - 2023-06-14
1317
Original file line number Diff line number Diff line change 44# license information.
55# --------------------------------------------------------------------------
66
7- VERSION = "1.0.0b13 "
7+ VERSION = "1.0.0b14 "
Original file line number Diff line number Diff line change 8484 },
8585 python_requires = ">=3.7" ,
8686 install_requires = [
87- "azure-core-tracing-opentelemetry== 1.0.0b9 " ,
87+ "azure-core-tracing-opentelemetry~= 1.0.0b10 " ,
8888 "azure-monitor-opentelemetry-exporter>=1.0.0b14" ,
8989 "opentelemetry-api==1.18.0" ,
9090 "opentelemetry-sdk==1.18.0" ,
You can’t perform that action at this time.
0 commit comments