Bump System.ClientModel from 1.10.0 to 1.14.0#155
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Member
🧪 Details on Ubuntu 24.04.4 LTSfrom retest v1.1.0 on .NET 10.0.9 with 💜 by @devlooped |
--- updated-dependencies: - dependency-name: System.ClientModel dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: system ... Signed-off-by: dependabot[bot] <support@github.com>
8611c88 to
48bbfe1
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.10.0 to 1.14.0.
Release notes
Sourced from System.ClientModel's releases.
1.14.0
1.14.0 (2026-06-03)
Features Added
FileBinaryContenttype for representing a file part within an HTTP request payload, typically as part of amultipart/form-datarequest.MultiPartFormContenttype for buildingmultipart/form-datarequest payloads.CredentialResolver.TryResolve(IConfigurationSection, Func<IConfigurationSection, AuthenticationTokenProvider?>, out AuthenticationTokenProvider?)virtual overload. The callback lets a chain-owning resolver resolve child sections back through the active engine — preserving caching, normalization, and ordering — without needing to know about credential sources owned by other packages. The default implementation forwards to the existing two-arg overload (experimentalSCME0002).1.11.1
1.11.1 (2026-06-03)
Other Changes
1.10.2
1.10.2 (2026-06-01)
Features Added
connectionproperty in Web PubSub trigger and context bindings for backward-compatibility.Commits viewable in compare view.