Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update microsoft dependencies #2027

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Microsoft.ApplicationInsights.AspNetCore (source) 2.22.0 -> 2.23.0 age adoption passing confidence
Microsoft.Azure.AppConfiguration.AspNetCore (source) 8.0.0 -> 8.1.1 age adoption passing confidence

Release Notes

Microsoft/ApplicationInsights-dotnet (Microsoft.ApplicationInsights.AspNetCore)

v2.23.0

Compare Source

  • no changes since beta.
Azure/Azconfig-DotnetProvider (Microsoft.Azure.AppConfiguration.AspNetCore)

v8.1.1

Compare Source

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.1 - February 26th, 2025
Bug Fixes
  • Fixed a bug introduced in the 8.1.0 release where calls to FeatureFlagOptions.Select were ignored if they were followed by a call to either AzureAppConfigurationOptions.Select or AzureAppConfigurationOptions.SelectSnapshot. #​628
Microsoft.Azure.AppConfiguration.AspNetCore 8.1.1 - February 26th, 2025
  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.1. See the release notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.1 - February 26th, 2025
  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.1. See the release notes for more information on the changes.

v8.1.0

Compare Source

Microsoft.Extensions.Configuration.AzureAppConfiguration 8.1.0 - February 24th, 2025
Enhancements
  • Added the ability to monitor all selected key-values for refresh with the following new API. #​536

    public AzureAppConfigurationRefreshOptions RegisterAll()

    When this API is called, changes to any selected key-values will cause a reload of the configuration.

  • Added the ability to check if the type of an IConfigurationSource is AzureAppConfigurationSource with the following new extension. #​456

    public static bool IsAzureAppConfigurationSource(this IConfigurationSource source)
Bug Fixes
  • Fixed a bug where changing a feature flag would always override an already loaded feature flag with the same key but different label on refresh. As part of this change, feature flags are now always refreshed as a collection, meaning a change in any selected flag will result in a reload of all selected feature flags on refresh. #​317
  • Fixed a bug where an unnecessary refresh could occur when a request to App Configuration was served from the cache. #​588
Other Changes
  • Removed support for the configuration_reference property in feature flags. #​614
  • AllocationId from feature flag telemetry metadata, which was introduced in 8.1.0-preview version, has been removed in this stable version. #​600
Microsoft.Azure.AppConfiguration.AspNetCore 8.1.0 - February 24th, 2025
  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.0. See the release notes for more information on the changes.
Microsoft.Azure.AppConfiguration.Functions.Worker 8.1.0 - February 24th, 2025
  • Updated Microsoft.Extensions.Configuration.AzureAppConfiguration reference to 8.1.0. See the release notes for more information on the changes.

Configuration

📅 Schedule: Branch creation - "before 7am on Sunday,before 7am on Wednesday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 9, 2025 04:43
Copy link
Contributor

coderabbitai bot commented Mar 9, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@oskogstad oskogstad merged commit 0fe4ee3 into main Mar 9, 2025
24 checks passed
@oskogstad oskogstad deleted the renovate/microsoft-dependencies branch March 9, 2025 23:22
oskogstad pushed a commit that referenced this pull request Mar 10, 2025
🤖 I have created a release *beep* *boop*
---


##
[1.57.7](v1.57.6...v1.57.7)
(2025-03-09)


### Miscellaneous Chores

* **deps:** update dependency htmlagilitypack to 1.11.74
([#2024](#2024))
([4a1c549](4a1c549))
* **deps:** update dependency verify.xunit to 28.13.0
([#2026](#2026))
([c3d24bb](c3d24bb))
* **deps:** update microsoft dependencies
([#2027](#2027))
([0fe4ee3](0fe4ee3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant