Skip to content

Commit c8f68ca

Browse files
authored
1.0.0b4 changelog (#34077)
* 1.0.0b4 changelog * Unreleased
1 parent b17c666 commit c8f68ca

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

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

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

3-
## 1.0.0b3 (Unreleased)
3+
## 1.0.0b4 (Unreleased)
44

55
### Features Added
66

7-
### Breaking Changes
7+
- Support custom metrics for evaluation
88

9-
### Bugs Fixed
9+
### Other Changes
10+
11+
- Switched evaluate() function to run on promptflow engine
12+
13+
## 1.0.0b3 (2024-01-30)
1014

1115
### Other Changes
1216

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.0.0b3"
5+
VERSION = "1.0.0b4"

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

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

3-
## 1.0.0b3 (Unreleased)
3+
## 1.0.0b4 (Unreleased)
44

55
### Features Added
66

7-
- AzureOpenAIConnection.set_current_environment supports openai 1.0 and above.
8-
97
### Breaking Changes
108

119
### Bugs Fixed
1210

1311
### Other Changes
1412

13+
## 1.0.0b3 (2024-01-30)
14+
15+
### Features Added
16+
17+
- AzureOpenAIConnection.set_current_environment supports openai 1.0 and above.
18+
19+
### Other Changes
20+
1521
- Support for Python 3.12
1622

1723
## 1.0.0b2 (2023-11-30)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Copyright (c) Microsoft Corporation. All rights reserved.
33
# ---------------------------------------------------------
44

5-
VERSION = "1.0.0b3"
5+
VERSION = "1.0.0b4"

0 commit comments

Comments
 (0)