Skip to content

Commit

Permalink
[release] v5.14.0 - API for list of gates, configs, autotunes, layers…
Browse files Browse the repository at this point in the history
… (#391)

New API:
- `getFeatureGateList` - get list of all feature gate names in SDK store
- `getDynamicConfigList` - get list of all dynamic config names in SDK
store
- `getAutotuneList` - get list of all autotune names in SDK store
- `getLayerList` - get list of all layer names in SDK store






>Included In This Release
>- c3f42df Daniel
>   - Add SDK Flags (#390)
>- 38deeed kenny-statsig
>   - add list API for autotunes, layers, and dynamic configs (#386)

---------

Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
  • Loading branch information
kenny-statsig and statsig-kong[bot] authored Dec 15, 2023
1 parent c3f42df commit 93e6866
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.13.2",
"version": "5.14.0",
"description": "Statsig Node.js SDK for usage in multi-user server environments.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 93e6866

Please sign in to comment.