Skip to content

Commit

Permalink
[release] 5.23.1 - FIX - Dont update internal store if definition is …
Browse files Browse the repository at this point in the history
…outdated (#468)

### Fixes
- Fixes a bug where we could update the internal store with stale values
(older than the current values in memory). While this was unlikely, now
it wont happen
- Removes secret key from the output logger
- explicitly set sincetime of 0 on first fetch





>Included In This Release
>- da036be tore-statsig
>   - fix: sanitize output logger of sdk key (#467)
>- a29fa27 tore-statsig
>   - fix: only parse specs if time is newer (#465)
>- 8029e45 tore-statsig
>   - fix: sinceTime=0 on first fetch (#466)

---------

Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
tore-statsig and statsig-kong[bot] authored Jul 5, 2024
1 parent da036be commit 000f2b1
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.0",
"version": "5.23.1",
"description": "Statsig Node.js SDK for usage in multi-user server environments.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 000f2b1

Please sign in to comment.