Releases: Unleash/unleash-go-sdk
Releases · Unleash/unleash-go-sdk
v5.0.3
✨ 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
replacedirectives 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
What's Changed
- Add support for OnUpdate hook by @nathan-fiscaletti in #196
- chore(version): Bump to 4.5.0 to prepare for release by @chriswk in #197
New Contributors
- @nathan-fiscaletti made their first contribution in #196
Full Changelog: v4.4.0...v4.5.0
v4.4.0
v4.3.0
What's Changed
- chore: test new go versions; add 1.23 & 1.24 by @richardrigby-zh in #188
- feat: add interval to header and connection Id to body by @sjaanus in #189
- chore: bump to 4.3 by @sjaanus in #190
New Contributors
- @richardrigby-zh made their first contribution in #188
Full Changelog: v4.2.0...v4.3.0
v4.2.0
v4.1.4
Whats new?
- Add impressionData to api.Feature payload by @vgrigoruk #181
v4.1.3
v4.1.2
v4.1.1
v4.1.0
What's Changed
- feat: add FeatureEnabled to Variant by @jameshartig in #164
- feat(api): add type to Feature by @jameshartig in #168
- feat: obey http status and backoff on 429, 50x by @chriswk in #156
- feat: return feature from isEnabled to avoid another lookup by @jameshartig in #167
- fix: variant fallback usage by @thomasheartman in #171
New Contributors
- @jameshartig made their first contribution in #164
Full Changelog: v4.0.1...v4.1.0