From e589d66423717ff53648b4d24aa1bb7ba0b2ffc7 Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Thu, 31 Jul 2025 09:46:25 -0700 Subject: [PATCH 1/2] Updated version and changes --- CHANGES.txt | 3 +++ splitio/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index d60d05ef..882d76b8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +10.4.0 (Aug 1, 2025) +- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules. + 10.3.0 (Jun 17, 2025) - Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK. - Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules. diff --git a/splitio/version.py b/splitio/version.py index 8d2afd7b..9858bdcf 100644 --- a/splitio/version.py +++ b/splitio/version.py @@ -1 +1 @@ -__version__ = '10.3.0' \ No newline at end of file +__version__ = '10.4.0' \ No newline at end of file From bc65da6356d018e4eab9aa62fada43a34fad30a1 Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Fri, 1 Aug 2025 12:11:10 -0700 Subject: [PATCH 2/2] fixed changes --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 882d76b8..9bb96d1d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ 10.4.0 (Aug 1, 2025) -- Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules. +- Added a new optional argument to the client `getTreatment` methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs. 10.3.0 (Jun 17, 2025) - Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.