Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.1.0-beta.2 (2026-06-02)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- `DocumentSource` now parses polygons with any number of points (three or more pairs) instead of requiring exactly four, and supports the page-only `D(page)` form. When only a page number is available, `getPolygon()` and `getBoundingBox()` return `null`.
- Added `Sample_Advanced_ContentSource` and `Sample_Advanced_ContentSourceAsync` samples demonstrating how to read document grounding sources and render field highlight overlays.

## 1.1.0-beta.1 (2026-05-01)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ To run the configuration sample, you'll need to add the SDK to your project and
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-contentunderstanding</artifactId>
<version>1.0.0</version>
<version>1.1.0-beta.2</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -165,7 +165,7 @@ If you encounter errors:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-ai-contentunderstanding</artifactId>
<version>1.0.0</version>
<version>1.1.0-beta.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down