Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2023

Bumps Microsoft.Extensions.Configuration.AzureAppConfiguration from 4.5.1 to 6.0.0.

Release notes

Sourced from Microsoft.Extensions.Configuration.AzureAppConfiguration's releases.

5.3.0-preview

Microsoft.Extensions.Configuration.AzureAppConfiguration 5.3.0-preview - July 27, 2022

  • Added the following new API for the App Configuration geo-replication support. #178

    public AzureAppConfigurationOptions Connect(IEnumerable<Uri> endpoints, TokenCredential credential)

    The new API allows you to provide an ordered list of replica endpoints of your App Configuration store. The App Configuration provider will fail over to other replicas when a replica is not accessible (either the service is unavailable or there are networking issues). A sample application can be found here.

Microsoft.Azure.AppConfiguration.AspNetCore 5.3.0-preview - July 27, 2022

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 5.3.0-preview. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 5.3.0-preview - July 27, 2022

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 5.3.0-preview. See the release notes for more information on the changes.

5.2.0

Microsoft.Extensions.Configuration.AzureAppConfiguration 5.2.0 - November 29, 2022

  • Added support for .NET 7 as a target framework. #366
  • Fixed a bug where passing an empty string for the label filter to AzureAppConfigurationOptions.Select would select key-values with all labels. #311
  • Fixed a bug where calls to AzureAppConfigurationOptions.Select would be incorrectly ignored if the key-values were already selected by a previous call. #349
  • Fixed a bug where AddAzureAppConfiguration could throw an exception on invalid feature flags even with the optional parameter set to true. #348
  • Upgraded the package references Azure.Security.KeyVault.Secrets to 4.3.0 and System.Text.Json to 4.7.2. #351

Microsoft.Azure.AppConfiguration.AspNetCore 5.2.0 - November 29, 2022

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 5.2.0. See the release notes for more information on the changes.

Microsoft.Azure.AppConfiguration.Functions.Worker 5.2.0 - November 29, 2022

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 5.2.0. See the release notes for more information on the changes.

5.2.0-preview

Microsoft.Extensions.Configuration.AzureAppConfiguration 5.2.0-preview - July 18, 2022

  • Added support for Feature Management V2 schema introduced in Microsoft.FeatureManagement 3.0.0-preview library. #315

Microsoft.Azure.AppConfiguration.AspNetCore 5.2.0-preview - July 18, 2022

  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 5.2.0-preview. See the release notes for more information on the changes.

... (truncated)

Commits

Dependabot compatibility score

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 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.Extensions.Configuration.AzureAppConfiguration](https://github.com/Azure/Azconfig-DotnetProvider) from 4.5.1 to 6.0.0.
- [Release notes](https://github.com/Azure/Azconfig-DotnetProvider/releases)
- [Commits](https://github.com/Azure/Azconfig-DotnetProvider/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration.AzureAppConfiguration
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants