Skip to content

Commit

Permalink
Release 1.0.0b15: Upgrade exporter and otel to latest release (#308)
Browse files Browse the repository at this point in the history
* otel 1.19

* changelog

* Release 1.0.0b15

* Do not use newest importlib-metadata for Py3.7
  • Loading branch information
jeremydvoss committed Jul 19, 2023
1 parent 8a5f332 commit 59e33bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

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

- Upgrade to exporter 1.0.0b15 and OTel 1.19
([#308](https://github.com/microsoft/ApplicationInsights-Python/pull/308))

## [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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# license information.
# --------------------------------------------------------------------------

VERSION = "1.0.0b14"
VERSION = "1.0.0b15"
7 changes: 4 additions & 3 deletions azure-monitor-opentelemetry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@
python_requires=">=3.7",
install_requires=[
"azure-core-tracing-opentelemetry~=1.0.0b10",
"azure-monitor-opentelemetry-exporter>=1.0.0b14",
"opentelemetry-api==1.18.0",
"opentelemetry-sdk==1.18.0",
"azure-monitor-opentelemetry-exporter>=1.0.0b15",
"opentelemetry-api==1.19.0",
"opentelemetry-sdk==1.19.0",
"wrapt >= 1.0.0, < 2.0.0",
"importlib-metadata~=6.0.0,<=6.7.0; python_version < '3.8'",
],
entry_points={
"opentelemetry_distro": [
Expand Down

0 comments on commit 59e33bc

Please sign in to comment.