Skip to content

Commit

Permalink
[release] v1.26.0 - Exposure callback and spec update bug fix (#201)
Browse files Browse the repository at this point in the history
### New Features
  - New options to pass in ExposureCallback and IncludeDisabledExposures
  ### Fixes
- Fixes a bug where we could update the internal store with stale values
(older than the current values in memory). While this was unlikely, now
it wont happen





>Included In This Release
>- 048e42f kat-statsig
>   - only throw away spec if lcut is older (#200)
>- 1c2f343 kat-statsig
>   - exposure callback (#197)
>- 2e30520 kat-statsig
>   - check lcut before process (#198)
  • Loading branch information
kat-statsig authored Jul 5, 2024
1 parent 048e42f commit 81aa3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type statsigMetadata struct {
func getStatsigMetadata() statsigMetadata {
return statsigMetadata{
SDKType: "go-sdk",
SDKVersion: "v1.25.0",
SDKVersion: "v1.26.0",
LanguageVersion: runtime.Version()[2:],
SessionID: SessionID(),
}
Expand Down

0 comments on commit 81aa3b3

Please sign in to comment.