Skip to content

Releases: statsig-io/js-client-monorepo

3.12.2 - Update docs for next

27 Feb 00:05
3276093
Compare
Choose a tag to compare

Improvements

  • update docs for nextjs

Included In This Release

Full Changelog: 3.12.0...3.12.2

3.12.1 - Support new bootstrap format and event compression, persistent override and parameter stores

20 Feb 22:36
Compare
Choose a tag to compare

@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

06 Feb 21:16
5013457
Compare
Choose a tag to compare

@statsig/client-core

  • e7094d0 chore: decrease max failed log stored
  • 7105a9c chore: 'pre_logs_flushed' event emitter

Full Changelog: 3.11.1...3.12.0

3.11.1 - (Internal) Echo "full_checksum" on /initialize requests

03 Feb 20:51
5800b1c
Compare
Choose a tag to compare

@statsig/client-core

  • c31a7d0 - fix: pass null for full checksum
  • 1acdea1 - feat: initialize full checksum

3.11.0 - Add ability to disable memoization

25 Jan 16:33
7a9acfc
Compare
Choose a tag to compare

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

16 Jan 23:19
8e067d1
Compare
Choose a tag to compare
  • 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

16 Jan 23:12
d743018
Compare
Choose a tag to compare

@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

13 Jan 18:28
92e790d
Compare
Choose a tag to compare

@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

13 Jan 18:27
262c818
Compare
Choose a tag to compare
  • upgrade rrweb dependency for a bug fix

3.8.2 - Support React 19

13 Jan 18:26
5bef524
Compare
Choose a tag to compare
  • d65fec6 - fix: update samples for react 19
  • 661597c - chore: add an event index to rrweb events