Skip to content

Commit 947a9b3

Browse files
authored
Distro release 1.7.0 (#42614)
* Distro release 1.7.0 * Distro release 1.7.0 * version
1 parent b9f756b commit 947a9b3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

sdk/monitor/azure-monitor-opentelemetry/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
# Release History
22

3-
## 1.6.14 (Unreleased)
3+
## 1.7.0 (2025-08-21)
44

55
### Features Added
66
- Updated README to specify the python version supported by the distro.
77
([#42464](https://github.com/Azure/azure-sdk-for-python/pull/42464))
88

9-
### Breaking Changes
10-
119
### Bugs Fixed
1210

1311
- Fixed issue #42337, removes warning messages for instrumentations that target multiple packages. The logic for dependency conflict detection has been enhanced by adding "instruments-any" feature. This feature is used when an instrumentation requires any of a set of dependencies rather than all. Follows upstream dependency conflict detection logic - https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/opentelemetry-instrumentation/src/opentelemetry/instrumentation/dependencies.py
1412
([#42342](https://github.com/Azure/azure-sdk-for-python/pull/42342))
15-
1613
- Add error handling for diagnostic logging setup
1714
([#42505](https://github.com/Azure/azure-sdk-for-python/pull/42505))
1815

19-
### Other Changes
20-
2116
## 1.6.13 (2025-07-30)
2217

2318
### Features Added

sdk/monitor/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.6.14"
7+
VERSION = "1.7.0"

0 commit comments

Comments
 (0)