Releases: statsig-io/js-client-monorepo
Releases · statsig-io/js-client-monorepo
3.12.2 - Update docs for next
3.12.1 - Support new bootstrap format and event compression, persistent override and parameter stores
@statsig/client-core
- a93a832 fix: don't require user hash match for full checksum
- 8d28738 feat: re-enable logevent compression
- 761e661 feat: add support for param stores
- b2d5dbd feat: support new bootstrap format
@statsig/js-local-overrides
- 8f4a8f9 feat: add persistent local overrides
Full Changelog: 3.12.0...3.12.1
3.12.0 - Decrease max failed logs stored + new event emitter type
@statsig/client-core
Full Changelog: 3.11.1...3.12.0
3.11.1 - (Internal) Echo "full_checksum" on /initialize requests
3.11.0 - Add ability to disable memoization
Adds StatsigOptions.disableEvaluationMemoization
to prevent any memoization of the evaluation functions (checkGate/getExperiment etc).
@statsig/client-core
- 437a255 - feat: add StatsigOption for blocking eval memoization
- 7966e3b - (Internal) feat: sdk flags
@statsig/web-analytics
- d4a7dcd - feat: log a page-view end event when the page becomes inactive
3.10.0 - Statsig Update Details
- Initialize and update user now return
StatsigUpdateDetails
with information on success/duration/url/error/warning.
Full Changelog: 3.9.1...3.10.0
3.9.1 - Stable ID bug fix, prevent infinite cache growth
@statsig/client-core
- b6d1ad4 - chore: prevent indefinite memo cache growth
@statsig/js-client
- 17d7956 - fix: include initial stable id in web analytics
Full Changelog: 3.9.0...3.9.1
3.9.0 - Memoize Core Check APIs
@statsig/js-client
- b2c5fef - chore: increase default values to fix 429 and add rate limiting
- 42f0730 - chore: add memoization to core check apis
@statsig/web-analytics
- 4d3ca4a - chore: log pageview hide on back navigation
@statsig/react-bindings
- 1d8b2aa - chore: ensure isLoading is set to false in strict mode
3.8.3 - RRWeb Bug Fix
- upgrade rrweb dependency for a bug fix