Skip to content

Commit 8a5f332

Browse files
authored
Release 1.0.0b14 (#306)
* Release 1.0.0b14
1 parent 7e7ed31 commit 8a5f332

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
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

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.0.0b13"
7+
VERSION = "1.0.0b14"

azure-monitor-opentelemetry/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
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",

0 commit comments

Comments
 (0)