Skip to content

Commit

Permalink
[release] 0.27.0 - Add Hash Parameter to get_client_initialize_respon…
Browse files Browse the repository at this point in the history
…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
tore-statsig committed Feb 2, 2024
1 parent 1fbf0fa commit 899affa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.26.0'
__version__ = '0.27.0'

0 comments on commit 899affa

Please sign in to comment.