github Azure/azure-sdk-for-net System.ClientModel_1.4.0-beta.1

pre-release2 days ago

1.4.0-beta.1 (2025-03-06)

Features Added

  • Added new connection management types in the System.ClientModel.Primitives namespace:
    • ConnectionProvider: Abstract base class for managing client connections, including retrieval of connection settings and subclient caching.
    • ClientConnection: Readonly struct that encapsulates connection options with support for API key, token, or no authentication.
    • ConnectionCollection: A keyed collection of client connections, supporting JSON serialization and providing an enhanced debugger view.
    • ClientCache: Implements an LRU-based cache for efficient reuse of client instances and optimized retrieval.

Bugs Fixed

  • Removed debugging statement in pipeline creation when applying the ClientLoggingOptions.AllowedHeaderNames option.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.