Skip to content

Commit 5831873

Browse files
authored
Preparation for GA release of System.ClientModel (#49809)
* prep for GA release of System.ClientModel * add some additional changelog entries * one more changelog entry * and another changelog entry
1 parent ca31371 commit 5831873

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

sdk/core/System.ClientModel/CHANGELOG.md

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

3-
## 1.4.0-beta.7 (Unreleased)
3+
## 1.4.0 (2025-05-02)
44

55
### Features Added
66

7-
### Breaking Changes
8-
9-
### Bugs Fixed
7+
- Added additional supported scenarios to System.ClientModel.SourceGeneration.
108

119
### Other Changes
1210

11+
- Upgraded versions of dependencies on System.Diagnostics.DiagnosticSource, System.Text.Json, and Microsoft.Extensions.Logging.Abstractions.
12+
- Renamed `ActivityExtensions.MarkFailed` to `ActivityExtensions.MarkClientActivityFailed`.
13+
- Made `int maxSize` parameter to `ClientCache` constructor required and removed default value.
14+
- Changed `IEquatable<object> clientId` parameter to `object clientId` in `ClientCache.GetClient`
15+
- Renamed `ConnectionCollection` to `ClientConnectionCollection`
16+
- Renamed `ConnectionProvider` to `ClientConnectionProvider`
17+
- Renamed `ToCollection` to `ConvertCollectionBuilder` in `ModelReadWriteTypeBuilder`
18+
- Renamed `AddKeyValuePair` to `AddItemWithKey` in `ModelReadWriteTypeBuilder`
19+
1320
## 1.4.0-beta.6 (2025-04-28)
1421

1522
### Features Added

sdk/core/System.ClientModel/src/System.ClientModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Contains building blocks for clients that call cloud services.</Description>
5-
<Version>1.4.0-beta.7</Version>
5+
<Version>1.4.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.3.0</ApiCompatVersion>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)