Bump System.ClientModel from 1.9.0 to 1.10.0#100
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Bump System.ClientModel from 1.9.0 to 1.10.0#100dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Member
🧪 Details on Ubuntu 24.04.4 LTSfrom retest v1.1.0 on .NET 10.0.5 with 💜 by @devlooped |
Bumps System.ClientModel from 1.9.0 to 1.10.0 --- updated-dependencies: - dependency-name: System.ClientModel dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: system ... Signed-off-by: dependabot[bot] <support@github.com>
1072a98 to
28447b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated System.ClientModel from 1.9.0 to 1.10.0.
Release notes
Sourced from System.ClientModel's releases.
1.10.0
1.10.0 (2026-03-16)
Features Added
JsonPatch.EnumerateArraymethod that iterates over JSON array elements at a specified path, yielding each element as raw UTF-8 bytes.CollectionResult<T>.FromPagesandAsyncCollectionResult<T>.FromPagesstatic factory methods that create collection result instances from pre-existing pages of values for testing.IsReadOnlyproperty toClientPipelineOptionsandClientLoggingOptionsso callers can check whether options can still be modified without catching an exception.Clone()method toClientPipelineOptionsandClientLoggingOptionsthat creates a new mutable instance from an existing instance that may be read-only.ConfigurationSchema.jsonto the NuGet package via the MSBuildJsonSchemaSegmentfeature, enabling automatic JSON IntelliSense and validation forappsettings.jsonwhen configuring System.ClientModel-based clients.Bugs Fixed
ClientResult<T>to not throw exceptions on null inputs per Framework Design Guidelines. Null inputs now returndefault.Breaking Changes
ClientResult<T>implicit conversion operator parameter to indicate that null is a valid input. This change was made because throwing exceptions from implicit conversions violates the Framework Design Guidelines.Commits viewable in compare view.