Skip to content

Commit

Permalink
[release] 5.24.0 - Add missing getIDType in Layer and StatsigServer e…
Browse files Browse the repository at this point in the history
…xport (#475)

### New Features
  - add getIDType on Layer
  ### Improvements
- performance improvement from more efficient exposure deduping and
filtering
  ### Fixes
  - remove undefined fields on user in getClientInitializeResponse
  - export StatsigServer, DataAdapterKey
  - bump dependency versions for security updates





>Included In This Release
>- 2a5753b Weihao Ding
>   - fix: recursively delete undefined fields (#471)
>- 03ec3b1 Alex Coleman
>   - Optimize exposure cleaning in evaluator (#470)
>- da4f5cb tore-statsig
>   - fix: export StatsigServer (#472)
>- 120a4a5 tore-statsig
>   - feat: add idType to layer (#473)
>- 88ba3c2 dependabot[bot]
>   - Bump ws from 8.16.0 to 8.17.1 (#461)
>- ce1e56c dependabot[bot]
>   - Bump braces and babel-jest (#457)

---------

Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
tore-statsig and statsig-kong[bot] authored Jul 23, 2024
1 parent 2a5753b commit f9db271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.23.1",
"version": "5.24.0",
"description": "Statsig Node.js SDK for usage in multi-user server environments.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit f9db271

Please sign in to comment.