File tree Expand file tree Collapse file tree
sdk/core/azure-core-tracing-opentelemetry Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.0.0b13 (Unreleased)
4-
5- ### Features Added
3+ ## 1.0.0b13 (2026-04-30)
64
75### Breaking Changes
86
1311 - ` net.peer.port ` -> ` server.port `
1412 - ` http.url ` -> ` url.full `
1513
16- ### Bugs Fixed
17-
1814### Other Changes
1915
16+ - Python 3.8 and 3.9 are no longer supported. Please use Python version 3.10 or later.
17+
2018## 1.0.0b12 (2025-03-20)
2119
2220### Features Added
Original file line number Diff line number Diff line change @@ -9,19 +9,18 @@ authors = [
99]
1010description = " Microsoft Azure Core OpenTelemetry plugin Library for Python"
1111keywords = [" azure" , " azure sdk" ]
12- requires-python = " >=3.8 "
12+ requires-python = " >=3.10 "
1313license = " MIT"
1414classifiers = [
1515 " Development Status :: 4 - Beta" ,
1616 " Programming Language :: Python" ,
1717 " Programming Language :: Python :: 3 :: Only" ,
1818 " Programming Language :: Python :: 3" ,
19- " Programming Language :: Python :: 3.8" ,
20- " Programming Language :: Python :: 3.9" ,
2119 " Programming Language :: Python :: 3.10" ,
2220 " Programming Language :: Python :: 3.11" ,
2321 " Programming Language :: Python :: 3.12" ,
2422 " Programming Language :: Python :: 3.13" ,
23+ " Programming Language :: Python :: 3.14" ,
2524]
2625dependencies = [
2726 " opentelemetry-api>=1.12.0" ,
You can’t perform that action at this time.
0 commit comments