Skip to content

3.0.0

Compare
Choose a tag to compare
@abhilasharora abhilasharora released this 01 May 05:28
d7d0448

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. #106

    public 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 to IConfigurationRefresher.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 to 3.0.0.