Update all non-major dependencies#66
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
10222e1 to
2847db6
Compare
f3f6983 to
99805fa
Compare
99805fa to
6b59e7e
Compare
7e93ecd to
379baa4
Compare
7d2aaff to
60fe895
Compare
fce21c3 to
1e7fda3
Compare
6d150bf to
0acc6a0
Compare
f2e1fec to
7f3e574
Compare
5102213 to
dc24af3
Compare
ffc43b6 to
3208b54
Compare
8806ff6 to
5232738
Compare
3c33435 to
de76e9a
Compare
de76e9a to
c9ccb5a
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.
This PR contains the following updates:
4.0.18.7→4.0.23.32.0.1→2.1.18.0.1→8.1.08.0.1→8.1.08.0.1→8.1.08.0.1→8.1.08.0.1→8.1.010.0.3→10.0.810.0.3→10.0.810.0.3→10.0.810.0.3→10.0.810.0.3→10.0.810.0.3→10.0.810.3.0→10.6.010.0.3→10.0.810.3.0→10.6.010.3.0→10.6.018.3.0→18.5.10.4.2→0.6.010.0.1→10.0.210.0.0→10.0.11.15.0→1.15.30.14.1→0.15.03.16.1→3.18.110.0.1→10.1.610.0.1→10.1.62.13.1→2.14.140.4.3→0.5.02.11.8→2.13.110.1.4→10.1.710.1.4→10.1.77.0.0→7.0.110.0.3→10.0.84.10.0→4.11.01.5.5→1.5.68.0.0→8.0.110.0.1→10.0.810.0.0→10.0.300v3.5.0→v3.11.30.13.0-glibc→0.14.5-glibc8.4-alpine→8.6-alpineRelease Notes
aws/aws-sdk-net (AWSSDK.S3)
v4.0.23v4.0.22v4.0.21v4.0.20v4.0.19error-or/error-or (ErrorOr)
v2.1.1Added
#94, #95 Added missing async versions of
FailIfmethods#104 Support for .NET 8 was added
#109, #111 Added
FailIfmethod overloads that allow to use value in error definition usingFunc<TValue, Error>error builderValue can now be used to build the error:
#117 Added
ElseDoandElseDoAsyncmethodsActions returning no result can now be called when
IsErroris true.#122 Added
ToErrorOrAsyncmethodValues in
Taskcan now be easily converted toErrorOr.#129 Added missing
ErrorOrFactory.FrommethodsNow following calls from
README.mdare availableFollowing call is now obsolete
#133 Added missing collection expression support
Now following call from
README.mdis available#134 Added
FromAsyncand missingToErrorOrAsyncmethodsAdded support for
FromAsyncmethods.Added support for
ToErrorOrAsyncmethods from errors:#149 Added
Else/ElseAsyncoverloads returningErrorOr#152 Added
ThenEnsureandThenEnsureAsyncmethods.They are similar to
ThenDoandThenDoAsync, but they receive a function that can return errors.If no errors are returned, the original value is preserved and the ensure function's success value is ignored.
#159 Added
IsSuccessproperty toErrorOr#158 Added support for serialization via
IErrorOrinterface without direct access toValueproperty. TheIRecordablebase interface provides a way to obtain a serialized representation of the current state.IRecordingSerializer<TOutput>interface can be implemented to provide concrete serialization strategy, for exaple JSON serialization:#179 Support for .NET 10 was added
Fixed
#85, #97
ErrorOrturned into Value Object by reimplementingEqualsandGetHashCodemethodsNew dependency was introduced to Microsoft.Bcl.HashCode and development dependency was introduced to Nullable
#178 Initializing
ErrorOr<T>with empty or null error collection results with unexpected error.Optimized
Refactored
dotnet/dotnet (Microsoft.AspNetCore.Authentication.JwtBearer)
v10.0.8v10.0.7v10.0.6v10.0.5v10.0.4dotnet/extensions (Microsoft.Extensions.Caching.Hybrid)
v10.6.0Version 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.
Experimental API Changes
Now Stable
MEAI001) #7512What's Changed
AI
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.5.2...v10.6.0
v10.5.0HTTP Logging Middleware APIs in
Microsoft.AspNetCore.Diagnostics.Middlewareare now stable. This release also transfersMicrosoft.Extensions.VectorData.AbstractionsandMicrosoft.Extensions.VectorData.ConformanceTestsfrom the Semantic Kernel repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.Breaking Changes
VectorStoreVectorAttributeconstructor parameter #7460Dimensionsparameter was renamed todimensions(lowercase). This is a source-breaking change only — binary compatibility is preserved.new VectorStoreVectorAttribute(Dimensions: 1536), update it tonew VectorStoreVectorAttribute(dimensions: 1536).Experimental API Changes
Now Stable
EXTEXP0013):AddHttpLogEnricher<T>,IHttpLogEnricher, andRequestHeadersLogEnricherOptions.HeadersDataClasses#7380What's Changed
AI
Vector Data
AI Evaluation
ASP.NET Core Extensions
Service Discovery
Documentation Updates
Test Improvements
Repository Infrastructure Updates
Acknowledgements
Full Changelog: dotnet/extensions@v10.4.1...v10.5.0
v10.4.0This release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.
Experimental API Changes
Now Stable
MEAI001) #7299FakeLogCollector.GetLogsAsync(CancellationToken)is now stable (previouslyEXTEXP0003) #7332New Experimental APIs
AddExtendedHttpClientLoggingoverloads withwrapHandlersPipelineparameter (EXTEXP0013) #7231Removed Experimental APIs
MEAI001) #7353What's Changed
AI
Telemetry and Observability
HTTP Resilience and Diagnostics
Diagnostics, Health Checks, and Resource Monitoring
Data Ingestion
Caching
Test Improvements
Repository Infrastructure Updates
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.