Skip to content

1.0.0 - Support DataAdapter and Improve getConfig API

Choose a tag to compare

@statsig-kong statsig-kong released this 06 Jul 00:07
· 44 commits to main since this release
765b3ca

New Features

  • Support DataAdapter in Rust

Improvements

  • [Breaking Change] Updated get_config API to use Rust Generic Types to remove the need for end users to implement their own parsing code. To upgrade the SDK, simply add your type parameter from Statsig::get_config(...) to Statsig::get_config::(...) and then handle receiving an Option instead of HashMap<String, Value>
  • Prevent overwrite config spec from older config spec

Included In This Release

  • 6d3e71e Xin Li
    • Merge pull request #72 from statsig-io/lcut_check
  • e7af262 Xin Li
    • set dcs if lcut is the same
  • 111dd04 Xin Li
    • Merge pull request #70 from statsig-io/07-03-lint_and_format
  • a444961 ealui-statsig
    • lint and format
  • 8c3488f eric@statsig.com
    • Merge pull request #69 from statsig-io/07-03-check_lcut_before_saving_to_store
  • 009cc14 Xin Li
    • update
  • 25965bc ealui-statsig
    • check lcut before saving to store
  • 00525ca andyphan-statsig
    • shutdown not async (#71)
  • 9f01d04 eric@statsig.com
    • Merge pull request #68 from statsig-io/datastore-async
  • 747efcc andyphan-statsig
    • make statsigdatastore async for io operations
  • 05621e7 eric@statsig.com
    • Merge pull request #66 from statsig-io/ealui-statsig-patch-1
  • 49bbcb5 eric@statsig.com
    • Update Cargo.toml
  • 00c86bf eric@statsig.com
    • update get config api to format the entire json blob (#65)
  • eac946e ealui-statsig
    • update get config api to format the entire json blob
  • f2f5867 andyphan-statsig
    • implement datastore (#62)

Full Changelog: 0.3.0...1.0.0