From 9ed48a9e40b8c227b5de18e73130ebcd26d04861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=C4=97=20Stravinskait=C4=97?= Date: Thu, 26 Mar 2026 17:03:50 +0200 Subject: [PATCH 1/2] add targeting match split MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gabrielė Stravinskaitė --- lib/open_feature/sdk/provider/reason.rb | 1 + sig/open_feature/sdk/provider/reason.rbs | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/open_feature/sdk/provider/reason.rb b/lib/open_feature/sdk/provider/reason.rb index 28a85d44..5180f3f2 100644 --- a/lib/open_feature/sdk/provider/reason.rb +++ b/lib/open_feature/sdk/provider/reason.rb @@ -7,6 +7,7 @@ module Reason STATIC = "STATIC" DEFAULT = "DEFAULT" TARGETING_MATCH = "TARGETING_MATCH" + TARGETING_MATCH_SPLIT = "TARGETING_MATCH_SPLIT" SPLIT = "SPLIT" CACHED = "CACHED" DISABLED = "DISABLED" diff --git a/sig/open_feature/sdk/provider/reason.rbs b/sig/open_feature/sdk/provider/reason.rbs index 682bfdc0..636e405a 100644 --- a/sig/open_feature/sdk/provider/reason.rbs +++ b/sig/open_feature/sdk/provider/reason.rbs @@ -8,6 +8,7 @@ module OpenFeature SPLIT: String CACHED: String DISABLED: String + TARGETING_MATCH_SPLIT: string UNKNOWN: String STALE: String ERROR: String From becfee73269b17343524fcba8f1a7dc67071dfeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=C4=97=20Stravinskait=C4=97?= Date: Thu, 26 Mar 2026 17:07:05 +0200 Subject: [PATCH 2/2] reason typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gabrielė Stravinskaitė --- sig/open_feature/sdk/provider/reason.rbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig/open_feature/sdk/provider/reason.rbs b/sig/open_feature/sdk/provider/reason.rbs index 636e405a..cb52a923 100644 --- a/sig/open_feature/sdk/provider/reason.rbs +++ b/sig/open_feature/sdk/provider/reason.rbs @@ -8,7 +8,7 @@ module OpenFeature SPLIT: String CACHED: String DISABLED: String - TARGETING_MATCH_SPLIT: string + TARGETING_MATCH_SPLIT: String UNKNOWN: String STALE: String ERROR: String