Releases: statsig-io/go-sdk
Releases · statsig-io/go-sdk
v2.4.0 - Add exposure deduplication
Improvements
- Add exposure deduplication for identical exposure events within a short period of time.
Included In This Release
- 44c1d4c Daniel
- chore: add exposure dedupe (#309)
Full Changelog: v2.3.0...v2.4.0
v2.3.0 - Support experiment_group condition
New Features
- Add new condition -- experiment group
Included In This Release
- e801155 Xin Li
- add support for dependent experiment (#328)
Full Changelog: v2.2.2...v2.3.0
v2.2.2 - Fix go module path
Fixes
- Fix go module path for installation
Included In This Release
- 458d77e kat-statsig
- fix: add v2 to go module (#326)
Full Changelog: v2.2.1...v2.2.2
v2.2.1 - CMAB Explore Fix
Fixes
- Fixes an issue that was causing CMABs to explore less than intended
Included In This Release
- eb0eac3 sroyal-statsig
- CMAB Sampling Fix (#324)
Full Changelog: v2.2.0...v2.2.1
v2.2.0 - getExperimentByGroupIDAdvanced Method
New Features
-getExperimentByGroupIDAdvanced API
Included In This Release
- 8f103a4 brock-statsig
- add get experiment by group id advanced (#322)
Full Changelog: v2.1.1...v2.2.0
v2.1.1 - Patch FallbackToStatsigApi bug
Fixes
- Fixed a bug where network does not fallback to statsig cdn when enabled if there is a network error (instead of http error)
Included In This Release
- 889a3bd kat-statsig
- fix: fallback to statsig on network err (#320)
Full Changelog: v2.1.0...v2.1.1
v2.1.0 - New GetExperimentByGroupName API
New Features
- new
GetExperimentByGroupNameapi
Included In This Release
- ce369c4 kat-statsig
- feat: get experiment by group name (#318)
Full Changelog: v2.0.0...v2.1.0
v2.0.0 - Minimum Go Version Update
This release updates the minimum required Go version to 1.24.
Included In This Release
Full Changelog: 1.40.1...v2.0.0
v1.40.1 - Fix edge case nested gate inversion bug
Fixes
- Fix an edge case of if the nested gate does not exist in downloaded config, it could result in inverted evaluation result
Included In This Release
- 6841346 sroyal-statsig
- Fix Nested Gate Inversion (#306)
Full Changelog: v1.40.0...1.40.1
v1.40.0 - Support session replay in gcir
New Features
- Support session replay in getClientInitializeResponse
Included In This Release
- d7013c7 kat-statsig
- add session replay to gcir (#304)
Full Changelog: v1.39.1...v1.40.0