Skip to content

Releases: thomaspoignant/go-feature-flag

v0.17.3

04 Jun 10:21
c34e042
Compare
Choose a tag to compare

v0.17.3

Bugfix

  • #167 - Fix a problem in the exported data for the variation type.

Changes

  • #160 - Automatic Benchmarking when merging on main

Documentation

v0.17.2

01 Jun 07:22
6fe415e
Compare
Choose a tag to compare

v0.17.2

Bump Libraries

  • #163 - Bump github.com/pelletier/go-toml from 1.9.0 to 1.9.1
  • #164 - Bump github.com/google/go-cmp from 0.5.5 to 0.5.6
  • #165 - Bump github.com/aws/aws-sdk-go from 1.38.30 to 1.38.51

v0.17.1

31 May 11:41
01e6fe2
Compare
Choose a tag to compare

v0.17.1

Bug fix

  • #159 - AllFlagsSet Don't crash when flag is not correctly initialized

v0.17.0

28 May 14:15
c9d1b5a
Compare
Choose a tag to compare

v0.17.0

Feature(s)

  • #145 - Enable custom retrievers
  • #148 - AllFlagsState to get all flag value for a specific user.

Bug fix(es)

  • #146 - JSON Variation are notified twice

Changes

  • #147 - Remove unused param flag
  • #153 - CI: Replace golint by revive

v0.16.0

21 May 21:01
3d0a70f
Compare
Choose a tag to compare

v0.16.0

Breaking changes

  • #137 - Configure pollInterval with a time.Duration
    ⚠️ If you were using PollInterval you should migrate and use PollingInterval. We will continue to support PollInterval during the next versions but will remove it in 1.0.0.

Features

  • #139 - Add more rollout examples

v0.15.0

17 May 17:26
c36008b
Compare
Choose a tag to compare

v0.15.0

Feature

  • #120 - Scheduled rollout strategy

Change

  • #126 - put test file in test package

v0.14.2

07 May 21:12
adff35f
Compare
Choose a tag to compare

v0.14.2

Changes

  • #123 - Change internals of Flag
  • #125 - Add a test with a lot of flags (10000)

v0.14.1

03 May 07:07
bc326f8
Compare
Choose a tag to compare

v0.14.1

Changes

  • #121 - Bump github.com/aws/aws-sdk-go from 1.38.10 to 1.38.30
  • #122 - Bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0

v0.14.0

27 Apr 15:51
feb8194
Compare
Choose a tag to compare

v0.14.0

Features

  • #118 - Automatic progressive rollout

Changes

  • #99 - Remove deprecated Webhooks field
  • #117 - Use context when calling the exporter

v0.13.1

23 Apr 13:15
d4dd18e
Compare
Choose a tag to compare

v0.13.1

Changes

  • #113 - Move experimentation property under the rollout key.