github thomaspoignant/go-feature-flag v0.13.0

latest releases: v1.45.6, v1.45.5, v1.46.0-beta.1...
4 years ago

v0.13.0

Breaking Changes

⚠️ feature #105 is a breaking change, the repartition will work as expected BUT you may have some changes for specific users. A user who was affected by a flag is not guaranteed to still be affected.

This breaking change is needed to unblock future features like #101.

We accept this breaking change only because we are still in version v0.X, as soon as we hit the v1.X this kind of change will not be possible.

Features

  • #106 - Add webhook data exporter
  • #109 - Add experimentation capability with the possibility to configure a startDate and an endDate for the flag.
  • #105 - Accept a more fine-grained percentage, the hash is now compute with a 100000 range when it was 100 before.

Changes

  • #108 - PayloadURL is deprecated and you should use EndpointURL instead.

Don't miss a new go-feature-flag release

NewReleases is sending notifications on new releases.