Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2025

This PR contains the following updates:

Package Change Age Confidence
Bogus 35.6.2 -> 35.6.3 age confidence
Grpc.AspNetCore 2.70.0 -> 2.71.0 age confidence
Microsoft.Azure.Cosmos 3.48.0 -> 3.53.1 age confidence
Microsoft.Extensions.Hosting (source) 9.0.4 -> 9.0.8 age confidence
Microsoft.Extensions.Logging (source) 9.0.4 -> 9.0.8 age confidence
Microsoft.NET.Test.Sdk 17.13.0 -> 17.14.1 age confidence

Release Notes

bchavez/Bogus (Bogus)

v35.6.3

Release Date: 2025-04-12

  • Issue 601: Fixes Internet.Avatar() URL generation. Moves from Cloudflare IPFS to IPFS.io.
  • Fixed broken checksum calculation test in BelgianExtensionTests.
  • .NET SDK 9 now required for builds. Various C# improvements and modernizations. Thanks @​SimonCropp!
grpc/grpc-dotnet (Grpc.AspNetCore)

v2.71.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.70.0...v2.71.0

Azure/azure-cosmos-dotnet-v3 (Microsoft.Azure.Cosmos)

v3.53.1

Compare Source

Added
  • 5364 TokenCredentialCache: Adds a fallback mechanism to AAD scope override.
  • 5361 Trace: Fixes thread safety issue in Trace class causing high CPU usage and InvalidOperationException

v3.53.0

Compare Source

Added
  • 5253 License: Adds new license expression
  • 5252 TokenCredentialCache: Adds an options to override AAD audience scope
  • 5308 Query: Adds Weighted RRF capability to LINQ
  • 5213 Query: Adds GetIndexMetrics LINQ extension method
Fixed
  • 5273 Query: Fixes non streaming order by queries to not be tagged as passthrough queries
  • 5291 GatewayStoreClient: Fixes stream consumption bug in GatewayStoreClient.CreateDocumentClientExceptionAsync
  • 5317 Query: Fixes HybridSearchQueryTests to account for backend changes in phrase search

v3.52.1

Compare Source

Fixed
  • 5257 QueryPlan: Fixes 410 Gone exception on query plan calls in Non-X64 windows platforms

v3.52.0

Compare Source

Added
  • 5180 Query: Adds public PopulateQueryAdvice capability
  • 5215 Client Encryption: Adds support for latest Cosmos package and bumps up Encryption package for nuget release
  • 5157 Query: Adds support for LINQ extension method for VectorDistance

This also includes a Direct Package version update to 3.39.1 in PR #​5241 which includes the following:

  • Rntbd Health Check Improvements Part 3: Enables Aggressive Timeout Detection By Default.
  • Introduce East US 3 region in the SDK.
Fixed
  • 5221 Query : Fixes Skip + Order By Bug
  • 5218 Binary Encoding: Fixes DateTime Parsing Issue with Trailing Zeros in the Milli-Seconds Precision
  • 5234 Client Encryption: Fixes Encryption Release Pipeline

v3.51.0

Compare Source

Added
  • 5182 InMemoryLeaseContainer: Adds public API to use InMemoryLeaseContainer with ChangeFeedProcessorBuilder
  • 5170 PPAF: Adds Code to Fetch Enablement Flag Through Gateway Database Account Response
Fixed
  • 5197 GlobalEndpointManager: Fixes Observed exception (ObjectDisposedException)

v3.50.0

Added
  • 4993 Query: Adds LINQ extension method for ORDER BY RANK, FullTextScore and RRF
  • 5121 Query: Adds support for the optimized query plan that skips the order by rewrite
  • 5190 Hedging: Adds Hedging for Write requests GA
Fixed
  • 5145 Query: Fixes handling of undefined projections in hybrid search
  • 5150 Query: Fixes Full Text Search APIs by marking them public
  • 5162 HPK : Fixes code documentation to reference PartitionKeyPaths for HPK scenarios
  • 5163 Query: Fixes function signature for RRF, OrderByRank and FullTextScore LINQ extension methods
  • 5171 Query: Fixes FullText Policy API by making language optional
  • 5189 Hedging: Fixes Concurrency Issue

v3.49.1

Fixed
  • 5174 Query: Fixes default for the query plan optimization for Hybrid Search to be disabled

v3.49.0

Compare Source

Added
  • 5077 ThroughputBucketing: Adds changes to make ThroughputBucket public for preview SDK
  • 5069 AsyncCache: Adds support for stack trace optimization during exceptions for AsyncCache and AsyncCacheNonblocking
  • 5120 Query: Adds an environment variable for disabling the hybrid search query plan optimization
  • 5127 UnknownRntbdHeader : Adds a new SDK capability for UnknownRntbdHeaders
  • 5128 Session Consistency: Adds SessionTokenMismatchRetryPolicy optimization through customer supplied region switch hints

v3.48.1

Compare Source

Fixed
  • 5108 Metadata requests: Fixes bug where certain metadata requests are not retried with a client cold start with only query requests.
Added
  • 5108 ClientRetryPolicy: Adds Cross Regional Retry on Gone (410) with LeaseNotFound (1022) sub status code.
  • 5108 ClientRetryPolicy: Adds Cross Regional Retry for read requests on InternalServerError (500) status code.
  • 5108 ClientRetryPolicy: Adds Retry on the Preferred Regions on endpoint failures.
dotnet/runtime (Microsoft.Extensions.Hosting)

v9.0.8: .NET 9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

v9.0.7: .NET 9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

v9.0.6

Bug Fixes

  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.

  • [Test Only] Fix Idn tests (#​115032)
    Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.

  • JIT: revised fix for fp division issue in profile synthesis (#​115026)
    Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.

  • Handle OSSL 3.4 change to SAN:othername formatting (#​115361)
    Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.

  • [Mono] Fix c11 ARM64 atomics to issue full memory barrier (#​115635)
    Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.

Performance Improvements

  • [WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#​114678)
    Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.

  • Improve distribute_free_regions (#​115167)
    Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.

Technical Improvements

  • Strip trailing slash from source dir for cmake4 (#​114905)
    Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#​114995)
    Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.

  • Add support for more libicu versions (#​115376)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure

  • Run outerloop pipeline only for release branches, not staging/preview (#​115011)
    Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.

  • Update CentOS Stream, Debian, OpenSUSE (#​115027)
    Updates build and test infrastructure to use newer versions of CentOS Stream, Debian, and OpenSUSE, ensuring ongoing compatibility and security with supported Linux distributions.

  • Update MacOS signing to use PME (#​115634)
    Switches MacOS code signing to use PME, improving the security and reliability of the signing process for MacOS releases.

Dependency Updates

  • Update dependencies from dotnet/roslyn (#​115353)
    Integrates the latest updates from the Roslyn compiler, bringing in bug fixes, performance improvements, and new language features.

  • Update dependencies from dotnet/arcade (#​115085)
    Updates the Arcade build infrastructure dependency, ensuring the latest build tools and scripts are used.

  • Update dependencies from dotnet/sdk (#​114856, #​115466)
    Brings in the latest changes from the .NET SDK, improving build reliability and incorporating upstream fixes.

  • Update dependencies from dotnet/icu (#​114762, #​115440)
    Updates the ICU library dependency, enhancing globalization support and fixing related issues.

  • Update dependencies from dotnet/cecil (#​114670)
    Incorporates the latest Mono.Cecil updates, improving assembly manipulation and metadata handling.

  • Update dependencies from dotnet/emsdk (#​114702)
    Updates the Emscripten SDK dependency, ensuring up-to-date WebAssembly toolchain support.

  • Update dependencies from dotnet/xharness (#​114855)
    Brings in the latest XHarness test runner updates, improving test automation and reliability.

Miscellaneous

  • Update branding to 9.0.6 (#​115385)
    Updates version branding throughout the repository to reflect the 9.0.6 release.

  • Fix line endings (#​115413)
    Standardizes line endings across the codebase, improving cross-platform consistency and reducing merge conflicts.

  • [automated] Merge branch 'release/9.0' => 'release/9.0-staging' (#​114700)
    Automated merge to synchronize changes between release branches, ensuring consistency across development streams.

  • Merging internal commits for release/9.0 (#​115535)
    Integrates internal commits into the release/9.0 branch, consolidating changes for the release.

  • [manual] Merge release/9.0-staging into release/9.0 (#​115497)
    Manually merges staging changes into the main release branch, preparing for the official release.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/runtime@v9.0.5...v9.0.6

v9.0.5: .NET 9.0.5

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.4...v9.0.5

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

v17.14.0

What's Changed
.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes
Internal version updates and fixes
New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 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.

@renovate renovate bot force-pushed the renovate/nuget-packages branch 3 times, most recently from 058e8f6 to ea260e8 Compare May 13, 2025 22:06
@renovate renovate bot force-pushed the renovate/nuget-packages branch 2 times, most recently from 8c30a00 to fdf1762 Compare May 20, 2025 08:46
@renovate renovate bot force-pushed the renovate/nuget-packages branch 2 times, most recently from 1b0fc5e to 05bc147 Compare June 11, 2025 00:01
@renovate renovate bot force-pushed the renovate/nuget-packages branch from 05bc147 to 504d780 Compare June 14, 2025 21:55
@renovate renovate bot force-pushed the renovate/nuget-packages branch from 504d780 to bb4e328 Compare July 8, 2025 23:13
@renovate renovate bot force-pushed the renovate/nuget-packages branch from bb4e328 to f9c9fb0 Compare July 17, 2025 20:45
@renovate renovate bot force-pushed the renovate/nuget-packages branch from f9c9fb0 to 1899649 Compare August 7, 2025 00:11
@renovate renovate bot force-pushed the renovate/nuget-packages branch from 1899649 to 3ede1f6 Compare August 14, 2025 07:09
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/nuget-packages branch from 3ede1f6 to e15f58a Compare August 28, 2025 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant