Skip to content

Commit

Permalink
[release] 5.27.0 - Support array operators, enable event log compress…
Browse files Browse the repository at this point in the history
…ion (#497)

### New Features
  - Add support for array operators
  ### Improvements
  - Include `group_name` in the client initialize response
  ### Fixes
  - Fix output log levels
  - Fix awaiting on data adapter `save`






>Included In This Release
>- 7853afe kenny-statsig
>   - Fix saving config specs to adapter (#496)
>- ef15876 Daniel
>   - chore: re-enable log event compression (#495)
>- 73ab2a2 kenny-statsig
>   - Fix output logger log levels (#494)
>- b95a4de Daniel
>   - fix: include group_name in gcir (#491)
>- 3d5b6a6 sroyal-statsig
>   - Support Array Contains All Operators (#492)
>- 0886e5b sroyal-statsig
>   - Support Array Operators (#490)

---------

Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
kenny-statsig and statsig-kong[bot] authored Sep 11, 2024
1 parent 7853afe commit 8aa5b66
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.26.0",
"version": "5.27.0",
"description": "Statsig Node.js SDK for usage in multi-user server environments.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 8aa5b66

Please sign in to comment.