Skip to content

Releases: Unleash/unleash-go-sdk

v6.4.0

16 Mar 13:21
16f3816

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.6.3.0...v6.4.0

v.6.3.0

05 Mar 08:31
2a4034b

Choose a tag to compare

What's Changed

  • feat: expose top level metrics in singleton API by @sighphyre in #245

Full Changelog: v6.2.0...v.6.3.0

v6.2.0

27 Feb 08:07
f2c9b51

Choose a tag to compare

What's Changed

Full Changelog: v6.1.0...v6.2.0

v6.1.0

06 Feb 13:36
33fb10e

Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.1.0

v6.0.1

06 Feb 10:45
7e554e2

Choose a tag to compare

What's Changed

  • fix: always send empty variant buckets if not present by @sighphyre in #233

Full Changelog: v6.0.0...v6.0.1

v5.1.0

06 Feb 13:41
7aff36a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.3...v5.1.0

v6.0.0

03 Feb 07:30
9560fb2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.3...v6.0.0

v6.0.0 Beta

04 Dec 11:54
c41c987

Choose a tag to compare

v6.0.0 Beta Pre-release
Pre-release

Beta version of v6, designed to test the functionality before the official version is released.

v5.0.3

04 Aug 13:15
907a86c

Choose a tag to compare

✨ v5.0.3 – Module path update to match repository name

In this release, we've aligned the Go module name with the repository name as part of our ongoing SDK standardization effort.

🔄 What changed

  • The Go module path is now:
    github.com/Unleash/unleash-go-sdk/v5
  • This replaces the old path and repository name used in v4 branch:
    github.com/Unleash/unleash-client-go/v4

Note: GitHub redirects from the old repo still work, but Go modules require an exact match between the module name and the repo path, which could cause confusion or build issues.

📦 Why this matters

  • Ensures clarity between the GitHub repo and Go module name.
  • Avoids the need for replace directives or confusing import paths.

✅ No functional changes

This release does not include any behavioral or API changes from v4.5.0 — only the module path is updated.

v4.5.0

05 Jun 08:00
56becfa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.0...v4.5.0