Skip to content

Commit c14e6ba

Browse files
authored
[Core] Prepare release (#46612)
This release ensures that older attribute names are brought up to date. Signed-off-by: Paul Van Eck <paulvaneck@microsoft.com>
1 parent a08ffff commit c14e6ba

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

sdk/core/azure-core-tracing-opentelemetry/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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

@@ -13,10 +11,10 @@
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

sdk/core/azure-core-tracing-opentelemetry/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@ authors = [
99
]
1010
description = "Microsoft Azure Core OpenTelemetry plugin Library for Python"
1111
keywords = ["azure", "azure sdk"]
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.10"
1313
license = "MIT"
1414
classifiers = [
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
]
2625
dependencies = [
2726
"opentelemetry-api>=1.12.0",

0 commit comments

Comments
 (0)