Skip to content
Open
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
7 changes: 4 additions & 3 deletions sdk/evaluation/azure-ai-evaluation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Release History

## 1.18.6 (Unreleased)
## 1.18.6 (2026-09-17)
Comment thread
singankit marked this conversation as resolved.

### Features Added

### Breaking Changes
- Added the `aoai_output_items_page_size` keyword argument to `evaluate` to configure the number of native Azure OpenAI grader output items requested per page. Accepts integers from 1 to 100 and defaults to 100; all result pages are still retrieved.

### Bugs Fixed

### Other Changes
- Improved native Azure OpenAI grader result retrieval by retrying output-item requests with a smaller page size after timeouts or retryable HTTP 408 and 504 responses.
[#49034](https://github.com/Azure/azure-sdk-for-python/pull/49034)

## 1.18.5 (2026-09-02)

Expand Down
Loading