Skip to content

Commit c5c8a59

Browse files
Quality of Life improvement news (#549)
* quality of life improvement news * link fix
1 parent 9681236 commit c5c8a59

File tree

5 files changed

+120
-0
lines changed

5 files changed

+120
-0
lines changed

website/docs/news.mdx

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,64 @@ Here, you'll find all the latest updates, enhancements, and new features we've a
88

99
{/* 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 */}
1010

11+
## Quality of Life improvements
12+
13+
#### Jun 3, 2025
14+
15+
We've just rolled out a set of updates that make working with feature flags in ConfigCat smoother and more practical. Here's what's new:
16+
17+
### Zombie flag Report improvements
18+
19+
Stale feature flags can build up quickly and lead to technical debt. We've improved the Zombie Flags feature to make it more useful and easier to manage:
20+
- **New Zombie Flags page**
21+
The original email report didn't offer immediate feedback. That's why we created the new [Zombie Flags page](https://app.configcat.com/product/zombie-flags),
22+
where you can instantly view stale flags and filter them by product. If you're using our [Code References](../advanced/code-references/overview/) feature,
23+
the page also shows exactly where the flags appear in your code, making it easier to clean things up.
24+
- **Ignore flags by tag**
25+
If you have long-lived feature flags that are meant to stay, you can now tag them (for example, with “permanent”) and exclude them from the Zombie Flags Report.
26+
- **Less noise, more focus**
27+
The previous report included any flag that was stale in at least one selected environment.
28+
Now, you can adjust the settings so only flags that are stale in all selected environments appear in the report.
29+
- **Now available via API**
30+
You can also check stale flags programmatically using the [Zombie (stale) flags](/api/reference/get-staleflags/) endpoint in our Public Management API.
31+
32+
Narrow down your [Zombie Flags Report](https://app.configcat.com/my-account/zombie-flags-report) email with the new preferences,
33+
try out our new [Zombie Flags page](https://app.configcat.com/product/zombie-flags),
34+
or check the [documentation](../zombie-flags/) to learn more.
35+
36+
<p>
37+
<img src="/docs/assets/news/zombie-page_192dpi.png" alt="Zombie Flags page" width="1366" height="768" decoding="async" loading="lazy" />
38+
</p>
39+
40+
### Clone feature flag
41+
42+
Cloning a feature flag now lets you quickly create a new flag in any config.
43+
It copies over all the targeting rules, values across environments, and tags, making setup faster and more consistent.
44+
45+
<p>
46+
<img src="/docs/assets/news/clone-feature-flag_192dpi.png" alt="Clone feature flag" width="1366" height="768" decoding="async" loading="lazy" />
47+
</p>
48+
49+
### Copy all feature flag rules
50+
51+
We've made it easier to copy flag values across environments. Now, you can:
52+
- Copy rules for an entire config, or
53+
- Choose specific feature flags to copy.
54+
55+
<p>
56+
<img src="/docs/assets/news/copy-all-feature-flag-values_192dpi.png" alt="Copy all feature flag rules" width="1366" height="768" decoding="async" loading="lazy" />
57+
</p>
58+
59+
### A Smoother Flag Creation Experience
60+
61+
When creating a new feature flag, you no longer have to set values separately for each environment.
62+
You can now set them once globally, then fine-tune as needed later.
63+
64+
65+
We truly hope you'll love these new features and improvements. Happy feature flagging! ❤️
66+
67+
---
68+
1169
## 🚀 Refer & Earn with ConfigCat
1270

1371
#### May 30, 2025
@@ -34,6 +92,8 @@ Earn up to **$10,000 per referral** just by sharing something you already love.
3492
**Ready to start earning?**
3593
Click the **“Refer & Earn”** button in your ConfigCat dashboard and let the rewards roll in.
3694

95+
---
96+
3797
## User provisioning (SCIM) is here!
3898

3999
#### May 21, 2025
Loading
Loading
Loading

website/versioned_docs/version-V1/news.mdx

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,64 @@ Here, you'll find all the latest updates, enhancements, and new features we've a
88

99
{/* 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 */}
1010

11+
## Quality of Life improvements
12+
13+
#### Jun 3, 2025
14+
15+
We've just rolled out a set of updates that make working with feature flags in ConfigCat smoother and more practical. Here's what's new:
16+
17+
### Zombie flag Report improvements
18+
19+
Stale feature flags can build up quickly and lead to technical debt. We've improved the Zombie Flags feature to make it more useful and easier to manage:
20+
- **New Zombie Flags page**
21+
The original email report didn't offer immediate feedback. That's why we created the new [Zombie Flags page](https://app.configcat.com/product/zombie-flags),
22+
where you can instantly view stale flags and filter them by product. If you're using our [Code References](../advanced/code-references/overview/) feature,
23+
the page also shows exactly where the flags appear in your code, making it easier to clean things up.
24+
- **Ignore flags by tag**
25+
If you have long-lived feature flags that are meant to stay, you can now tag them (for example, with “permanent”) and exclude them from the Zombie Flags Report.
26+
- **Less noise, more focus**
27+
The previous report included any flag that was stale in at least one selected environment.
28+
Now, you can adjust the settings so only flags that are stale in all selected environments appear in the report.
29+
- **Now available via API**
30+
You can also check stale flags programmatically using the [Zombie (stale) flags](/api/reference/get-staleflags/) endpoint in our Public Management API.
31+
32+
Narrow down your [Zombie Flags Report](https://app.configcat.com/my-account/zombie-flags-report) email with the new preferences,
33+
try out our new [Zombie Flags page](https://app.configcat.com/product/zombie-flags),
34+
or check the [documentation](../zombie-flags/) to learn more.
35+
36+
<p>
37+
<img src="/docs/assets/news/zombie-page_192dpi.png" alt="Zombie Flags page" width="1366" height="768" decoding="async" loading="lazy" />
38+
</p>
39+
40+
### Clone feature flag
41+
42+
Cloning a feature flag now lets you quickly create a new flag in any config.
43+
It copies over all the targeting rules, values across environments, and tags, making setup faster and more consistent.
44+
45+
<p>
46+
<img src="/docs/assets/news/clone-feature-flag_192dpi.png" alt="Clone feature flag" width="1366" height="768" decoding="async" loading="lazy" />
47+
</p>
48+
49+
### Copy all feature flag rules
50+
51+
We've made it easier to copy flag values across environments. Now, you can:
52+
- Copy rules for an entire config, or
53+
- Choose specific feature flags to copy.
54+
55+
<p>
56+
<img src="/docs/assets/news/copy-all-feature-flag-values_192dpi.png" alt="Copy all feature flag rules" width="1366" height="768" decoding="async" loading="lazy" />
57+
</p>
58+
59+
### A Smoother Flag Creation Experience
60+
61+
When creating a new feature flag, you no longer have to set values separately for each environment.
62+
You can now set them once globally, then fine-tune as needed later.
63+
64+
65+
We truly hope you'll love these new features and improvements. Happy feature flagging! ❤️
66+
67+
---
68+
1169
## 🚀 Refer & Earn with ConfigCat
1270

1371
#### May 30, 2025
@@ -34,6 +92,8 @@ Earn up to **$10,000 per referral** just by sharing something you already love.
3492
**Ready to start earning?**
3593
Click the **“Refer & Earn”** button in your ConfigCat dashboard and let the rewards roll in.
3694

95+
---
96+
3797
## User provisioning (SCIM) is here!
3898

3999
#### May 21, 2025

0 commit comments

Comments
 (0)