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..7095fd8c 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](/docs/advanced/proxy/proxy-overview/#selection-rules). + +--- + ## New payment currencies (AUD, GBP) available #### Jan 27, 2026