You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,25 @@
1
1
# Release History
2
2
3
+
## 2.0.0-beta.4 (2024-06-10)
4
+
5
+
## Features Added
6
+
7
+
- Added new, built-in helpers to simplify the use of text-only message content ([1c40de67](https://github.com/openai/openai-dotnet/commit/1c40de673a67ddf834b673aaabb94b2c42076e03))
8
+
9
+
## Bugs Fixed
10
+
11
+
- Optimized embedding deserialization and addressed correctness on big endian systems ([e28b5a77](https://github.com/openai/openai-dotnet/commit/e28b5a7787df4b1baa772406b09a0f650a45c77f))
12
+
- Optimized b64_json message parsing via regex ([efd76b50](https://github.com/openai/openai-dotnet/commit/efd76b50f094c585350240aea051ba342c6f6622))
13
+
3
14
## 2.0.0-beta.3 (2024-06-07)
4
15
5
-
### Bugs fixed
16
+
### Bugs Fixed
6
17
7
18
- Removed a vestigial package reference ([5874f53](https://github.com/openai/openai-dotnet/commit/5874f533722ab46a3e077dacb6c3474e0ecca96e))
8
19
9
20
## 2.0.0-beta.2 (2024-06-06)
10
21
11
-
### Bugs fixed
22
+
### Bugs Fixed
12
23
13
24
- Addressed an assembly properties issue ([bf21eb5](https://github.com/openai/openai-dotnet/commit/bf21eb5ad367aaac418dbbf320f98187fee5089a))
14
25
- Added migration guide to package ([f150666](https://github.com/openai/openai-dotnet/commit/f150666cd2ed552720207098b3b604a8e1ca73df))
0 commit comments