Microsoft.Extensions.Configuration.AzureAppConfiguration 7.0.0 - November 21, 2023
Breaking Changes
AddAzureAppConfiguration now throws ArgumentException for invalid inputs even if the optional parameter is equal to true. #318
Enhancements
This is the first stable release of the following API introduced in the 7.0.0-preview release. #387
public AzureAppConfigurationOptions SelectSnapshot(string name)
Added support for the requirement_type property for feature flags introduced in version 2.6.0-preview of the Microsoft.FeatureManagement library. #406
The initial configuration load now uses time-based retries instead of count-based retries in case of failures. The time-based retry often works more effectively in real-world scenarios, making applications more resilient to transient errors during startup. By default, the retry timeout is set to 100 seconds in AzureAppConfigurationOptions.StartupOptions.Timeout, but you can customize it using the following new API. #458
public AzureAppConfigurationOptions ConfigureStartupOptions(Action<StartupOptions> configure)
Microsoft.Azure.AppConfiguration.AspNetCore 7.0.0 - November 21, 2023
Removed .NET Core 3.1 as a target framework as .NET Core 3.1 is out of support. #482
Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 7.0.0. See the release notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 7.0.0 - November 21, 2023
Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 7.0.0. See the release notes for more information on the changes.
7.0.0-preview.2
Microsoft.Extensions.Configuration.AzureAppConfiguration 7.0.0-preview.2 - August 24, 2023
Includes all changes made in 6.1.0.
Microsoft.Azure.AppConfiguration.AspNetCore 7.0.0-preview.2 - August 24, 2023
Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 7.0.0-preview.2. See the release notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 7.0.0-preview.2 - August 24, 2023
Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 7.0.0-preview.2. See the release notes for more information on the changes.
7.0.0-preview
Microsoft.Extensions.Configuration.AzureAppConfiguration 7.0.0-preview - July 20, 2023
Breaking Changes:
Feature flags are now parsed and transformed into feature management configuration even if AzureAppConfigurationOptions.UseFeatureFlags is not called. AzureAppConfigurationOptions.UseFeatureFlags is still used to configure feature flag options. #422
Enhancements
Added the following new API for adding a snapshot's key-values to the configuration. #422
public AzureAppConfigurationOptions SelectSnapshot(string name)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Microsoft.Azure.AppConfiguration.AspNetCore from 6.1.1 to 7.0.0.
Release notes
Sourced from Microsoft.Azure.AppConfiguration.AspNetCore's releases.
... (truncated)
Commits
6b1eb04
Merge pull request #497 from Azure/maindcd8626
upgrade package version to 7.0.0 (#496)d970761
Merge pull request #493 from Azure/merge-preview-to-main5301c78
fix merge conflict with FeatureFilterTracing in AzureAppConfigurationOptions7ee02e5
Merge branch 'preview' of https://github.com/Azure/AppConfiguration-DotnetPro...46f347a
Update Azure.Data.AppConfiguration to stable version 1.3.0 (#492)56e544c
Add StartupOptions for time-based retries on startup (#488)5fff60f
Throw input errors on build optional sources (#408)94e6871
Remove netstandard2.0 support from ASP.NET. Remove netcoreapp3.1 target frame...75f3d6c
update .net test sdk (#486)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show