Skip to content

Releases: statsig-io/go-sdk

v2.4.0 - Add exposure deduplication

12 Jan 23:50
f04d75e

Choose a tag to compare

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

24 Dec 03:28
1b26085

Choose a tag to compare

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

16 Dec 18:29
b2e45c4

Choose a tag to compare

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

12 Dec 18:06
46741ce

Choose a tag to compare

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

06 Dec 22:41
32abcc3

Choose a tag to compare

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

14 Nov 23:47
92c488d

Choose a tag to compare

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

05 Nov 23:31
32cb4d7

Choose a tag to compare

New Features

  • new GetExperimentByGroupName api

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

10 Oct 22:37
5f0ee3d

Choose a tag to compare

⚠️ Go Version / Toolchain Update
This release updates the minimum required Go version to 1.24.

Included In This Release

  • d9defb2 brock-statsig
    • chore: bump uap version (#310)
  • b577f42 dependabot[bot]
    • Bump gopkg.in/yaml.v2 from 2.2.1 to 2.2.8 (#308)
  • fb81bd3 kat-statsig
    • bump go version (#307)

Full Changelog: 1.40.1...v2.0.0

v1.40.1 - Fix edge case nested gate inversion bug

10 Oct 22:09
ac0b621

Choose a tag to compare

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

15 Sep 16:33
95e0f4f

Choose a tag to compare

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