Skip to content

Releases: Unleash/unleash-go-sdk

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

v4.4.0

10 Apr 08:45
193c382

Choose a tag to compare

What's Changed

Full Changelog: v4.3.0...v4.4.0

v4.3.0

05 Mar 09:37
011e85b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

06 Feb 12:36
8ede6f1

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

Choose a tag to compare

Whats new?

v4.1.3

29 Aug 08:01
f544a66

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

Choose a tag to compare

What's Changed

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

v4.1.1

11 Jun 09:21
620a0dc

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

Choose a tag to compare

What's Changed

New Contributors

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