3.0.0
Microsoft.Extensions.Configuration.AzureAppConfiguration 3.0.0
-
Added the following method to allow users to override
ConfigurationClientOptions
. This enables customization on the underlying App Configuration client that includes modifying retry options and configuring proxy settings. #106public AzureAppConfigurationOptions ConfigureClientOptions(Action<ConfigurationClientOptions> options)
-
Added
IConfigurationRefresher.TryRefreshAsync
method, which will not throw exceptions on transient errors during configuration refresh. #113 -
Renamed the
IConfigurationRefresher.Refresh
method toIConfigurationRefresher.RefreshAsync
. -
Reduced maximum number of retries when querying App Configuration to prevent blocking the application for long periods of time during startup or configuration refresh. #255
Microsoft.Azure.AppConfiguration.AspNetCore 3.0.0
- Updated
Microsoft.Extensions.Configuration.AzureAppConfiguration
reference to3.0.0
.