From 978bea69ad083f147ced91d982a09800c0ea9654 Mon Sep 17 00:00:00 2001 From: David Leek Date: Thu, 10 Sep 2026 13:03:22 +0200 Subject: [PATCH 1/2] chore/readme-update-test-list-and-remove-build-badge --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5437ba5..ed70b1f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -![Build](https://github.com/Unleash/client-specification/workflows/Build/badge.svg) - # Unleash Client Specifications Implementing a Unleash client for a specific platform can be a challenge in it's own. And we want the clients to follow specific platform and language conventions, but at the same time we want the clients to adhere to the unleash contract, and give predictable results across platforms. @@ -26,8 +24,15 @@ There is an entry point for all the tests, which will include a list of all the "11-strategy-constraints-edge-cases.json", "12-custom-stickiness.json", "13-constraint-operators.json", - "14-constraint-semver-operators.json" - "15-global-constraints.json" + "14-constraint-semver-operators.json", + "15-global-constraints.json", + "16-strategy-variants.json", + "17-dependent-features.json", + "18-utf8-flag-names.json", + "19-delta-api-hydration.json", + "20-delta-api-events.json", + "21-regex-constraint-operators.json", + "22-cidr-constraint-operators.json" ] ``` From 481cfc9b254408bce0d4ba6b9e3b89b4cabdce70 Mon Sep 17 00:00:00 2001 From: David Leek Date: Thu, 10 Sep 2026 13:04:24 +0200 Subject: [PATCH 2/2] chore: re-add build badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed70b1f..5c86dce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Build](https://github.com/Unleash/client-specification/workflows/Build/badge.svg) + # Unleash Client Specifications Implementing a Unleash client for a specific platform can be a challenge in it's own. And we want the clients to follow specific platform and language conventions, but at the same time we want the clients to adhere to the unleash contract, and give predictable results across platforms.