Skip to content

Releases: Unleash/unleash-client-go

v4.2.0

06 Feb 12:36
8ede6f1
Compare
Choose a tag to compare

What's Changed

  • feat: client identification headers by @Tymek in #186
  • chore: bump version to 4.2 by @Tymek in #187

New Contributors

Full Changelog: v4.1.4...v4.2.0

v4.1.4

25 Oct 07:15
e1e3ed0
Compare
Choose a tag to compare

Whats new?

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)