Skip to content

Releases: Unleash/unleash-client-go

v4.1.3

29 Aug 08:01
f544a66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.2...v4.1.3

v4.1.2

29 Jul 12:40
5066446
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

11 Jun 09:21
620a0dc
Compare
Choose a tag to compare

What's changed

  • Updates murmur dependency to 1.1.8, which should remove unsafe.

v4.1.0

21 Dec 12:56
34a6ff2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.1...v4.1.0

v4.0.1

22 Nov 12:16
95ac006
Compare
Choose a tag to compare

fix: parent feature flag enabled check

v3.9.2

22 Nov 11:24
4b4106c
Compare
Choose a tag to compare
  • fix: parent feature flag enabled check

v3.9.1 fix dependent features and undo v4 changes

21 Nov 15:04
d950ee0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.9.0...v3.9.1

v4.0.0

17 Nov 15:45
057d64a
Compare
Choose a tag to compare

A new seed is introduced to ensure a fair distribution for variants, addressing the issue of skewed variant distribution due to using the same hash string for both gradual rollout and variant allocation.

What’s Changed

  • New variant hashing (#145)
  • fix: dependent feature toggle evaluation (#146)

v3.8.0

03 Aug 08:44
b18d777
Compare
Choose a tag to compare

Added support for strategy variants

What's Changed

v3.7.4

04 Apr 07:48
4baecad
Compare
Choose a tag to compare

Fixed an issue in rollout strategies that could cause very uneven distributions when using random stickiness

What's Changed

  • Fixed an issue in random rollout: #131