Skip to content

Bump Microsoft.Extensions.Configuration.AzureAppConfiguration from 4.5.1 to 5.1.0#57

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Microsoft.Extensions.Configuration.AzureAppConfiguration-5.1.0
Closed

Bump Microsoft.Extensions.Configuration.AzureAppConfiguration from 4.5.1 to 5.1.0#57
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Microsoft.Extensions.Configuration.AzureAppConfiguration-5.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2022

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

Release notes

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

5.1.0-preview

Microsoft.Extensions.Configuration.AzureAppConfiguration 5.1.0-preview - May 20, 2022

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

Microsoft.Azure.AppConfiguration.AspNetCore 5.1.0-preview - May 20, 2022

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

Microsoft.Azure.AppConfiguration.Functions.Worker 5.1.0-preview - May 20, 2022

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

5.0.0

Microsoft.Extensions.Configuration.AzureAppConfiguration 5.0.0 - Feb 02, 2022

  • Added deprecation warning to the IConfigurationRefresher.SetDirty API. IConfigurationRefresher.ProcessPushNotification API should be used instead for push-model based configuration refresh. Refer to this tutorial for more details about the ProcessPushNotification API. #301

Microsoft.Azure.AppConfiguration.AspNetCore 5.0.0 - Feb 02, 2022

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

Microsoft.Azure.AppConfiguration.Functions.Worker 5.0.1 - Feb 03, 2022

  • Moved the UseAzureAppConfiguration extension method to Microsoft.Extensions.Hosting namespace. #299
  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 5.0.0. See the release notes for more information on the changes.

5.0.0-preview

Microsoft.Extensions.Configuration.AzureAppConfiguration 5.0.0-preview - December 16, 2021

Breaking Changes:

  • Removed all offline caching capabilities. #135
  • Added support for parsing and using sync-token from push notifications received from Event Grid. Using sync-token ensures that users get the latest key-values from App Configuration on any subsequent request. The following new APIs were added:
    EventGridEventExtensions.TryCreatePushNotification(this EventGridEvent eventGridEvent, out PushNotification pushNotification)
    IConfigurationRefresher.ProcessPushNotification(PushNotification pushNotification, TimeSpan? maxDelay = null)
    To use sync-token in a push refresh enabled application, the existing SetDirty() call can be replaced by the following code. Depending on the event handler you're using, you may need to convert the received event to an EventGridEvent object. For example, if you are using Service Bus as the event handler, the code will look like this:
    serviceBusClient.RegisterMessageHandler(
                   handler: (message, cancellationToken) =>
                   {
                      EventGridEvent eventGridEvent = EventGridEvent.Parse(BinaryData.FromBytes(message.Body));
                  if (eventGridEvent.TryCreatePushNotification(out PushNotification pushNotification))
                  {

... (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 5.1.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 Jul 19, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2022

Superseded by #71.

@dependabot dependabot bot closed this Nov 30, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.Extensions.Configuration.AzureAppConfiguration-5.1.0 branch November 30, 2022 13:03
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