Skip to content

Bump System.ClientModel from 1.9.0 to 1.10.0#100

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/xAI/system-dec78beccf
Open

Bump System.ClientModel from 1.9.0 to 1.10.0#100
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/src/xAI/system-dec78beccf

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

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

  • Added JsonPatch.EnumerateArray method that iterates over JSON array elements at a specified path, yielding each element as raw UTF-8 bytes.
  • Added CollectionResult<T>.FromPages and AsyncCollectionResult<T>.FromPages static factory methods that create collection result instances from pre-existing pages of values for testing.
  • Added IsReadOnly property to ClientPipelineOptions and ClientLoggingOptions so callers can check whether options can still be modified without catching an exception.
  • Added Clone() method to ClientPipelineOptions and ClientLoggingOptions that creates a new mutable instance from an existing instance that may be read-only.
  • Added ConfigurationSchema.json to the NuGet package via the MSBuild JsonSchemaSegment feature, enabling automatic JSON IntelliSense and validation for appsettings.json when configuring System.ClientModel-based clients.
  • Updated BCL dependencies to 10.x.

Bugs Fixed

  • Fixed implicit conversion operator for ClientResult<T> to not throw exceptions on null inputs per Framework Design Guidelines. Null inputs now return default.

Breaking Changes

  • Added nullability annotation to the 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.

@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies labels Mar 18, 2026
@kzu
Copy link
Copy Markdown
Member

kzu commented Mar 18, 2026

34 passed 34 passed 32 skipped

🧪 Details on Ubuntu 24.04.4 LTS

from 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>
@dependabot dependabot bot changed the title Bump the system group with 1 update Bump System.ClientModel from 1.9.0 to 1.10.0 Apr 1, 2026
@dependabot dependabot bot force-pushed the dependabot/nuget/src/xAI/system-dec78beccf branch from 1072a98 to 28447b3 Compare April 1, 2026 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant