Skip to main content
Version: Config V2

News & Product Updates

Here, you'll find all the latest updates, enhancements, and new features we've added to our service. Stay tuned to this page to keep up with all the latest news from ConfigCat!

ConfigCat Proxy Released!

Apr 17, 2024

We're happy to announce the official release of ConfigCat Proxy. 🎉

ConfigCat Proxy allows you to host feature flag evaluation service in your own infrastructure.
The Proxy provides the following:

🚀 Performance: Faster evaluation for stateless or short-lived apps.
🦾 Reliability: Continuous operation, even if ConfigCat CDN is down.
🔐 Security: Protect config JSON files from exposure to frontend and mobile apps.
📈 Scalability: Easily handle varying application loads.
📡 Streaming: Real-time feature flag change notifications via SSE and gRPC.

Learn more about ConfigCat Proxy here.

Introducing Config V2: More Powerful Feature Flagging!

Apr 05, 2024

We're thrilled to announce the upcoming launch of Config V2, the next generation of ConfigCat. This major update introduces a number of enhancements including a revamped Dashboard, Public Management API, updated SDKs, and a host of new features designed to streamline your feature flag and configuration management experience.

What's New in Config V2?

  • A modernized config editor UI for an enhanced Dashboard experience.
  • Advanced targeting rules with AND conditions for more precise user targeting.
  • New comparators and prerequisite flags for complex rule creation.

Gradual Release & Opt-in

Config V2 will be rolled out gradually over the next three months. Interested customers are encouraged to opt-in early by contacting our support team

Seamless Migration, No Immediate Changes Required

Post-release, rest assured that your existing configurations will continue to function just as before. There's no immediate pressure to migrate, allowing you to transition to Config V2 when it suits you best.

Here is a detailed guide to know more about Config V2 and the new features.

ConfigCat customer experience survey

Mar 22, 2024

Please take a moment to share your experience with ConfigCat. Fill out this survey and help us improve our product!
Thank you for your time! 🙏

Join the Config V2 Beta Program

Jan 19, 2024

We're looking for ConfigCat users willing to participate in the beta testing of Config V2.

What is Config V2?

Config V2 is a new version of ConfigCat. It brings together a bundle of highly requested features like AND conditions, new comparators (Text Equals, Text Starts with Any of, Text Ends with Any of, Before/After), Prerequisite flags, and more. Read more about Config V2 and the new features.

You can get early access to the new features and shape the final product with your feedback.

How to join the beta program?

  1. Apply via this form
  2. Join the #config-v2-beta-testing channel in our Community Slack to give feedback.

Resource ordering in Public Management API and Terraform

Jan 9, 2024

From now on, you can change the order of your products, configs and environments trough the ConfigCat Public Management API and the Terraform provider. See the docs for details:

ConfigCat OpenFeature Providers available

Jan 5, 2024

OpenFeature now supports ConfigCat via dedicated providers for their SDKs. So if you prefer using ConfigCat via the OpenFeature API, you can now do so with the following providers:

ConfigCat Proxy Beta

Nov 17, 2023

We're happy to share that the ConfigCat Proxy is now in the Beta phase and we need your help to make it even better!

📚 Want to learn more about the ConfigCat Proxy? Get all the details here.

🔧 We'd like to invite you to participate in the beta testing. If you're interested, join the dedicated #configcat-proxy-beta channel in our Slack Community. Share your experiences, ask questions, and collaborate with our team and fellow community members.

New cleartext comparators in Segments

Oct 26, 2023

ConfigCat now supports two new cleartext comparators: IS ONE OF and IS NOT ONE OF.

New cleartext comparators

These new comparators allow you to check if a given value is part of a list or not. This is in addition to the hashed confidential versions that were previously available.

Unique tag names

Oct 4, 2023

Now, tag names within a product must be unique. This new feature ensures better organization and avoids any potential confusion with colliding tag names.

Manage Permission Groups with Terraform

Aug 23, 2023

Introducing Permission Group management in ConfigCat Feature Flags Provider for Terraform! Use the configcat_permission_group resource for control and the configcat_permission_groups data source for access to existing Permission Groups.

Some updates regarding SLA guaranteed Uptime

Aug 15, 2023

We're excited to announce important updates to our Service Level Agreement (SLA) concerning uptime commitments.

We're increasing our uptime commitment for the following plans:

Uptime ChangesPreviousCurrent
Free Plan99%99% (No Change)
Pro Plan99.8%99.9%
Smart Plan99.9%99.95%
Enterprise Plan99.9%99.99%
Dedicated Plan99.9%99.99%

By enhancing our SLA terms, we aim to provide a more consistent and trustworthy service that you can depend on, day in and day out.

Old SDKs will stop working after October 1st, 2023

Aug 10, 2023

All ConfigCat SDKs released before Feb, 2020 will stop working after October 1st, 2023. Please, upgrade all your SDKs to the latest.

Although we aim to keep older SDK versions functional, those trailing more than one major or minor release lack official support and SLA. Many of these outdated SDKs will no longer remain functional.

Affected SDKs and versions

SDK TypeLatest available versionWill stop working
Pythonv8.0.0< v3.0.2
Rubyv7.0.0< v2.0.3
.NETv8.2.0< v4.0.0
Gov8.0.0< v4.0.0
Javav8.2.2< v4.0.0
Androidv9.0.1< v4.0.0
JSv8.1.0< v3.0.0
JS-SSRv7.1.0< v1.0.2
Nodev10.1.0< v4.0.0
PHPv7.1.1< v3.0.2
Swiftv9.4.0< v4.0.0

Introducing Network Traffic limits for all plans

Aug 1, 2023

We are introducing Network Traffic limits for all plans. The usage is based on the Network Traffic your applications are making to the ConfigCat CDN.

Why are we introducing these limits?

Our cloud provider charges us for the Network Traffic we use to serve your feature flags. By introducing these limits, we can cover these costs and continue providing the service. Instead of raising prices for all users in general, we decided to specifically reflect the network-related operation costs in our current pricing plans.

What are the limits?

FreeProSmartEnterprise
20 GB / mo100 GB / mo1 TB / mo4 TB / mo

What to expect?

94% of our users will not be affected by these limits. If you are in the 6% that exceeds the limit, we will reach out to you directly to assist in the next 3 months in finding the best solution for your specific use case. Rest assured that even if you exceed the limit, your feature flags will continue to work seamlessly.

If you have any further questions or need assistance, please don't hesitate to reach out to us. We're here to help!

Introducing "Test with User"

Jul 26, 2023

We're pleased to announce the arrival of "Test with User" for feature flags!

With "Test with User," you can now test your feature flags before deploying them to production. Wondering how your flags will perform for specific users? This feature allows you to see the evaluation results based on a given User Object.

Chromium Extension SDK (Beta)

Dec 3, 2022

A new JS SDK for Chromium Extensions supporting the Manifest V3 API is now on public beta and available via npm.

Open on GitHub

New ConfigCat SDK for C++

Oct 7, 2022

We just released a new official ConfigCat SDK supporting C++ applications.

See Documentation

New ConfigCat SDK for React

Sept 6, 2022

We just released a new official ConfigCat SDK supporting React applications.

See Documentation

monday.com integration

Jul 18, 2022

Turn your features On / Off right from a monday.com item.

ConfigCat Feature Flags monday.com app

ISO/IEC 27001:2013 certification

Jun 27, 2022

We're happy to announce that ConfigCat has achieved the ISO/IEC 27001:2013 certification for Information Security Management Systems (ISMS).

Read more and download the certificates here

Reordering feature flags and other entities

Mar 22, 2022

Click the Reorder icon on any overview to change the ordering of your feature flags, environments, configs or products.

Copy feature flag values between environments

Feb 23, 2022

You can copy feature flag values (including segment, targeting, percentage rules) from one environment to another.

Segments are here

Feb 15, 2022

Segments let you group your users based on any of their properties (e.g: Beta Testers). You can target the same segment with multiple feature flags.

Go to segments on our Dashboard

TV Mode

Dec 15, 2021

Display your feature flags on the TVs around the office!

Config overview on our Dashboard

Config Overview

Nov 17, 2021

Introducing a new overview to track your feature flag values in all your environments side-by-side.

Open the environment menu to access the overview.

Open config overview on our Dashboard

"Which projects are using this flag?"

Nov 2, 2021

ConfigCat: "Say no more fam! Let me show you!"

See the documentation for details

Searching feature flags instead of Ctrl+F

Oct 5, 2021

Added a search bar to the feature flags page.

We recommend using it instead of Ctr+F and Cmd+F since the page is lazy loaded. So it might not yield results from parts of the page that are not currently rendered.

Environment colors are finally here

Sep 24, 2021

Just updated the UX on the product overview page and added a few small features.

  • You can choose from a number of colors for your environments.
  • Also adding descriptions helps teammates to find their way around environments and configs.

Set your colors and add descriptions on the product overview page on our Dashboard

Send less invitations using SAML SSO, Auto-assign users and product join requests

Sep 23, 2021

To make organization level user management more convenient we added a bunch of new features:

  • Added an organization overview on our Dashboard page to see products more clearly.
  • Team members can send join requests to admins if they want to join a product.
  • Whenever someone signs up to ConfigCat using a verified email domain, they could be automatically assigned to products.
  • SAML Single Sign-On supporting all of the major identity providers.
  • Improved layout for admins to manage organization members on our Dashboard page.

Only team members with Organization Admin role can access these features.

Set up user provisioning and SAML Single Sign-On on our Dashboard

New Organization Admin functionalities

Aug 13, 2021

  • Organization Admins can remove a member from the whole organization.
  • Organization Admins can modify a member's permissions globally.

Only team members with Organization Admin role can access these features.

Open Organization Members & Roles page on our Dashboard

Disable Two-factor authentication

Aug 4, 2021

Disable Two-factor authentication for your team members. This feature is useful if somebody lost the device used for Two-factor authentication.

Only team members with Organization Admin role can disable Two-factor authentication.

Open Organization Members & Roles page on our Dashboard

Export / Import

Jul 28, 2021

Export (download), and import (upload) Configs, Environments, and Feature Flags from, and to file.

Open Export / Import page on our Dashboard

Dashboard v3 released

Jun 30, 2021

Hope you like it.

Tell us your opinion over Slack or Email.

Help us grow

Jun 10, 2021

If you like ConfigCat, you can help us grow by leaving a review. Plus Capterra is giving 20€ as a reward to the first 100 reviewers.

Any of the following works:

Visual Studio Code Extension

May 06, 2021

Turn your features On / Off and manage your Feature Flags from Visual Studio Code.

Detailed Permission Group system

Mar 10, 2021

Permission Groups can be customized in more advanced levels:

  • Resource-based permissions (Configs, Environments, Tags, Webhooks)

  • Create/Update and Delete permissions are separated

  • Team member management permission

  • Product preferences permission

  • Product Audit Log/Statistics permission

  • Integration management permission

  • SDK Key View/Rotate permissions

  • Fine-tune Permission Groups on our Dashboard

Zombie Flags (Stale Flags) Report via email

Mar 4, 2021

Feature flags have a tendency to multiply rapidly. In order to keep the tech-debt low, we recommend removing the flags no longer needed. You can now set up a regular email report with a list of these zombie or stale flags.

Invoice download

Feb 8, 2021

You can download all your current and previous invoices from the Billing & Invoices page.

Accepting USD payments

Nov 26, 2020

We are accepting payments in USD from now on.

ConfigCat & Zoho Flow

Nov 21, 2020

ConfigCat's Zoho Flow integration is now available.

Default Permission Group

Nov 13, 2020

Set a default Permission Group for Team member invites. The chosen group will be the default on the permission group list when inviting others. So you can be sure not to invite someone as an admin by accident.

Amplitude integration

Oct 28, 2020

Annotate your setting changes on your Amplitude charts.

ConfigCat Feature Flags Provider for Terraform

Oct 16, 2020

Configure and access ConfigCat resources via Terraform.

Data Governance - Action required

Oct 10, 2020

Addressing global data handling and processing trends, we have introduced the Data Governance feature in ConfigCat. We require all our customers to make a statement if they want to use our:

  • Global CDN: providing geo-location based load balancing on server nodes all around the globe to ensure low response times.

  • EU CDN: Staying compliant with GDPR by using ConfigCat EU CDN. This way your data will never leave the EU.

  • Read more on Data Governance and CDN

Organization Management

Sep 07, 2020

Featuring:

  • Organization Admin and Billing Manager roles.

  • General security preferences for the entire organization.

  • Customizable SSO methods.

  • Organization level audit logs and usage statistics.

  • See Docs

Public Management API v1 released

Jul 08, 2020

You can programmatically CREATE, UPDATE, DELETE Feature Flags, Configs, Products and Environments from now on!

Tags & Filtering

May 29, 2020

Add colored tags to your feature flags.

Jira Cloud Plugin

May 28, 2020

Turn your features On / Off right from a Jira Issue.

Slack App

April 12, 2020

Get updated via a Slack Channel message when someone changes a feature flag.

API Key --> SDK Key

April 7, 2020

Renamed API Key to SDK Key since it was more confusing as the Public Management API went to production. The API and the API Key are not related. This is a breaking change in some of the SDKs, released under new major versions.

New JavaScript SDK for SSR

April 3, 2020

New JavaScript SDK supporting Server Side Rendered (SSR) frameworks like NuxtJS.

Trello Power-Up

March 30, 2020

Turn your features On / Off right from a Trello Card.

Integrations

March 21, 2020

Connect the apps you use everyday and be more productive. Check out the Integrations tab in our Dashboard.

View SDK Key permission

March 21, 2020

Visibility of information that is normally useful for developers only - like SDK Keys and code examples - can be set for Permission Groups on our Dashboard.

Audit log improvements

March 20, 2020

User friendly Feature Flag or Setting value changes in the Audit log on our Dashboard to improve readability.

Long text improvements

March 20, 2020

Feature Flag or Setting text values and Targeting comparison values can be viewed and updated in a textarea.

Upper case key generation mode

March 17, 2020

Besides "camelCase" and "lower_case" we have added an "UPPER_CASE" key generation mode to preferences.

Statistics

March 15, 2020

See detailed statistics about the number of config.json downloads made towards ConfigCat CDN. Also a pie-chart of the SDK types and versions being used.

ConfigCat Zap

March 12, 2020

Zapier integration is now accessible.

Public Management API (Beta)

March 11, 2020

Released Public Management API to Beta. From now on you can execute Dashboard management operations programmatically.

Sensitive text comparators

March 3, 2020

Introduced sensitive text comparators to make sure sensitive info (like email address, user name) is kept hidden in Targeting Rules. Comes handy in front-end applications.

Semantic version based user targeting

March 3, 2020

Especially useful for Mobile developers.

Ruby SDK

Oct 29, 2019

It is out!