Releases: statsig-io/go-sdk
Releases · statsig-io/go-sdk
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
v1.39.1 - Do not send zero since time in DCS url
Fixes
- Removes since time from dcs url when it is 0 because of cloudflare issues
Included In This Release
- 41befcf sroyal-statsig
- Remove Since Time From DCS URL When Zero (#302)
Full Changelog: v1.39.0...v1.39.1
v1.39.0 - Adds support for CMAB evaluation
New Features
- CMAB evaluation
Included In This Release
- 7d47233 tore-statsig
- Implement CMAB (Contextual Multi-Armed Bandit) support (#296)
Full Changelog: v1.38.1...v1.39.0
v1.38.1 - Patch UaParser Vulnerability
Fixes
- Resolving CVE-2021-21317 (ReDoS Vulnerability) in ua-parser/uap-go
Included In This Release
- 2d3248d varshaa-statsig
- bump uaparser pkg (#299)
Full Changelog: v1.38.0...v1.38.1
v1.38.0 - Support for observability client
New Features
- new option to pass in an observability client to collect sdk metrics
Included In This Release
- 9f618a4 kat-statsig
- add observability client (#297)
Full Changelog: v1.37.0...v1.38.0
v1.37.0 - GCIR Overrides + Fallback Behaviour + Layer Evaluation Details
New Features
- Adding gate/config/layer overrides to GCIR in Go
Improvements
- Fallback behaviour for transport layer
Fixes
- Adding evaluationDetails when creating Layer objects
Included In This Release
Full Changelog: v1.36.4...v1.37.0
v1.36.4 - GCIR Options Updates
Fixes
- Makes it so local overrides work with the new experiment control option for get client initialize response
Included In This Release
- 87c5947 sroyal-statsig
- Respect Overrides for GCIR Exp Control Option (#287)
Full Changelog: v1.36.3...v1.36.4
v1.36.3 - baseSpecInitializeResponse exported
Improvements
- baseSpecInitializeResponse is now exported.
Included In This Release
- e72eb54 brock-statsig
- export baseClientInitResponse for NYT (#285)
Full Changelog: v1.36.2...v1.36.3
v1.36.2 - Fix Possible Error with New GCIR Option
Fixes
- Fixes potential null pointer error when using the new gcir experiment control option
Included In This Release
- 7c7e435 sroyal-statsig
- Fix Possible Error with New GCIR Option (#282)
Full Changelog: v1.36.1...v1.36.2
v1.36.1 - Add Option to GCIR for Experiments
New Features
- Adds option to gcir that allows using the experiment control group name and value for users who are not in the experiment
Included In This Release
- 08dcc5b sroyal-statsig
- GCIR Use Control for Not in Experiment Option (#280)
Full Changelog: v1.36.0...v1.36.1