7.1.0-preview
Pre-release
Pre-release
Microsoft.Extensions.Configuration.AzureAppConfiguration 7.1.0-preview - January 19, 2024
Enhancements
-
Replica Auto-Discovery: For App Configuration stores with geo-replication enabled, the provider will now automatically discover any additional replicas and attempt to connect to them when it fails to connect to user-provided endpoints in code. This capability allows applications to leverage geo-replication for enhanced resiliency without code change and redeployment. Replica discovery is enabled by default and can be disabled by setting the new
AzureAppConfigurationOptions.ReplicaDiscoveryEnabled
property equal tofalse
. #442. -
Added support for the
variants
,allocation
, andtelemetry
properties for feature flags introduced in version 4.0.0-preview of the Microsoft.FeatureManagement library. #476
Bug Fixes
- Fixed a bug where passing a null value for the
key
parameter toAzureAppConfigurationRefreshOptions.Register
would throw aNullReferenceException
. #503 - Fixed a bug with
AzureAppConfigurationOptions.Select
,FeatureFlagOptions.Select
, andAzureAppConfigurationOptions.SelectSnapshot
where additional calls with the same filters after the first call were ignored. The provider will now correctly use only the last call with duplicate filters to preserve the expected precedence. #490
Microsoft.Azure.AppConfiguration.AspNetCore 7.1.0-preview - January 19, 2024
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to7.1.0-preview
. See the release notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 7.1.0-preview - January 19, 2024
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to7.1.0-preview
. See the release notes for more information on the changes.