Skip to content

v5.13.0 - Manual sync API & bug fixes

Compare
Choose a tag to compare
@statsig-kong statsig-kong released this 01 Dec 01:18
· 118 commits to main since this release

New Options:

  • disableRulesetsSync - disables background syncing of rulesets
  • disableIdListsSync - disables background syncing of id lists

New API:

  • syncConfigSpecs - manually syncs rulesets (bypasses the disableRulesetsSync setting)
  • syncIdLists - manually syncs id lists (bypasses the disableIdListsSync setting)

Bug fixes:

  • Allow evaluations on large user objects. Previously would truncate the user before evaluating.
  • Fixed a bug that prevented the api StatsigOption from applying to /download_config_specs network calls unless apiForDownloadConfigSpecs was also set.
  • Fixed hash option in getClientInitializeResponse to also apply for dynamic configs and layers

Included In This Release

  • 5c732d6 Kenny Yi
    • allow api to override dcs
  • 9116fdb Kenny Yi
    • remove user truncation for evaluations
  • 58ab4e4 tore-statsig
    • Add hash_used field to client initialize response (#375)
  • bb774e6 Kenny Yi
    • apply getClientInitializeResponse hash option to configs & layers
  • dc32057 Kenny Yi
    • manual sync api
  • 01d587e Daniel
    • Remove Promise.allSettled (#369)

Full Changelog: v5.12.0...v5.13.0