Skip to content

0.27.0 - Add Hash Parameter to get_client_initialize_response

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 02 Feb 19:33
· 135 commits to main since this release
899affa

If you want to use the unhashed (HashingAlgorithm.NONE) or the minimized payload (HashingAlgorithm.DJB2) for get_client_intialize_response, you can now pass that as a parameter. By default, get_client_intialize_response will use HashingAlgorithm.SHA256 to hash the gate/experiment names.

NOTE: HashingAlgorithm.NONE hashing option requires opt in on the Statsig backend. Reach out to support for help with this.

Included In This Release

  • 1fbf0fa tore-statsig
    • Implement hash algorithm parameter for get_client_initialize_response (#227)

Full Changelog: 0.26.0...0.27.0