-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into java-sdk-v9-catnip-update
- Loading branch information
Showing
3 changed files
with
79 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...s/advanced/config-v2-sdk-support-table.md → ...s/advanced/config-v2-sdk-compatibility.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
id: config-v2 | ||
title: Config V2 Overview | ||
description: Config V2 is the next generation of ConfigCat. It comes with a new dashboard, API, SDKs, and features. | ||
--- | ||
|
||
Config V2 is a new version of ConfigCat. It comes with a new dashboard, API, SDKs, and features. | ||
|
||
## What's new? | ||
|
||
- A bunch of new features and improvements listed below. | ||
- New config editor UI on the Dashboard. | ||
- [New config JSON schema.](https://github.com/configcat/config-json) | ||
- New API: [See the API Docs.](https://api.configcat.com/docs/) | ||
- New SDKs: [See the supported SDK versions.](advanced/config-v2-sdk-compatibility) | ||
|
||
## How to migrate from Config V1 to Config V2? | ||
|
||
See the [Config V2 Migration Guide](advanced/config-v2-migration-guide). If you get stuck or have any questions about the migration, [contact us](https://configcat.com/support/). | ||
|
||
## New features | ||
|
||
### AND conditions | ||
|
||
With AND conditions, you can create more complex targeting rule sets for your feature flags. You can add multiple conditions to a targeting rule and they will be evaluated as a logical AND. | ||
|
||
### New comparators | ||
|
||
With the new comparators, you can create date based targeting rules and schedule releases, compare arrays etc. | ||
|
||
- New text and sensitive text comparators: EQUALS, NOT EQUALS, STARTS WITH ANY OF, ENDS WITH ANY OF, NOT STARTS WITH ANY OF, NOT ENDS WITH ANY OF. | ||
- New array comparators: ARRAY CONTAINS ANY OF, ARRAY NOT CONTAINS ANY OF. | ||
- New date comparators: BEFORE, AFTER. | ||
|
||
### Prerequisite flags | ||
|
||
With prerequisite flags, you can create feature flags that depend on other feature flags. Prerequisite feature flags are particularly useful for managing complex feature dependencies and ensuring a smooth user experience during feature rollouts. | ||
|
||
### Comparison value hints | ||
|
||
With comparison value hints, you can add hints to your comparison values. This way you can add a description to your comparison value list items that helps you remember what they are for. | ||
|
||
### Percentage options for targeting rules | ||
|
||
You can add percentage options to your targeting rules. This is useful if you want to create percentage options based on your user attributes. | ||
|
||
### Custom percentage attributes | ||
|
||
With custom percentage attributes, you can create percentage options based on custom attributes. This way you can create percentage options based on any of your user attributes. |