Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions website/docs/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,6 +32,8 @@ In addition to manual configuration, you can now build custom selection rules th
<img src="/docs/assets/proxy/profile-selection-rules2.png" alt="Proxy Profile selection rules" width="1366" height="768" decoding="async" loading="lazy" />
</p>

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

---

## New payment currencies (AUD, GBP) available
Expand Down
26 changes: 26 additions & 0 deletions website/versioned_docs/version-V1/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 To maintain a consistent and formal tone throughout the documentation, it's better to use "We are" instead of "We're".

Suggested change
We're happy to announce that we improved the Proxy Profile's SDK key selection mechanism.
We are 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.

<p>
<img src="/docs/assets/proxy/profile-selection-rules2.png" alt="Proxy Profile selection rules" width="1366" height="768" decoding="async" loading="lazy" />
</p>

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
Expand Down