Skip to content

Commit 14de4be

Browse files
authored
[evaluation] chore: Update 1.11.2 changelog (#43343)
* chore: Update 1.11.2 changelog * chore: Add unreleased section * chore: Bump version to 1.13.0
1 parent 53aa8e7 commit 14de4be

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

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

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

3+
## 1.13.0 (Unreleased)
4+
5+
### Features Added
6+
7+
-
8+
9+
### Bugs Fixed
10+
11+
-
312

413
## 1.12.0 (2025-10-02)
514

@@ -10,6 +19,12 @@
1019
### Bugs Fixed
1120
- Support for multi-level nesting in OpenAI grader (experimental)
1221

22+
## 1.11.2 (2025-10-09)
23+
24+
### Bugs Fixed
25+
26+
- **kwargs in an evaluator signature receives input columns that are not otherwise named in the evaluator's signature
27+
1328
## 1.11.1 (2025-09-19)
1429

1530
### Bugs Fixed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# ---------------------------------------------------------
44
# represents upcoming version
55

6-
VERSION = "1.12.0"
6+
VERSION = "1.13.0"

0 commit comments

Comments
 (0)