From 8d20b57f90b90072a4fcf750ee4a8b3c244c07e2 Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Thu, 11 Apr 2024 13:58:08 +0800 Subject: [PATCH 1/4] add release note for FM --- releaseNotes/Microsoft.Featuremanagement.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index 6e5adc89..3dae7fc0 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -4,6 +4,12 @@ # Microsoft.FeatureManagement.AspNetCore [Source code ][source_code_web] | [Package (NuGet)][package_web] | [Samples][samples_web] | [Product documentation][docs] +## 4.0.0-preview3 - April 10, 2024 + +* Added support for variant feature flags defined using [Microsoft Feature Management schema](https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureManagement.v1.0.0.schema.json). Variants and telemetry can be declared using [Microsoft Feature Flag schema v2](https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureFlag.v2.0.0.schema.json). The Microsoft Feature Management schema is designed to be language agnostic, which enables you to apply a consistent feature management configuration across Microsoft feature management libraries of different programming languages. + +### Enchancements + ## 4.0.0-preview2 - March 7, 2024 ### Enchancements From 361d6a767371dd3fb091738a9dccab801eac4d40 Mon Sep 17 00:00:00 2001 From: zhiyuanliang Date: Fri, 12 Apr 2024 14:46:43 +0800 Subject: [PATCH 2/4] update release note for telemetry packages --- releaseNotes/Microsoft.Featuremanagement.AspNetCore.md | 4 ++++ ...remanagement.Telemetry.ApplicationInsights.AspNetCore.md | 4 ++++ ...osoft.Featuremanagement.Telemetry.ApplicationInsights.md | 6 ++++++ releaseNotes/Microsoft.Featuremanagement.md | 2 ++ 4 files changed, 16 insertions(+) diff --git a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md index 132c7f50..54537857 100644 --- a/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md +++ b/releaseNotes/Microsoft.Featuremanagement.AspNetCore.md @@ -2,6 +2,10 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.0.0-preview3 - April 10, 2024 + +* Updated `Microsoft.FeatureManagement` reference to `4.0.0-preview3`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + ## 4.0.0-preview2 - March 7, 2024 ### Enhancements diff --git a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.AspNetCore.md b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.AspNetCore.md index 2d932e1c..96b60816 100644 --- a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.AspNetCore.md +++ b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.AspNetCore.md @@ -2,6 +2,10 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.0.0-preview3 - April 10, 2024 + +* Updated `Microsoft.FeatureManagement` reference to `4.0.0-preview3`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + ## 4.0.0-preview2 - March 7, 2024 ### Enhancements diff --git a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md index 41b6c7c0..cbe26cc4 100644 --- a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md +++ b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md @@ -2,6 +2,12 @@ [Source code][source_code] | [Package (NuGet)][package] | [Samples][samples] | [Product documentation][docs] +## 4.0.0-preview3 - April 10, 2024 + +* Updated the namespace for `ApplicationInsightsTelemetryPublisher` to `Microsoft.FeatureManagement.Telemetry`. In the future, developers using any of our offered telemetry publishers will no longer need to specify the service specific namespaces like `using Microsoft.FeatureManagement.Telemetry.ApplicationInsights`. + +* Updated the namespace for `TrackEvent` extension method of `TelemetryClient` to `Microsoft.ApplicationInsights`. The previous directive `using Microsoft.FeatureManagement.Telemetry.ApplicationInsights` is no longer required when calling the `TrackEvent` method. + ## 4.0.0-preview2 - March 7, 2024 ### Enhancements diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index 41fc3ab1..4fbc2cd5 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -4,6 +4,8 @@ ## 4.0.0-preview3 - April 10, 2024 +### Enchancements + * Added support for variant feature flags defined using [Microsoft Feature Management schema](https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureManagement.v1.0.0.schema.json). Variants and telemetry can be declared using [Microsoft Feature Flag schema v2](https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureFlag.v2.0.0.schema.json). The Microsoft Feature Management schema is designed to be language agnostic, which enables you to apply a consistent feature management configuration across Microsoft feature management libraries of different programming languages. ### Enchancements From 1f67d1b1dc21485e23b4f6b6bda96edcd99c8302 Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Mon, 15 Apr 2024 11:05:44 +0800 Subject: [PATCH 3/4] update --- ...Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md index cbe26cc4..c302beac 100644 --- a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md +++ b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md @@ -4,6 +4,8 @@ ## 4.0.0-preview3 - April 10, 2024 +### Breaking Changes + * Updated the namespace for `ApplicationInsightsTelemetryPublisher` to `Microsoft.FeatureManagement.Telemetry`. In the future, developers using any of our offered telemetry publishers will no longer need to specify the service specific namespaces like `using Microsoft.FeatureManagement.Telemetry.ApplicationInsights`. * Updated the namespace for `TrackEvent` extension method of `TelemetryClient` to `Microsoft.ApplicationInsights`. The previous directive `using Microsoft.FeatureManagement.Telemetry.ApplicationInsights` is no longer required when calling the `TrackEvent` method. From 55792aa15db93f5e1f7c0ab750a7299dc89e851f Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang Date: Tue, 16 Apr 2024 10:32:47 +0800 Subject: [PATCH 4/4] update --- ...crosoft.Featuremanagement.Telemetry.ApplicationInsights.md | 2 ++ releaseNotes/Microsoft.Featuremanagement.md | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md index c302beac..fc6c66ca 100644 --- a/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md +++ b/releaseNotes/Microsoft.Featuremanagement.Telemetry.ApplicationInsights.md @@ -4,6 +4,8 @@ ## 4.0.0-preview3 - April 10, 2024 +* Updated `Microsoft.FeatureManagement` reference to `4.0.0-preview3`. See the [release notes](./Microsoft.Featuremanagement.md) for more information on the changes. + ### Breaking Changes * Updated the namespace for `ApplicationInsightsTelemetryPublisher` to `Microsoft.FeatureManagement.Telemetry`. In the future, developers using any of our offered telemetry publishers will no longer need to specify the service specific namespaces like `using Microsoft.FeatureManagement.Telemetry.ApplicationInsights`. diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index 4fbc2cd5..380a9a73 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -4,12 +4,10 @@ ## 4.0.0-preview3 - April 10, 2024 -### Enchancements +### Enhancements * Added support for variant feature flags defined using [Microsoft Feature Management schema](https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureManagement.v1.0.0.schema.json). Variants and telemetry can be declared using [Microsoft Feature Flag schema v2](https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureFlag.v2.0.0.schema.json). The Microsoft Feature Management schema is designed to be language agnostic, which enables you to apply a consistent feature management configuration across Microsoft feature management libraries of different programming languages. -### Enchancements - ## 4.0.0-preview2 - March 7, 2024 ### Enhancements