Skip to content

Commit bbb8057

Browse files
authored
add release notes (#1032)
1 parent 42f31fa commit bbb8057

3 files changed

Lines changed: 14 additions & 0 deletions

releaseNotes/MicrosoftAzureAppConfigurationAspNetCore.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Microsoft.Azure.AppConfiguration.AspNetCore
22
[Source code][source_code] | [Package (NuGet)][package]
33

4+
## 8.2.0-preview - March 21st, 2025
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.2.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
47
## 8.1.1 - February 26th, 2025
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.1.1`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
69

releaseNotes/MicrosoftAzureAppConfigurationFunctionsWorker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Microsoft.Azure.AppConfiguration.Functions.Worker
22
[Source code][source_code] | [Package (NuGet)][package]
33

4+
## 8.2.0-preview - March 21st, 2025
5+
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.2.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
6+
47
## 8.1.1 - February 26th, 2025
58
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.1.1`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
69

releaseNotes/MicrosoftExtensionsConfigurationAzureAppConfiguration.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Microsoft.Extensions.Configuration.AzureAppConfiguration
22
[Source code][source_code] | [Package (NuGet)][package]
33

4+
## 8.2.0-preview - March 21st, 2025
5+
### Enhancements
6+
* Added the ability to set a client factory used for creating ConfigurationClient instances. [#380](https://github.com/Azure/AppConfiguration-DotnetProvider/issues/380)
7+
8+
```cs
9+
public AzureAppConfigurationOptions SetClientFactory(IAzureClientFactory<ConfigurationClient> factory)
10+
```
11+
412
## 8.1.1 - February 26th, 2025
513
### Bug Fixes
614
* 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](https://github.com/Azure/AppConfiguration-DotnetProvider/issues/628)

0 commit comments

Comments
 (0)