Skip to content

Commit

Permalink
Release 1.0.0b14 (#306)
Browse files Browse the repository at this point in the history
* Release 1.0.0b14
  • Loading branch information
jeremydvoss authored Jul 12, 2023
1 parent 7e7ed31 commit 8a5f332
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@

## Unreleased

## [1.0.0b14](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b14) - 2023-07-12

- Upgrade to exporter 1.0.0b14 and OTel 1.18
([#295](https://github.com/microsoft/ApplicationInsights-Python/pull/295))
- Enable Azure Core Tracing OpenTelemetry plugin
([#269](https://github.com/microsoft/ApplicationInsights-Python/pull/269))
- Fix connection string environment variable bug for manual instrumentation
([#302](https://github.com/microsoft/ApplicationInsights-Python/pull/302))
- Update Azure Core Tracing OpenTelemetry plugin
([#306](https://github.com/microsoft/ApplicationInsights-Python/pull/306))

## [1.0.0b13](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b13) - 2023-06-14

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0b13"
VERSION = "1.0.0b14"
2 changes: 1 addition & 1 deletion azure-monitor-opentelemetry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
},
python_requires=">=3.7",
install_requires=[
"azure-core-tracing-opentelemetry==1.0.0b9",
"azure-core-tracing-opentelemetry~=1.0.0b10",
"azure-monitor-opentelemetry-exporter>=1.0.0b14",
"opentelemetry-api==1.18.0",
"opentelemetry-sdk==1.18.0",
Expand Down

0 comments on commit 8a5f332

Please sign in to comment.