Releases: thomaspoignant/go-feature-flag
Releases · thomaspoignant/go-feature-flag
v0.17.3
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
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
v0.17.1
Bug fix
- #159 - AllFlagsSet Don't crash when flag is not correctly initialized
v0.17.0
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
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
v0.15.0
Feature
- #120 - Scheduled rollout strategy
Change
- #126 - put test file in test package
v0.14.2
v0.14.2
Changes
- #123 - Change internals of Flag
- #125 - Add a test with a lot of flags (10000)
v0.14.1
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
v0.14.0
Features
- #118 - Automatic progressive rollout
Changes
- #99 - Remove deprecated Webhooks field
- #117 - Use context when calling the exporter
v0.13.1
v0.13.1
Changes
- #113 - Move
experimentation
property under the rollout
key.