Skip to content

Commit 4aa3958

Browse files
authored
[EnySys] Bump SCM Version to 1.5.1 (#539)
* [EnySys] Bump SCM Version to 1.5.1 The focus of these changes is to update `System.ClientModel` to version 1.5.1, in order to absorb a fix for a concurrency bug that can cause infinite loops during deserialization on the legacy .NET Framework. * Updating context with new attribute * Add explicity AsyncInterfaces reference for * Remove net6 target
1 parent 64fe6f1 commit 4aa3958

File tree

3 files changed

+265
-2
lines changed

3 files changed

+265
-2
lines changed

CHANGELOG.md

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

3+
## 2.3.0-beta.1 (Unreleased)
4+
5+
### Other changes
6+
7+
- Updated to `System.ClientModel` 1.5.1, which contains a fix for a concurrency bug which could cause some applications running on the legacy .NET Framework to experience an infinite loop while deserializing service responses.
8+
9+
- Removed explicit `net6.0` target framework, as this version reached end-of-life in November, 2024 and is no longer maintained nor supported by Microsoft. This does not prevent using the OpenAI library on .NET 6, as the runtime will fallback to the `netstandard2.0` target.
10+
311
## 2.2.0 (2025-07-02)
412

513
### Features Added

0 commit comments

Comments
 (0)