Skip to content

Commit

Permalink
[release] 5.16.3 - Internal Diagnostics Memory Leak Patch (#408)
Browse files Browse the repository at this point in the history
There was the potential for a memory leak if diagnostic events were
never flushed.
We now drop events after hitting a set threshold.





>Included In This Release
>- 637832b Jacob O'Quinn
>   - Add Max Number of Diagnostics Markers (#407)

---------

Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
jacob-statsig and statsig-kong[bot] authored Jan 25, 2024
1 parent 637832b commit e793041
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.16.2",
"version": "5.16.3",
"description": "Statsig Node.js SDK for usage in multi-user server environments.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit e793041

Please sign in to comment.