Skip to content

Commit

Permalink
[release] 5.21.0 - Expose evaluation details and ID type (#452)
Browse files Browse the repository at this point in the history
Added evaluation details to the result of the following APIs:
- `getGate`, 
- `getConfig`
- `getExperiment`
- `getLayer` 

Added ID type to the result of the following APIs:
- `getGate`,
- `getConfig`
- `getExperiment`

Internal changes:
- Exclude segments from secondary exposures and changed how secondary
exposures are deduped.





>Included In This Release
>- 73fe80a kenny-statsig
>   - expose evaluation details (#451)
>- fe2b8cb kenny-statsig
>   - expose idType of gate, config, experiment (#450)
>- 84cd71c kenny-statsig
>   - Filter exposures from evaluations (#449)
>- f8aaf86 kenny-statsig
>   - filter segments from secondary exposures (#448)

---------

Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
kenny-statsig and statsig-kong[bot] authored May 22, 2024
1 parent 73fe80a commit b73c4c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statsig-node",
"version": "5.20.0",
"version": "5.21.0",
"description": "Statsig Node.js SDK for usage in multi-user server environments.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/data/initialize_response.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"generator": "statsig-node-sdk",
"sdkInfo": {
"sdkType": "statsig-node",
"sdkVersion": "5.20.0"
"sdkVersion": "5.21.0"
},
"evaluated_keys": {
"userID": "123"
Expand Down

0 comments on commit b73c4c8

Please sign in to comment.