Skip to content

Releases: statsig-io/python-sdk

0.52.0 - Config sync no update fix & manual sampling

06 Jan 19:18
aab4a31
Compare
Choose a tag to compare

Improvements

  • added capability to sample manual exposures

Fixes

  • fix a bug where config sync can be stuck in no update state if network request succeeds but fails to parse

Included In This Release

  • c70b591 kat-statsig
    • fix no update bug (#382)
  • bdfdce4 kat-statsig
    • manual exposure sample (#381)

Full Changelog: 0.51.0...0.52.0

0.51.0 - Memory Usage Improvement

13 Dec 19:56
f687249
Compare
Choose a tag to compare

Improvements

  • Reduce memory usage when downloading config specs

Included In This Release

  • 54607e4 kat-statsig
    • stream response (#379)

Full Changelog: 0.50.1...0.51.0

0.50.1 - Small log improvement

12 Dec 18:38
813dce4
Compare
Choose a tag to compare

Improvements

  • Down-grade some log levels

Included In This Release

Full Changelog: 0.50.0...0.50.1

0.50.0 - Memory improvement and reduce noisy error

03 Dec 17:23
7756934
Compare
Choose a tag to compare

Improvements

  • avoid unnecessary config copies to improve memory usage
  • check status code before throwing seek range error

Included In This Release

  • 950c98f kat-statsig
    • Only perform copy when necessary (#374)
  • d9cffe5 kat-statsig
    • seek range fix (#372)

Full Changelog: 0.49.0...0.50.0

0.49.0 -⚠️ Environment Tier Default Changes, New Observability Integration, logging and overall timeout

12 Nov 17:51
b02cd75
Compare
Choose a tag to compare

New Features

  • new option observability_client for metrics collection
  • new option overall_init_timeout for timing entire sdk initialization

Improvements

  • now log data source url
    -⚠️ added support for default environment tier, highly recommend to set environment tier within statsigOptions if possible
    • If statsig environment.tier is not being set, then we will use fallback to set environment for evaluation as
      • SDK key environment tier if being set
      • Otherwise production

Fixes

  • version in the event metadata is now a string

Included In This Release

  • 59edbd8 kat-statsig
    • observability integration (#369)
  • 336f450 sroyal-statsig
    • Fallback to Default Env from Server (#368)
  • ba9d4ee kat-statsig
    • logging dcs api with context (#366)
  • afb7486 kat-statsig
    • strict init timeout and some other fixes (#363)
  • 33e8166 sroyal-statsig
    • Switch Version Metadata to String (#367)
  • 34a6241 sroyal-statsig
    • Add Config Version to Exposure Metadata (#365)
  • 1a92749 Xin Li
    • Create LRS.yml (#362)

Full Changelog: 0.48.0...0.49.0

0.48.0 - Initialization details, remove noisy logging, fallback bug fixes

18 Oct 21:27
0b80354
Compare
Choose a tag to compare

New Features

  • Initialize now return initializationDetails which has information on data source, is initialize successful, is the store populate, duration and error

Improvements

  • remove noisy logging

Fixes

  • fix a bug where fallback behavioral is triggered for id list no matter the option

Included In This Release

  • 76e1279 kat-statsig
    • Some bug fixes (#359)
  • 50910bb kat-statsig
    • Add Initialization Details + context (#347)
  • badb04c kat-statsig
    • fix flag (#358)

Full Changelog: 0.47.2...0.48.0

0.47.2 - add float type to statsig event value

16 Oct 16:22
cab7517
Compare
Choose a tag to compare

Fixes

  • fix a bug with typing to allow float type for statsig event value

Included In This Release

  • ae944c4 kat-statsig
    • add float type to statsig event value (#355)

Full Changelog: 0.47.1...0.47.2

0.47.1 - Add lock on logging interval

16 Oct 00:10
f343c57
Compare
Choose a tag to compare

Fixes

  • Avoid race condition by locking log interval

Included In This Release

  • eac2abf kat-statsig
    • lock logging interval access (#351)

Full Changelog: 0.47.0...0.47.1

0.47.0 - Remove output logger handler, extra logging thread, and more unit tests

15 Oct 22:30
49cd81e
Compare
Choose a tag to compare

Improvements

  • more unit tests around different dcs failure cases
  • one extra event logging thread to increase events throughput
  • removed output logger handler and formatter. the user will now need to have application level handler to see the logs

Included In This Release

  • c388271 kat-statsig
    • sampling fixes and do not attach shadow sample when not needed (#352)
  • a7b371c kat-statsig
    • dcs fallback unit tests (#350)
  • 8e8a7dd kat-statsig
    • Simplify logger logic more (#349)
  • aed9e2e kat-statsig
    • remove handler and formatter from output logger (#348)
  • f91809f kat-statsig
    • 2 log event threads (#346)

Full Changelog: 0.46.0...0.47.0

0.46.0 - new option to fallback to statsig network if config is out of sync, bug fix on log_exposure_for_config

10 Oct 16:49
2501581
Compare
Choose a tag to compare

New Features

  • new option to enforce fallback to statsig network if config is out of sync for x amount of time

Improvements

  • more logging around last updated time when processing config specs

Fixes

  • normalize user in log_exposure_for_config

Included In This Release

  • 692c50a kat-statsig
    • sample more special cases (#340)
  • 77d8c9f kat-statsig
    • fix not normalize user bug (#341)
  • 06844f1 Xin Li
    • Options to enforce fallback if config is out of sync (#344)
  • ec0d0d4 Xin Li
    • log lcut to process (#343)
  • 534113c sroyal-statsig
    • Add IDType to GCIR (#342)

Full Changelog: 0.45.1...0.46.0