Skip to content

Commit 678a154

Browse files
authored
2.0.0 Realse + Changelog Redirect (#53)
1 parent 2982253 commit 678a154

File tree

2 files changed

+2
-39
lines changed

2 files changed

+2
-39
lines changed

CHANGELOG.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,3 @@
11
# Release History
22

3-
## 2.0.0 (11/19/2024)
4-
5-
* GA release of Feature Management supporting Feature Variants.
6-
* GA release of Telemetry support.
7-
* `publish_telemetry` sends: feature name, enabled, telemetry version, reason, variant name, targeting id, and additionally provided metadata.
8-
* `publish_telemetry` can be added as a callback when creating `FeatureManager` with `on_feature_evaluated=publish_telemetry`
9-
& `track_event` a custom event logger that adds the targeting id to the event.
10-
11-
## 2.0.0b3 (11/14/2024)
12-
13-
* Fixes a bug where no allocation reason is set if a user is allocated to exactly 100.
14-
* Fixes a bug where VariantAssignmentPercentage wasn't correct for default when enabled.
15-
16-
## 2.0.0b2 (10/11/2024)
17-
18-
* Adds VariantAssignmentPercentage, DefaultWhenEnabled, and AllocationId to telemetry.
19-
* Allocation seed value is now None by default, and only defaults to `allocation\n<feature.id>` when assigning variants.
20-
21-
## 2.0.0b1 (09/10/2024)
22-
23-
* Adds support for Feature Variants.
24-
* Adds support for Telemetry.
25-
26-
## 1.0.0 (06/26/2024)
27-
28-
Updated version to 1.0.0.
29-
30-
## 1.0.0b1 (05/22/2024)
31-
32-
New Feature Management library.
33-
34-
Provides the ability to manage feature flags in a project. Enables:
35-
36-
* Loading of feature flags from a file, see: https://github.com/Azure/AppConfiguration/blob/main/docs/FeatureManagement/FeatureManagement.v2.0.0.schema.json
37-
* Loading of feature flags from Azure App Configuration.
38-
* Checking if a feature is enabled.
39-
* Default feature filters: TimeWindowFilter, TargetingFilter.
40-
* Custom feature filters.
3+
See [Release Notes](https://github.com/Azure/AppConfiguration/blob/main/releaseNotes/PythonFeatureManagement.md) for the full release history.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build-backend = "setuptools.build_meta"
1919

2020
[project]
2121
name = "FeatureManagement"
22-
version = "2.0.0b3"
22+
version = "2.0.0"
2323
authors = [
2424
{ name="Microsoft Corporation", email="[email protected]" },
2525
]

0 commit comments

Comments
 (0)