Unleash Client Go Versions Save

Unleash client SDK for Go

v4.1.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Unleash/unleash-client-go/compare/v4.0.1...v4.1.0

v4.0.1

5 months ago

fix: parent feature flag enabled check

v3.9.2

5 months ago
  • fix: parent feature flag enabled check

v3.9.1

5 months ago

What's Changed

Full Changelog: https://github.com/Unleash/unleash-client-go/compare/v3.9.0...v3.9.1

v4.0.0

6 months ago

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

v3.8.0

9 months ago

Added support for strategy variants

What's Changed

v3.7.4

1 year ago

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

What's Changed

v3.7.3

1 year ago

Includes a fix on reporting metrics

What's Changed

Fixed a bug in client metrics reporting that could trigger a concurrency bug https://github.com/Unleash/unleash-client-go/pull/129

v3.7.2

1 year ago

Includes a fix on reporting metrics

What's Changed

New Contributors

Full Changelog: https://github.com/Unleash/unleash-client-go/compare/v3.7.1...v3.7.2

v3.7.1

1 year ago

Includes a bugfix where the global methods would naively assume a client:

What's Changed

Full Changelog: https://github.com/Unleash/unleash-client-go/compare/v3.7.0...v3.7.1