Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release] 0.27.0 - Add Hash Parameter to get_client_initialize_respon…
…se (#229) 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)
- Loading branch information