Skip to content

1.25.0 - use ConfigureAwait(false) and update getClientInitializeResponse

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 02 May 15:16
· 28 commits to main since this release
1c4feb6

In some environments, the background event flush does not work without this configuration, and it is best practice for libraries to configure this to avoid deadlocks

https://medium.com/bynder-tech/c-why-you-should-use-configureawait-false-in-your-library-code-d7837dce3d7f

Also updates GetClientInitializeResponse. This release adds debugging information for which server SDK generated the values, and includes the full user object used to generate the values

Included In This Release

  • f131f5a sroyal-statsig
    • Update GetClientInitializeResponse (#136)

What's Changed

Full Changelog: 1.24.0...1.25.0