Adds release notes for v4-preview5 (#985)

* Adds release notes for v4-preview5

* Includes provider notes as well and moves allocation id

* Resolving comments
This commit is contained in:
Ross Grambo 2024-10-31 14:42:34 -07:00 коммит произвёл GitHub
Родитель d24e61aa3a
Коммит 1def8f0e81
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 27 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,10 @@
[Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs]
## 4.0.0-preview5 - Oct 24, 2024
* Updated `Microsoft.FeatureManagement` reference to `4.0.0-preview5`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
## 4.0.0-preview4 - Jul 19, 2024
* Updated `Microsoft.FeatureManagement` reference to `4.0.0-preview4`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.

Просмотреть файл

@ -2,6 +2,10 @@
[Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs]
## 4.0.0-preview5 - Oct 24, 2024
* Updated `Microsoft.FeatureManagement` reference to `4.0.0-preview5`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.
## 4.0.0-preview4 - Jul 19, 2024
* Updated `Microsoft.FeatureManagement` reference to `4.0.0-preview4`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes.

Просмотреть файл

@ -2,6 +2,14 @@
[Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs]
## 4.0.0-preview5 - Oct 24, 2024
### Enhancements
* Added support for injecting additional telemetry fields on feature evaluation events if telemetry is enabled.
* `DefaultWhenEnabled` reflects what the DefaultWhenEnabled variant on the flag is.
* `VariantAssignmentPercentage` shows what percentage of users will be allocated the given Variant for the given Reason.
## 4.0.0-preview4 - Jul 19, 2024
### Enhancements

Просмотреть файл

@ -1,6 +1,9 @@
# Microsoft.Azure.AppConfiguration.AspNetCore
[Source code][source_code] | [Package (NuGet)][package]
## 8.1.0-preview - October 24th, 2024
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.1.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
## 8.0.0 - October 3rd, 2024
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.0.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.

Просмотреть файл

@ -1,6 +1,9 @@
# Microsoft.Azure.AppConfiguration.Functions.Worker
[Source code][source_code] | [Package (NuGet)][package]
## 8.1.0-preview - October 24th, 2024
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.1.0-preview`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.
## 8.0.0 - October 3rd, 2024
* Updated `Microsoft.Extensions.Configuration.AzureAppConfiguration` reference to `8.0.0`. See the [release notes](./MicrosoftExtensionsConfigurationAzureAppConfiguration.md) for more information on the changes.

Просмотреть файл

@ -1,6 +1,11 @@
# Microsoft.Extensions.Configuration.AzureAppConfiguration
[Source code][source_code] | [Package (NuGet)][package]
## 8.1.0-preview - October 24th, 2024
### Enhancements
* Added support for injecting additional telemetry metadata to feature flags if telemetry is enabled
* `AllocationId` represents the version of an allocation on a feature flag. The `AllocationId` changes when there are essential modifications to the allocation, such as adjustments to the percentile or variant configuration, but not for non-essential changes like feature flag descriptions.
## 8.0.0 - October 3rd, 2024
### Breaking Changes
* Increased the default maximum retry count when resolving Key Vault references and increased the minimum refresh interval to 1 minute. This helps prevent requests to Key Vault from being throttled and will reduce the chance of failing to resolve a secret due to momentary failures. [#589](https://github.com/Azure/AppConfiguration-DotnetProvider/issues/589)