Skip to content

Commit 3487e95

Browse files
authored
[Core] Prep changelog for release (Azure#40846)
Signed-off-by: Paul Van Eck <[email protected]>
1 parent 7e16561 commit 3487e95

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

sdk/core/azure-core/CHANGELOG.md

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

3-
## 1.34.0 (Unreleased)
3+
## 1.34.0 (2025-05-01)
44

55
### Features Added
66

77
- Added a `set_span_error_status` method to the `OpenTelemetryTracer` class. This method allows users to set the status of a span to `ERROR` after it has been created. #40703
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
139
### Other Changes
1410

1511
- Python 3.8 is no longer supported. Please use Python version 3.9 or later.

sdk/core/azure-core/azure/core/tracing/opentelemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def start_span(
9393
:keyword links: Links to add to the span.
9494
:paramtype links: list[~azure.core.tracing.Link]
9595
:return: The span that was started
96-
:rtype: ~azure.core.tracing.Span
96+
:rtype: ~opentelemetry.trace.Span
9797
"""
9898
otel_kind = _KIND_MAPPINGS.get(kind, OpenTelemetrySpanKind.INTERNAL)
9999
otel_links = self._parse_links(links)

0 commit comments

Comments
 (0)