From 9685012f58577143b47e1905e2250c89d62d3fb1 Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Fri, 12 Sep 2025 08:04:42 -0700 Subject: [PATCH] Updated version and changes --- CHANGES.txt | 4 ++++ splitio/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index e66834b4..33c29af1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +10.5.0 (Sep 12, 2025) +- Changed the log level from error to debug when renewing the token for Streaming service in asyncio mode. +- Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs. + 10.4.0 (Aug 4, 2025) - 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. diff --git a/splitio/version.py b/splitio/version.py index 9858bdcf..780d6251 100644 --- a/splitio/version.py +++ b/splitio/version.py @@ -1 +1 @@ -__version__ = '10.4.0' \ No newline at end of file +__version__ = '10.5.0' \ No newline at end of file