Skip to content

Commit 1eff99e

Browse files
authored
[OpenAI] Prepare for 1.0.0-beta.2 release (Azure#35452)
1 parent 66b6bbb commit 1eff99e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

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

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

3-
## 1.0.0-beta.2 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0-beta.2 (2023-06-13)
64

75
### Breaking Changes
86

7+
- Removed class `ChatMessageDelta` and replaced usage of it by `ChatMessage`.
8+
99
### Bugs Fixed
10+
- [PR#35336](https://github.com/Azure/azure-sdk-for-java/commit/bf4fdac9cea3c18362029df4589bc78b834a4348) fixed
11+
`com.fasterxml.jackson.databind.exc.MismatchedInputException: Missing required creator property 'usage' (index 3)`.
1012

1113
### Other Changes
1214

15+
#### Dependency Updates
16+
- Updated `azure-core` to `1.40.0`.
17+
- Updated `azure-core-http-netty` to `1.13.4`.
18+
1319
## 1.0.0-beta.1 (2023-05-22)
1420

1521
- Azure OpenAI client library for Java. This package contains Microsoft Azure OpenAI client library. Initial generation from [spec](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/cognitiveservices/OpenAI.Inference)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you want to see the full code for these snippets check out our [samples folde
3939
<dependency>
4040
<groupId>com.azure</groupId>
4141
<artifactId>azure-ai-openai</artifactId>
42-
<version>1.0.0-beta.1</version>
42+
<version>1.0.0-beta.2</version>
4343
</dependency>
4444
```
4545
[//]: # ({x-version-update-end})
@@ -99,7 +99,7 @@ Authentication with AAD requires some initial setup:
9999
<dependency>
100100
<groupId>com.azure</groupId>
101101
<artifactId>azure-identity</artifactId>
102-
<version>1.9.0</version>
102+
<version>1.9.1</version>
103103
</dependency>
104104
```
105105
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)