azure/appconfiguration-release-notes
Author and update release notes for Azure App Configuration libraries and providers. USE FOR: write release notes, add release note entry, update release notes, draft release notes, new version release notes, format release notes. DO NOT USE FOR: generating changelogs from git history, writing internal engineering notes.
npx skills add https://github.com/Azure/AppConfiguration --skill release-notes
This skill guides the authoring of customer-facing release notes for Azure App Configuration libraries and providers. Release notes live in releaseNotes/ and are the primary way customers learn about new versions.
Release notes are for customers, not engineers. Every entry should help a customer decide whether to upgrade and understand what changed from their perspective.
releaseNotes/ in this repository, even if the library has its own repo.MicrosoftExtensionsConfigurationAzureAppConfiguration.md).releaseNotes/.Each release notes file follows this structure:
# Product Name
[Source code][source_code] | [Package (NuGet/npm/PyPI)][package] | [Samples][samples]
## {version} - {Month} {Day}, {Year}
### Breaking Changes
### Enhancements
### Bug Fixes
<!-- Reference links at bottom of file -->
[source_code]: https://...
[package]: https://...
[samples]: https://...
## {version} - {Month} {Day}, {Year}## 7.0.0 - November 21, 2023## 2.4.0 - February 17, 2026## v1.5.0 - February 14, 2026 (Go uses the v prefix)## 8.6.0-preview - February 26, 2026 (preview/beta versions)Organize changes under these headings. Omit a category if it has no entries for that release.
Reserved for changes that require customers to modify their code or configuration.
> Removed IConfigurationRefresher.SetDirty API in favor of IConfigurationRefresher.ProcessPushNotification API for push-model based configuration refresh. Unlike the SetDirty method, the ProcessPushNotification method guarantees that all configuration changes up to the triggering event are loaded in the following configuration refresh. For more details on the ProcessPushNotification API, refer to this tutorial.
New features, capabilities, or improvements.
> Added health check integration for Microsoft.Extensions.Diagnostic.HealthChecks. You can call AddAzureAppConfiguration on IHealthCheckBuilder to register a health check for the Azure App Configuration provider. #644
>
> `cs
> builder.Services
> .AddHealthChecks()
> .AddAzureAppConfiguration();
> `
Fixes for issues customers may have encountered.
ConfigureAwait(false) in LoadKeyValuesRegisteredForRefresh"> Fixed a bug where calls to FeatureFlagOptions.Select were ignored if they were followed by a call to either AzureAppConfigurationOptions.Select or AzureAppConfigurationOptions.SelectSnapshot. #628
#123> Added the following new API for additional App Configuration geo-replication support. #385
Do not include changes that are not meaningful to customers:
## 8.6.0-preview - February 26, 2026## 4.2.1 - July 9, 2025 (Delisted)SetClientFactory API introduced in 8.2.0-preview."Use this table to determine the correct release notes file, GitHub repo (for issue/PR links), and package registry for each product. This information is also available in the main README.
| Release Notes File | Module | GitHub Repo | Package |
|---|---|---|---|
| MicrosoftExtensionsConfigurationAzureAppConfiguration.md | Microsoft.Extensions.Configuration.AzureAppConfiguration | Azure/AppConfiguration-DotnetProvider | NuGet |
| MicrosoftAzureAppConfigurationAspNetCore.md | Microsoft.Azure.AppConfiguration.AspNetCore | Azure/AppConfiguration-DotnetProvider | NuGet |
| MicrosoftAzureAppConfigurationFunctionsWorker.md | Microsoft.Azure.AppConfiguration.Functions.Worker | Azure/AppConfiguration-DotnetProvider | NuGet |
| SpringCloudAzureAppConfigurationConfig.md | spring-cloud-azure-appconfiguration-config | Azure/azure-sdk-for-java | Maven |
| AzureAppConfigurationProviderPython.md | azure-appconfiguration-provider | Azure/azure-sdk-for-python | PyPI |
| JavaScriptProvider.md | @azure/app-configuration-provider | Azure/AppConfiguration-JavaScriptProvider | npm |
| GoProvider.md | azureappconfiguration | Azure/AppConfiguration-GoProvider | pkg.go.dev |
| Release Notes File | Module | GitHub Repo | Package |
|---|---|---|---|
| Microsoft.Featuremanagement.md | Microsoft.FeatureManagement | microsoft/FeatureManagement-Dotnet | NuGet |
| Microsoft.Featuremanagement.AspNetCore.md | Microsoft.FeatureManagement.AspNetCore | microsoft/FeatureManagement-Dotnet | NuGet |
| Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md | Microsoft.FeatureManagement.Telemetry.ApplicationInsights | microsoft/FeatureManagement-Dotnet | NuGet |
| Microsoft.Featuremanagement.Telemetry.ApplicationInsights.AspNetCore.md | Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore | microsoft/FeatureManagement-Dotnet | NuGet |
| SpringCloudAzureFeatureManagement.md | spring-cloud-azure-feature-management | Azure/azure-sdk-for-java | Maven |
| PythonFeatureManagement.md | featuremanagement | microsoft/FeatureManagement-Python | PyPI |
| JavaScriptFeatureManagement.md | @microsoft/feature-management | microsoft/FeatureManagement-JavaScript | npm |
| JavaScriptFeatureManagementApplicationInsightsBrowser.md | @microsoft/feature-management-applicationinsights-browser | microsoft/FeatureManagement-JavaScript | npm |
| JavaScriptFeatureManagementApplicationInsightsNode.md | @microsoft/feature-management-applicationinsights-node | microsoft/FeatureManagement-JavaScript | npm |
| GoFeatureManagement.md | featuremanagement | microsoft/FeatureManagement-Go | pkg.go.dev |
| Release Notes File | Module | GitHub Repo | Package |
|---|---|---|---|
| KubernetesProvider.md | Azure App Configuration Kubernetes Provider | Azure/AppConfiguration-KubernetesProvider | MCR |
| AppConfigurationEmulator.md | Azure App Configuration Emulator | Azure/AppConfiguration-Emulator | — |
| AzureDevOpsPipelineExtension.md | Azure App Configuration (Azure Pipeline) | — | — |
| AzureDevOpsPushPipelineExtension.md | Azure App Configuration Push (Azure Pipeline) | — | — |
| Release Notes File | Module | GitHub Repo |
|---|---|---|
| AzureSpringCloudAppConfigurationConfig.md | azure-spring-cloud-appconfiguration-config | Azure/azure-sdk-for-java |
| AzureSpringCloudFeatureManagement.md | azure-spring-cloud-feature-management | Azure/azure-sdk-for-java |
Take azure/appconfiguration-release-notes from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.