From f544794b29d55e2f574966d3af7076e866bbc538 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Mon, 2 Feb 2026 14:54:53 +0100 Subject: [PATCH 1/2] Add GH eval flag news --- website/docs/news.mdx | 12 ++++++++++ website/versioned_docs/version-V1/news.mdx | 26 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/website/docs/news.mdx b/website/docs/news.mdx index 315efe0c..ec761ab6 100644 --- a/website/docs/news.mdx +++ b/website/docs/news.mdx @@ -10,6 +10,16 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} +## Feature flag evaluation in GitHub Actions + +#### Feb 2, 2026 + +We have released a new GitHub Action that can evaluate feature flags in GitHub workflows. + +For more details about how to use the action, [see the documentation](../integrations/github-eval/). + +--- + ## Enhanced SDK key filtering with Proxy Profile selection rules #### Jan 30, 2026 @@ -22,6 +32,8 @@ In addition to manual configuration, you can now build custom selection rules th Proxy Profile selection rules

+For more details about how selection rules work, [see the documentation](../advanced/proxy/proxy-overview/#selection-rules). + --- ## New payment currencies (AUD, GBP) available diff --git a/website/versioned_docs/version-V1/news.mdx b/website/versioned_docs/version-V1/news.mdx index 75fa274e..f1b3aabd 100644 --- a/website/versioned_docs/version-V1/news.mdx +++ b/website/versioned_docs/version-V1/news.mdx @@ -10,6 +10,32 @@ Here, you'll find all the latest updates, enhancements, and new features we've a {/* This page must be in sync with the news page on the Dashboard: https://github.com/configcat/app/blob/master/src/app/home-module/news/news.component.html */} +## Feature flag evaluation in GitHub Actions + +#### Feb 2, 2026 + +We have released a new GitHub Action that can evaluate feature flags in GitHub workflows. + +For more details about how to use the action, [see the documentation](../integrations/github-eval/). + +--- + +## Enhanced SDK key filtering with Proxy Profile selection rules + +#### Jan 30, 2026 + +We're happy to announce that we improved the Proxy Profile's SDK key selection mechanism. + +In addition to manual configuration, you can now build custom selection rules that respond to future product, config, and environment creation/deletion/renaming. + +

+ Proxy Profile selection rules +

+ +For more details about how selection rules work, [see the documentation](../advanced/proxy/proxy-overview/#selection-rules). + +--- + ## New payment currencies (AUD, GBP) available #### Jan 27, 2026 From e2bdc1259606754dad9d36658ccce15c3bb2c70f Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Mon, 2 Feb 2026 15:04:31 +0100 Subject: [PATCH 2/2] Update news.mdx --- website/versioned_docs/version-V1/news.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-V1/news.mdx b/website/versioned_docs/version-V1/news.mdx index f1b3aabd..7095fd8c 100644 --- a/website/versioned_docs/version-V1/news.mdx +++ b/website/versioned_docs/version-V1/news.mdx @@ -32,7 +32,7 @@ In addition to manual configuration, you can now build custom selection rules th Proxy Profile selection rules

-For more details about how selection rules work, [see the documentation](../advanced/proxy/proxy-overview/#selection-rules). +For more details about how selection rules work, [see the documentation](/docs/advanced/proxy/proxy-overview/#selection-rules). ---