Skip to content

Commit 7feb902

Browse files
authored
Update min OT version and remove Python 3.8 support (#42246)
* Update min OT versinnd remove Python 3.8 support * changelog * move old changelog entries
1 parent 09c6ca6 commit 7feb902

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@
44

55
### Features Added
66

7+
- Added RateLimited Sampler
8+
([#41954](https://github.com/Azure/azure-sdk-for-python/pull/41954))
9+
- Refactored Application Insights Sampler Code
10+
([#42210](https://github.com/Azure/azure-sdk-for-python/pull/42210))
11+
712
### Breaking Changes
813

914
### Bugs Fixed
1015

1116
### Other Changes
1217

18+
- Update minimum version of OpenTelemetry. Remove Python 3.8 support.
19+
([#42246](https://github.com/Azure/azure-sdk-for-python/pull/42246))
20+
1321
## 1.0.0b40 (2025-07-17)
1422

1523
### Features Added
@@ -22,10 +30,6 @@
2230
([#41950](https://github.com/Azure/azure-sdk-for-python/pull/41950))
2331
- Customer Facing Statsbeat: Added logic for retry item count
2432
([#41971](https://github.com/Azure/azure-sdk-for-python/pull/41971))
25-
- Added RateLimited Sampler
26-
([#41954](https://github.com/Azure/azure-sdk-for-python/pull/41954))
27-
- Refactored Application Insights Sampler Code
28-
([#42210](https://github.com/Azure/azure-sdk-for-python/pull/42210))
2933
- Support AI Foundry by Handling GEN_AI_SYSTEM Attributes with [Spec](https://github.com/aep-health-and-standards/Telemetry-Collection-Spec/blob/main/ApplicationInsights/genai_semconv_mapping.md) ([#41705](https://github.com/Azure/azure-sdk-for-python/pull/41705))
3034
- Distinguish Azure AI SDKs in statsbeats ([#42016](https://github.com/Azure/azure-sdk-for-python/pull/42016))
3135

sdk/monitor/azure-monitor-opentelemetry-exporter/setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"Development Status :: 4 - Beta",
6060
"Programming Language :: Python",
6161
"Programming Language :: Python :: 3",
62-
"Programming Language :: Python :: 3.8",
6362
"Programming Language :: Python :: 3.9",
6463
"Programming Language :: Python :: 3.10",
6564
"Programming Language :: Python :: 3.11",
@@ -87,8 +86,8 @@
8786
"azure-identity~=1.17",
8887
"fixedint==0.1.6",
8988
"msrest>=0.6.10",
90-
"opentelemetry-api~=1.26",
91-
"opentelemetry-sdk~=1.26",
89+
"opentelemetry-api~=1.35",
90+
"opentelemetry-sdk~=1.35",
9291
"psutil>=5.9,<8",
9392
],
9493
entry_points={

0 commit comments

Comments
 (0)