Skip to content

Commit

Permalink
Python Feature Management Release Notes (#920)
Browse files Browse the repository at this point in the history
* Create PythonFeatureManagement.md

* Update PythonFeatureManagement.md

* Review Comments

* Update PythonFeatureManagement.md

* Update PythonFeatureManagement.md
  • Loading branch information
mrm9084 authored May 28, 2024
1 parent 1f28265 commit 0df1998
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions releaseNotes/PythonFeatureManagement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# featuremanagement

[Source code][source_code] | [Samples][samples]

## 1.0.0b1 - May 24, 2024

### Enhancement

Initial release of the feature management support for Python. Note that, version 1.2.0 or later of `azure-appconfiguration-provider` is required for loading feature flags from Azure App Configuration.

* Loading of feature flags from a dictionary.
* Support for basic feature flags with boolean states.
* Support for feature filters including built-in filters `TimeWindowFilter` and `TargetingFilter`.

[samples]: https://github.com/microsoft/FeatureManagement-Python/tree/main/samples
[source_code]: https://github.com/microsoft/FeatureManagement-Python

0 comments on commit 0df1998

Please sign in to comment.