Skip to content

Releases: thomaspoignant/go-feature-flag

v0.18.5

01 Sep 09:46
7e22844
Compare
Choose a tag to compare

v0.18.5

  • #186 - Bump github.com/aws/aws-sdk-go from 1.40.12 to 1.40.34

v0.18.4

02 Aug 07:22
278ff67
Compare
Choose a tag to compare

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

21 Jul 08:05
cbcdf1d
Compare
Choose a tag to compare

v0.18.3

  • #181 - Refactor organisation of code for Flag
  • #179 - Remove fossa

v0.18.2

01 Jul 07:43
16e4bb4
Compare
Choose a tag to compare

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

22 Jun 08:11
8be9b79
Compare
Choose a tag to compare

v0.18.1

Breaking changes

  • #140 - chore: rm PollInterval field

v0.18.0

08 Jun 16:15
2d1d96b
Compare
Choose a tag to compare

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

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