Skip to content

Commit 129a5cb

Browse files
[ContentUnderstanding] Bump version to 1.1.0 — expose usage property on pollers
1 parent f5f1e22 commit 129a5cb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

sdk/contentunderstanding/azure-ai-contentunderstanding/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Release History
22

3-
## 1.0.2 (2026-04-20)
3+
## 1.1.0 (2026-04-20)
44

5-
### Bugs Fixed
6-
- Exposed `usage` property on `AnalyzeLROPoller` and `AnalyzeAsyncLROPoller` to surface billing and token consumption details (`UsageDetails`) returned by the REST API. Previously the `usage` field in the LRO response envelope was discarded by the generated deserialization callback.
5+
### Features Added
6+
- Added `usage` property on `AnalyzeLROPoller` and `AnalyzeAsyncLROPoller` to surface billing and token consumption details (`UsageDetails`) returned by the REST API.
77

88
## 1.0.1 (2026-03-06)
99

sdk/contentunderstanding/azure-ai-contentunderstanding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This table shows the relationship between SDK versions and supported API service
3131

3232
| SDK version | Supported API service version |
3333
| ----------- | ----------------------------- |
34-
| 1.0.2 | 2025-11-01 |
34+
| 1.1.0 | 2025-11-01 |
3535
| 1.0.1 | 2025-11-01 |
3636
| 1.0.0 | 2025-11-01 |
3737

sdk/contentunderstanding/azure-ai-contentunderstanding/azure/ai/contentunderstanding/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.2"
9+
VERSION = "1.1.0"

0 commit comments

Comments
 (0)