Releases: thomaspoignant/go-feature-flag
Releases · thomaspoignant/go-feature-flag
v0.18.4
v0.18.4
Features
Dependencies
- #185 - Bump github.com/aws/aws-sdk-go from 1.38.70 to 1.40.12
Changes
- #182 - Variation type in a string
- #183 - Better interface for the in-memory cache.
v0.18.3
v0.18.3
- #181 - Refactor organisation of code for Flag
- #179 - Remove fossa
v0.18.2
v0.18.2
- #173 - Bump github.com/pelletier/go-toml from 1.9.1 to 1.9.3
- #174 - Bump github.com/aws/aws-sdk-go from 1.38.51 to 1.38.70
v0.18.1
v0.18.1
Breaking changes
- #140 - chore: rm PollInterval field
v0.18.0
v0.18.0
Features
- #168 - introduce
version
field for the flags
- #172 - Offline mode
Documentations
- #170 - (doc) How to extend go-feature-flag
- #171 - (doc) correcting minor grammar errors and sentences in README.md
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