Feature Flags Co Versions Save

Feature management platform for faster and more secure software delivery and iteration

1.2.1

2 years ago

Bug Fixed

#61 [Bug of modification of variation after create the feature flags] #60 [Bug of frontend when delete variation status]

Updates

Secured SaaS mode infra (for MongoDB)

1.2.0

2 years ago

New Features:

  1. We provide a new product level system by running an docker compose command. More detail: https://github.com/feature-flags-co/feature-flags-co/tree/main/FeatureFlagsCo.Docker
  2. We added an feature flags data synchronization function with .json file. This allow us to download environment feature flags data (feature flags users data included) then upload to another environment.

Break changes:

  1. We converge our nosql database from 2 to 1. Before, we use cosmodb as SaaS version's nosql database and mongodb as local version. For a better maintenance of project, we use now only mongodb as our nosql database.
  2. We used azure application insights for our feature flags insights function. We now replace it with new solution rabbitmq+elasticsearch. We still use azure application insights as our online SaaS telemetry/metrics/log system.
  3. We currently support only multi-variat flags. We removed true/false flags.

Updates

  1. We enriched our wechat mini program sdk. This SDK collect now experiments data for future use (pageview, click, trace, etc.).

BUG Fixed:

  1. Fixed issue #57 [Archived feature flags should not be displayed in the FF list]
  2. Fixed issue #36 [UI probleme in feature-flag -> settings]
  3. Fixed issue #46 [默认返回值 default value incorrect after change the "返回状态管理"]

1.1.6

2 years ago

Updates:

Remove usage of Multistate-enabled feature flag

1.1.5

2 years ago

BUG Fixed:

  1. Internal errors when call /Variation/GetMultiOptionVariation endpoint without customizedProperties (not always the case)

1.1.4

2 years ago

Bug Fixed:

Fixed a bug of prequisites feature flags in admin portal

Updates:

Updated docs https://docs.feature-flags.co/opensource/webapi/

1.1.3

2 years ago

Updates:

Update the quick start doc. Added videos in quick start doc.

1.1.2

2 years ago

New Features:

  1. Users can now create new organizations on their own. Previously, users could only join other organizations by invitation. image

BUG Fixed:

  1. Fixed a bug (of image below), when no rollout percentage status is added, an exception is thrown for the percentage status

1.1.1

2 years ago

BUG fixed:

Fixed a bug of "default rollout percentage init value" image

1.1.0

2 years ago

New features:

  1. Now we support multi-state feature flags.
  2. #1 Wechat miniprogram SDK added and published (https://github.com/feature-flags-co/ffc-sdk-wechat-miniprogram/releases/tag/1.0.4)

Updates:

  1. More docs (docs.feature-flags.co)
  2. Performance for api

Bugs fixed:

  1. Init env secret is now valid just after the creation of new enviornment
  2. #5 fixed. Now, SDK/API endpoint will receivie the real reason when variation checking endpoint throw an error.

Break changes:

  1. Rollout percentage algorithm has been changed. For detail, please see docs.
  2. Multi-state variation checking api endpoint is: /Variation/GetMultiOptionVariation. True/false state variation still use the old endpoint /Variation/GetUserVariationResult. But all new feature-flags (create in Portal) will be all Multi-state variation feature flags.

SaaS (feature-flags.co)

This version has also been released to our SaaS plateform.