From a7796fb768efaef76c5f139567ef2c2f8a1d2ecb Mon Sep 17 00:00:00 2001 From: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:25:07 +0800 Subject: [PATCH] Update Feature Management release 2.6.1 (#835) * Update Feature Management release 2.6.1 * add missing period * Add issue reference * Update Microsoft.Featuremanagement.md --- releaseNotes/Microsoft.Featuremanagement.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/releaseNotes/Microsoft.Featuremanagement.md b/releaseNotes/Microsoft.Featuremanagement.md index 3da3d31c..59d2fb6e 100644 --- a/releaseNotes/Microsoft.Featuremanagement.md +++ b/releaseNotes/Microsoft.Featuremanagement.md @@ -84,6 +84,12 @@ If all of three filters are registered: * When you call IsEnabledAsync("MyFeature", context), if context's type is TypeB, FilterB will be used and if context's type is TypeC, FilterC will be used. * When you call IsEnabledAsync("MyFeature", context), if context's type is TypeF, FilterA will be used. +## 2.6.1 - June 28, 2023 + +### Bug fix + +* Fixed an edge case for EvaluateAsync call that doesn't use context from FeatureManager. ([#244](https://github.com/microsoft/FeatureManagement-Dotnet/issues/244)) + ## 2.6.0 - June 23, 2023 Promotes the changes in [2.6.0-preview](#260-preview2---june-7-2023) and [2.6.0-preview2](#260-preview2---june-7-2023) to stable. These changes include parameter caching, requirement type, and targeting exclusion.