statsig-python-core 0.15.1b2601310133__tar.gz → 0.15.1rc2601270136__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/Cargo.lock +6 -6
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/Cargo.toml +1 -1
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/PKG-INFO +1 -1
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/Cargo.toml +1 -1
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/cmab_evaluator.rs +6 -8
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/evaluator.rs +3 -22
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/evaluator_context.rs +3 -4
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_logger.rs +3 -8
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/param_stores_processor.rs +3 -13
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/override_adapter/statsig_local_override_adapter.rs +0 -1
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/__tests__/proto_specs_vs_json_tests.rs +7 -1
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/param_store_types.rs +0 -11
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/spec_types.rs +1 -14
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig_metadata.rs +1 -1
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig_options.rs +0 -39
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/gate_inversion_eval_tests.rs +28 -4
- statsig_python_core-0.15.1rc2601270136/statsig-rust/tests/statsig_options_tests.rs +22 -0
- statsig_python_core-0.15.1b2601310133/statsig-rust/tests/statsig_options_tests.rs +0 -80
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/__init__.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/data_store.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/error_boundary.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/observability_client.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/output_logger_provider.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/persistent_storage.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/py.typed +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/requirements.txt +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/statsig.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/statsig_python_core.pyi +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/py_src/statsig_python_core/statsig_types.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/pyproject.toml +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-grpc/Cargo.toml +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-grpc/README.md +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-grpc/build.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-grpc/src/lib.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-grpc/src/mock_forward_proxy.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-grpc/src/protos/statsig_forward_proxy.proto +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-grpc/src/statsig_forward_proxy.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-grpc/src/statsig_grpc_client.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-grpc/src/statsig_grpc_err.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/.github/workflows/CI.yml +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/.gitignore +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/Cargo.toml +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/README.md +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/__init__.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/data_store.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/error_boundary.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/observability_client.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/output_logger_provider.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/persistent_storage.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/py.typed +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/requirements.txt +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/statsig.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/statsig_python_core.pyi +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/py_src/statsig_python_core/statsig_types.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/bin/stub_gen.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/data_store_base_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/interned_store_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/lib.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/observability_client_base_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/output_logger_provider_base_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/pyo_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/safe_gil.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/statsig_base_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/statsig_metadata_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/statsig_options_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/statsig_persistent_storage_override_adapter_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/statsig_types_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/statsig_user_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/unit_id_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/src/valid_primitives_py.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/fork_runner.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/mock_scrapi.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/shutdown_sub_proc.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_data_store.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_error_boundary.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_experiment_serialization.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_exposure_logging.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_feature_gate_serialization.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_forking.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_get_dynamic_config.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_initialize_with_details.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_layer_serialization.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_observability_client.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_output_logger_provider.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_override_adapter.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_performance.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_shared_statsig.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_shutdown.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_statsig.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_statsig_options.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_statsig_user.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_statsig_user_json_serialization.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_statsig_user_pickle.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/test_user_exposure_e2e.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-pyo3/tests/utils.py +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/build.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/resources/ip_supalite.table +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/resources/ua_parser_regex.yaml +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/resources/ua_parser_regex_lite.yaml +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/__tests__/interned_string_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/__tests__/spec_store_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/compression/compression_helper.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/compression/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/console_capture/console_capture_handler.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/console_capture/console_capture_instances.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/console_capture/console_capture_options.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/console_capture/console_log_line_levels.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/console_capture/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/data_store_interface.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/dcs_str.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/__tests__/dynamic_returnable_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/comparisons/compare_arrays.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/comparisons/compare_numbers.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/comparisons/compare_str_with_regex.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/comparisons/compare_strings_in_array.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/comparisons/compare_time.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/comparisons/compare_versions.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/comparisons/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/country_lookup.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/dynamic_returnable.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/dynamic_string.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/dynamic_value.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/evaluation_details.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/evaluation_types.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/evaluation_types_initialize_v2.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/evaluation_types_v2.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/evaluator_result.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/evaluator_value.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/get_unit_id.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/secondary_exposure_key.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/first_party_ua_parser.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_helpers.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_tokenizer.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_ua_parser_browser.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_ua_parser_os.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/tokenizer.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/ua_parser.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/window_iter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/third_party_ua_parser.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/evaluation/user_agent_parsing/ua_parser.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_emitter/statsig_event_emitter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_logger_constants.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_logger_ops_stats.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/batch.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/queue.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/queued_config_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/queued_event.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/queued_experiment_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/queued_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/queued_gate_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/queued_layer_param_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/event_queue/queued_passthrough.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/exposure_sampling.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/exposure_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/flush_interval.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/flush_type.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/statsig_event.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging/statsig_event_internal.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging_adapter/event_logging_adapter_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging_adapter/log_event_payload.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging_adapter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging_adapter/statsig_http_event_logging_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/event_logging_adapter/statsig_local_file_event_logging_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/dynamic_configs_processor.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/feature_gates_processor.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/gcir_formatter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/gcir_options.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/gcir_process_iter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/layer_configs_processor.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/stringify_sec_exposures.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/gcir/target_app_id_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/global_configs.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/hashing/ahash.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/hashing/djb2.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/hashing/hash_util.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/hashing/memo_sha_256.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/hashing/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/id_lists_adapter/id_list.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/id_lists_adapter/id_lists_adapter_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/id_lists_adapter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/id_lists_adapter/statsig_http_id_lists_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/init_details.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/initialize_evaluations_response.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/initialize_response.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/initialize_v2_response.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/instance_registry.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/interned_string.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/interned_values/__tests__/interned_store_eval_value_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/interned_values/__tests__/interned_store_returnable_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/interned_values/__tests__/interned_store_string_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/interned_values/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/interned_values/interned_store.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/interned_values/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/lib.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/logging_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/macros.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/__tests__/response_data_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/http_types.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/network_client.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/network_error.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/providers/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/providers/net_provider_global.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/providers/net_provider_noop.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/providers/net_provider_reqwest.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/networking/proxy_config.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/observability/console_capture_observer.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/observability/diagnostics_observer.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/observability/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/observability/observability_client_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/observability/ops_stats.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/observability/sdk_errors_observer.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/output_logger.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/override_adapter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/override_adapter/override_adapter_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/persistent_storage/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/persistent_storage/__tests__/sticky_values_serialization_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/persistent_storage/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/persistent_storage/persistent_storage_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/persistent_storage/persistent_values_manager.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/sdk_diagnostics/diagnostics.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/sdk_diagnostics/diagnostics_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/sdk_diagnostics/marker.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/sdk_diagnostics/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/sdk_event_emitter/event_emitter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/sdk_event_emitter/event_emitter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/sdk_event_emitter/event_types.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/sdk_event_emitter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/spec_store.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_adapter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_adapter/specs_adapter_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_adapter/statsig_bootstrap_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_adapter/statsig_customized_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_adapter/statsig_data_store_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_adapter/statsig_grpc_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_adapter/statsig_http_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_adapter/statsig_local_file_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/__tests__/proto_specs_syncing_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/__tests__/proto_specs_unknown_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/__tests__/proto_stream_reader_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/cmab_types.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/explicit_params.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/proto_specs.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/proto_stream_reader.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/specs_hash_map.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/specs_response/statsig_config_specs.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig_core_api_options.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig_err.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig_global.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig_runtime.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig_type_factories.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig_types.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/statsig_types_raw.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/user/into_optional.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/user/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/user/statsig_user.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/user/statsig_user_builder.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/user/statsig_user_internal.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/user/statsig_user_loggable.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/user/unit_id.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/user/user_data.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/src/utils/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/check_gate_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/customized_specs_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/big_number_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/check_gate_perf_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/company_id_list +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/dcs_missing_gates.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/dcs_with_checksum.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/dcs_with_sampling.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/dcs_with_sdk_configs.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/demo_proj_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/demo_proj_dcs.pb.br +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/eval_proj_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/eval_proj_dcs.pb.br +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/get_id_lists.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/perf_proj_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/perf_proj_dcs.pb.br +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/shared_dict_dict_only.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/shared_dict_original_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/shared_dict_response_uncompressed.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/shared_dict_response_with_dict.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/shared_dict_response_without_dict.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/test_must_pass_user_agents.txt +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/test_user_agents.txt +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/ua_string_cases.json +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data/unknown_enum.pb.br +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/data_store_lock_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/direct_gcir_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/dynamic_string_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/dynamic_value_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/evaluation_details_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/evaluator_value_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/event_logger_failing_flush_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/event_logger_flush_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/event_logger_high_qps_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/event_logger_usage_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/expected_evaluation_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/exposure_sampling_key_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/exposure_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/flushing_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/gcir_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/global_configs_test.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/grpc_specs_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/hash_util_evaluation_hash_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/http_specs_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/initialize_timeout_test.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/instance_registry_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/layer_serialization_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/list_methods_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/network_client_streaming_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/network_client_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/network_failure_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/observability_client_usage_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/output_logger_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/override_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/perf_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/proto_specs_usage_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/spec_types_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_disable_network_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_environment_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_event_emitter_usage_test.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_global_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_local_file_event_logging_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_local_file_specs_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_shared_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_user_builder_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_user_field_accessor_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_user_internal_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_user_loggable_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/statsig_user_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/syncing_network_failure_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/typed_getters_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/ua_parser_util_test.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/user_agent_tests_first_party.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/user_json_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/utils/helpers.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/utils/mock_data_store.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/utils/mock_event_logging_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/utils/mock_log_provider.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/utils/mock_observability_client.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/utils/mock_scrapi.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/utils/mock_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/utils/mock_specs_listener.rs +0 -0
- {statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/statsig-rust/tests/utils/mod.rs +0 -0
|
@@ -2553,7 +2553,7 @@ dependencies = [
|
|
|
2553
2553
|
|
|
2554
2554
|
[[package]]
|
|
2555
2555
|
name = "sigstat-grpc"
|
|
2556
|
-
version = "0.15.1-
|
|
2556
|
+
version = "0.15.1-rc.2601270136"
|
|
2557
2557
|
dependencies = [
|
|
2558
2558
|
"async-trait",
|
|
2559
2559
|
"chrono",
|
|
@@ -2627,7 +2627,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
2627
2627
|
|
|
2628
2628
|
[[package]]
|
|
2629
2629
|
name = "statsig-node"
|
|
2630
|
-
version = "0.15.1-
|
|
2630
|
+
version = "0.15.1-rc.2601270136"
|
|
2631
2631
|
dependencies = [
|
|
2632
2632
|
"async-trait",
|
|
2633
2633
|
"napi",
|
|
@@ -2641,7 +2641,7 @@ dependencies = [
|
|
|
2641
2641
|
|
|
2642
2642
|
[[package]]
|
|
2643
2643
|
name = "statsig-pyo3"
|
|
2644
|
-
version = "0.15.1-
|
|
2644
|
+
version = "0.15.1-rc.2601270136"
|
|
2645
2645
|
dependencies = [
|
|
2646
2646
|
"async-trait",
|
|
2647
2647
|
"lazy_static",
|
|
@@ -2655,7 +2655,7 @@ dependencies = [
|
|
|
2655
2655
|
|
|
2656
2656
|
[[package]]
|
|
2657
2657
|
name = "statsig-rust"
|
|
2658
|
-
version = "0.15.1-
|
|
2658
|
+
version = "0.15.1-rc.2601270136"
|
|
2659
2659
|
dependencies = [
|
|
2660
2660
|
"ahash",
|
|
2661
2661
|
"arc-swap",
|
|
@@ -2701,7 +2701,7 @@ dependencies = [
|
|
|
2701
2701
|
|
|
2702
2702
|
[[package]]
|
|
2703
2703
|
name = "statsig_elixir"
|
|
2704
|
-
version = "0.15.1-
|
|
2704
|
+
version = "0.15.1-rc.2601270136"
|
|
2705
2705
|
dependencies = [
|
|
2706
2706
|
"async-trait",
|
|
2707
2707
|
"parking_lot",
|
|
@@ -2714,7 +2714,7 @@ dependencies = [
|
|
|
2714
2714
|
|
|
2715
2715
|
[[package]]
|
|
2716
2716
|
name = "statsig_ffi"
|
|
2717
|
-
version = "0.15.1-
|
|
2717
|
+
version = "0.15.1-rc.2601270136"
|
|
2718
2718
|
dependencies = [
|
|
2719
2719
|
"async-trait",
|
|
2720
2720
|
"cbindgen",
|
|
@@ -19,7 +19,7 @@ exclude = [
|
|
|
19
19
|
[workspace.package]
|
|
20
20
|
edition = "2021"
|
|
21
21
|
license = "ISC"
|
|
22
|
-
version = "0.15.1-
|
|
22
|
+
version = "0.15.1-rc.2601270136"
|
|
23
23
|
homepage = "https://statsig.com/"
|
|
24
24
|
authors = ["Statsig", "Daniel Loomb <daniel@statsig.com>"]
|
|
25
25
|
readme = "README.md"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: statsig_python_core
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.1rc2601270136
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -38,7 +38,7 @@ serde_json = { version = "1.0.143", features = [
|
|
|
38
38
|
] }
|
|
39
39
|
serde_with = "3.4.0"
|
|
40
40
|
sha2 = "0.10.8"
|
|
41
|
-
sigstat-grpc = { path = "../statsig-grpc", version = "0.15.1-
|
|
41
|
+
sigstat-grpc = { path = "../statsig-grpc", version = "0.15.1-rc.2601270136", optional = true }
|
|
42
42
|
simple_logger = { version = "5.0.0" }
|
|
43
43
|
tempfile = "3.8.1"
|
|
44
44
|
tokio = { version = "1.39.1", features = ["full"] }
|
|
@@ -185,15 +185,13 @@ fn get_passes_targeting<'a>(ctx: &mut EvaluatorContext<'a>, cmab: &'a CMABConfig
|
|
|
185
185
|
Err(_) => false,
|
|
186
186
|
};
|
|
187
187
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
};
|
|
188
|
+
let expo = SecondaryExposure {
|
|
189
|
+
gate: targeting_gate_name.clone(),
|
|
190
|
+
gate_value: InternedString::from_bool(result),
|
|
191
|
+
rule_id: ctx.result.rule_id.clone().unwrap_or_default(),
|
|
192
|
+
};
|
|
194
193
|
|
|
195
|
-
|
|
196
|
-
}
|
|
194
|
+
ctx.result.secondary_exposures.push(expo);
|
|
197
195
|
|
|
198
196
|
result
|
|
199
197
|
}
|
|
@@ -619,18 +619,13 @@ fn evaluate_nested_gate<'a>(
|
|
|
619
619
|
.unwrap_or(InternedString::empty_ref());
|
|
620
620
|
|
|
621
621
|
match ctx.nested_gate_memo.get(gate_name) {
|
|
622
|
-
Some((previous_bool, previous_rule_id
|
|
622
|
+
Some((previous_bool, previous_rule_id)) => {
|
|
623
623
|
ctx.result.bool_value = *previous_bool;
|
|
624
624
|
ctx.result.rule_id = previous_rule_id.clone();
|
|
625
|
-
ctx.result
|
|
626
|
-
.secondary_exposures
|
|
627
|
-
.extend_from_slice(previous_secondary_exposures);
|
|
628
625
|
}
|
|
629
626
|
None => {
|
|
630
627
|
ctx.prep_for_nested_evaluation()?;
|
|
631
628
|
|
|
632
|
-
let mut current_exposures = std::mem::take(&mut ctx.result.secondary_exposures);
|
|
633
|
-
|
|
634
629
|
let _ = Evaluator::evaluate(ctx, gate_name.as_str(), &SpecType::Gate)?;
|
|
635
630
|
|
|
636
631
|
if ctx.result.unsupported {
|
|
@@ -640,27 +635,13 @@ fn evaluate_nested_gate<'a>(
|
|
|
640
635
|
if !gate_name.as_str().is_empty() {
|
|
641
636
|
ctx.nested_gate_memo.insert(
|
|
642
637
|
gate_name.clone(),
|
|
643
|
-
(
|
|
644
|
-
ctx.result.bool_value,
|
|
645
|
-
ctx.result.rule_id.clone(),
|
|
646
|
-
ctx.result.secondary_exposures.clone(),
|
|
647
|
-
),
|
|
638
|
+
(ctx.result.bool_value, ctx.result.rule_id.clone()),
|
|
648
639
|
);
|
|
649
640
|
}
|
|
650
|
-
|
|
651
|
-
std::mem::swap(&mut ctx.result.secondary_exposures, &mut current_exposures);
|
|
652
|
-
ctx.result
|
|
653
|
-
.secondary_exposures
|
|
654
|
-
.extend_from_slice(¤t_exposures);
|
|
655
641
|
}
|
|
656
642
|
}
|
|
657
643
|
|
|
658
|
-
|
|
659
|
-
Some(id) => id.as_str().is_empty(),
|
|
660
|
-
None => true,
|
|
661
|
-
};
|
|
662
|
-
|
|
663
|
-
if !&gate_name.starts_with("segment:") && !is_empty_rule_id {
|
|
644
|
+
if !&gate_name.starts_with("segment:") {
|
|
664
645
|
let res = &ctx.result;
|
|
665
646
|
let expo = SecondaryExposure {
|
|
666
647
|
gate: gate_name.clone(),
|
|
@@ -9,13 +9,12 @@ use crate::interned_string::InternedString;
|
|
|
9
9
|
use crate::specs_response::spec_types::{Rule, Spec, SpecsResponseFull};
|
|
10
10
|
use crate::user::StatsigUserInternal;
|
|
11
11
|
use crate::StatsigErr::StackOverflowError;
|
|
12
|
-
use crate::{OverrideAdapter,
|
|
12
|
+
use crate::{OverrideAdapter, Statsig, StatsigErr};
|
|
13
13
|
|
|
14
14
|
const MAX_RECURSIVE_DEPTH: u16 = 300;
|
|
15
15
|
|
|
16
|
-
// (gate_name, (bool_value, rule_id
|
|
17
|
-
type NestedGateMemo =
|
|
18
|
-
HashMap<InternedString, (bool, Option<InternedString>, Vec<SecondaryExposure>)>;
|
|
16
|
+
// (gate_name, (bool_value, rule_id))
|
|
17
|
+
type NestedGateMemo = HashMap<InternedString, (bool, Option<InternedString>)>;
|
|
19
18
|
|
|
20
19
|
pub enum IdListResolution<'a> {
|
|
21
20
|
MapLookup(&'a HashMap<String, IdList>),
|
|
@@ -27,15 +27,10 @@ use std::{
|
|
|
27
27
|
};
|
|
28
28
|
use tokio::sync::{Notify, Semaphore};
|
|
29
29
|
|
|
30
|
-
pub const MIN_BATCH_SIZE: u32 = 10;
|
|
31
|
-
pub const MAX_BATCH_SIZE: u32 = 2000;
|
|
32
|
-
|
|
33
|
-
pub const MIN_PENDING_BATCH_COUNT: u32 = 1;
|
|
34
|
-
pub const DEFAULT_PENDING_BATCH_COUNT_MAX: u32 = 100;
|
|
35
|
-
|
|
36
30
|
const BG_LOOP_TAG: &str = "EVT_LOG_BG_LOOP";
|
|
37
31
|
const LIMIT_FLUSH_TAG: &str = "EVT_LOG_LIMIT_FLUSH";
|
|
38
|
-
const DEFAULT_BATCH_SIZE: u32 =
|
|
32
|
+
const DEFAULT_BATCH_SIZE: u32 = 2000;
|
|
33
|
+
const DEFAULT_PENDING_BATCH_MAX: u32 = 100;
|
|
39
34
|
const MAX_LIMIT_FLUSH_TASKS: usize = 5;
|
|
40
35
|
|
|
41
36
|
#[derive(Debug, PartialEq, Eq, Clone, Copy)]
|
|
@@ -74,7 +69,7 @@ impl EventLogger {
|
|
|
74
69
|
.unwrap_or(DEFAULT_BATCH_SIZE),
|
|
75
70
|
options
|
|
76
71
|
.event_logging_max_pending_batch_queue_size
|
|
77
|
-
.unwrap_or(
|
|
72
|
+
.unwrap_or(DEFAULT_PENDING_BATCH_MAX),
|
|
78
73
|
),
|
|
79
74
|
event_sampler: ExposureSampling::new(sdk_key),
|
|
80
75
|
flush_interval: FlushInterval::new(),
|
|
@@ -6,7 +6,7 @@ use crate::{
|
|
|
6
6
|
hashing,
|
|
7
7
|
specs_response::param_store_types::{
|
|
8
8
|
DynamicConfigParameter, ExperimentParameter, GateParameter, LayerParameter, Parameter,
|
|
9
|
-
ParameterStore,
|
|
9
|
+
ParameterStore,
|
|
10
10
|
},
|
|
11
11
|
ClientInitResponseOptions, HashAlgorithm,
|
|
12
12
|
};
|
|
@@ -73,19 +73,12 @@ fn get_parameters_from_store(
|
|
|
73
73
|
let mut parameters: HashMap<String, Parameter> = HashMap::new();
|
|
74
74
|
for (param_name, param) in &store.parameters {
|
|
75
75
|
match param {
|
|
76
|
-
Parameter::StaticValue(
|
|
77
|
-
|
|
78
|
-
name: param_name.clone().into(),
|
|
79
|
-
param_type: static_value.param_type.clone(),
|
|
80
|
-
ref_type: static_value.ref_type.clone(),
|
|
81
|
-
value: static_value.value.clone(),
|
|
82
|
-
};
|
|
83
|
-
parameters.insert(param_name.clone(), Parameter::StaticValue(new_param));
|
|
76
|
+
Parameter::StaticValue(_static_value) => {
|
|
77
|
+
parameters.insert(param_name.clone(), param.clone());
|
|
84
78
|
}
|
|
85
79
|
|
|
86
80
|
Parameter::Gate(gate) => {
|
|
87
81
|
let new_param = GateParameter {
|
|
88
|
-
name: param_name.clone().into(),
|
|
89
82
|
ref_type: gate.ref_type.clone(),
|
|
90
83
|
param_type: gate.param_type.clone(),
|
|
91
84
|
gate_name: context.hashing.hash(&gate.gate_name, hash_used),
|
|
@@ -97,7 +90,6 @@ fn get_parameters_from_store(
|
|
|
97
90
|
|
|
98
91
|
Parameter::DynamicConfig(dynamic_config) => {
|
|
99
92
|
let new_param = DynamicConfigParameter {
|
|
100
|
-
name: param_name.clone().into(),
|
|
101
93
|
ref_type: dynamic_config.ref_type.clone(),
|
|
102
94
|
param_type: dynamic_config.param_type.clone(),
|
|
103
95
|
config_name: context.hashing.hash(&dynamic_config.config_name, hash_used),
|
|
@@ -108,7 +100,6 @@ fn get_parameters_from_store(
|
|
|
108
100
|
|
|
109
101
|
Parameter::Experiment(experiment) => {
|
|
110
102
|
let new_param = ExperimentParameter {
|
|
111
|
-
name: param_name.clone().into(),
|
|
112
103
|
ref_type: experiment.ref_type.clone(),
|
|
113
104
|
param_type: experiment.param_type.clone(),
|
|
114
105
|
experiment_name: context.hashing.hash(&experiment.experiment_name, hash_used),
|
|
@@ -119,7 +110,6 @@ fn get_parameters_from_store(
|
|
|
119
110
|
|
|
120
111
|
Parameter::Layer(layer) => {
|
|
121
112
|
let new_param = LayerParameter {
|
|
122
|
-
name: param_name.clone().into(),
|
|
123
113
|
ref_type: layer.ref_type.clone(),
|
|
124
114
|
param_type: layer.param_type.clone(),
|
|
125
115
|
layer_name: context.hashing.hash(&layer.layer_name, hash_used),
|
|
@@ -222,7 +222,13 @@ fn test_a_param_store_json_vs_proto() {
|
|
|
222
222
|
let mut proto_spec = get_proto_spec_param_store("test_parameter_store");
|
|
223
223
|
proto_spec.remove("checksum");
|
|
224
224
|
|
|
225
|
-
let json_spec = get_json_spec("param_stores", "test_parameter_store").clone();
|
|
225
|
+
let mut json_spec = get_json_spec("param_stores", "test_parameter_store").clone();
|
|
226
|
+
|
|
227
|
+
// the 'name' field is redundant, so we didn't include it in the Protobuf schema
|
|
228
|
+
json_spec["parameters"]["bool_param"]
|
|
229
|
+
.as_object_mut()
|
|
230
|
+
.unwrap()
|
|
231
|
+
.remove("name");
|
|
226
232
|
|
|
227
233
|
assert_json_diff::assert_json_matches!(proto_spec, json_spec, get_json_compare_config());
|
|
228
234
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
use serde::{Deserialize, Serialize};
|
|
2
2
|
use serde_json::Value;
|
|
3
|
-
use serde_with::skip_serializing_none;
|
|
4
3
|
use std::collections::HashMap;
|
|
5
4
|
|
|
6
5
|
use crate::{gcir::gcir_formatter::GCIRHashable, hashing, interned_string::InternedString};
|
|
@@ -32,18 +31,14 @@ impl GCIRHashable for ParameterStore {
|
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
35
|
-
#[skip_serializing_none]
|
|
36
34
|
pub struct StaticValueParameter {
|
|
37
|
-
pub name: Option<String>,
|
|
38
35
|
pub ref_type: String,
|
|
39
36
|
pub param_type: String,
|
|
40
37
|
pub value: Value,
|
|
41
38
|
}
|
|
42
39
|
|
|
43
40
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
44
|
-
#[skip_serializing_none]
|
|
45
41
|
pub struct GateParameter {
|
|
46
|
-
pub name: Option<String>,
|
|
47
42
|
pub ref_type: String,
|
|
48
43
|
pub param_type: String,
|
|
49
44
|
pub gate_name: String,
|
|
@@ -52,9 +47,7 @@ pub struct GateParameter {
|
|
|
52
47
|
}
|
|
53
48
|
|
|
54
49
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
55
|
-
#[skip_serializing_none]
|
|
56
50
|
pub struct DynamicConfigParameter {
|
|
57
|
-
pub name: Option<String>,
|
|
58
51
|
pub ref_type: String,
|
|
59
52
|
pub param_type: String,
|
|
60
53
|
pub config_name: String,
|
|
@@ -62,9 +55,7 @@ pub struct DynamicConfigParameter {
|
|
|
62
55
|
}
|
|
63
56
|
|
|
64
57
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
65
|
-
#[skip_serializing_none]
|
|
66
58
|
pub struct ExperimentParameter {
|
|
67
|
-
pub name: Option<String>,
|
|
68
59
|
pub ref_type: String,
|
|
69
60
|
pub param_type: String,
|
|
70
61
|
pub experiment_name: String,
|
|
@@ -72,9 +63,7 @@ pub struct ExperimentParameter {
|
|
|
72
63
|
}
|
|
73
64
|
|
|
74
65
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
75
|
-
#[skip_serializing_none]
|
|
76
66
|
pub struct LayerParameter {
|
|
77
|
-
pub name: Option<String>,
|
|
78
67
|
pub ref_type: String,
|
|
79
68
|
pub param_type: String,
|
|
80
69
|
pub layer_name: String,
|
|
@@ -128,18 +128,6 @@ pub struct SessionReplayInfo {
|
|
|
128
128
|
pub session_recording_privacy_settings: Option<SessionReplayPrivacySetting>,
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
#[skip_serializing_none]
|
|
132
|
-
#[derive(Serialize, Deserialize, PartialEq, Debug)] /* DO_NOT_CLONE */
|
|
133
|
-
pub struct AutoCaptureSettings {
|
|
134
|
-
pub disabled_events: HashMap<InternedString, bool>,
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
#[skip_serializing_none]
|
|
138
|
-
#[derive(Serialize, Deserialize, PartialEq, Debug)] /* DO_NOT_CLONE */
|
|
139
|
-
pub struct GCIRConfig {
|
|
140
|
-
pub remove_default_value_gates: bool,
|
|
141
|
-
}
|
|
142
|
-
|
|
143
131
|
// All this macro logic is to ensure that new fields that are added are automatically handled by the merge_from_partial method.
|
|
144
132
|
macro_rules! flatten_struct {
|
|
145
133
|
(
|
|
@@ -181,8 +169,7 @@ macro_rules! response_struct {
|
|
|
181
169
|
pub sdk_flags: Option<HashMap<String, bool>>,
|
|
182
170
|
pub sdk_keys_to_app_ids: Option<HashMap<String, DynamicValue>>,
|
|
183
171
|
pub session_replay_info: Option<SessionReplayInfo>,
|
|
184
|
-
|
|
185
|
-
pub gcir_config: Option<GCIRConfig>,
|
|
172
|
+
|
|
186
173
|
// Add new fields here
|
|
187
174
|
},
|
|
188
175
|
{ $( $special )* }
|
|
@@ -10,7 +10,7 @@ lazy_static! {
|
|
|
10
10
|
static ref STATSIG_METADATA: RwLock<StatsigMetadata> = RwLock::new(StatsigMetadata::new());
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
pub const SDK_VERSION: &str = "0.15.1-
|
|
13
|
+
pub const SDK_VERSION: &str = "0.15.1-rc.2601270136";
|
|
14
14
|
|
|
15
15
|
const TAG: &str = stringify!(StatsigMetadata);
|
|
16
16
|
|
|
@@ -4,7 +4,6 @@ use serde::{Serialize, Serializer};
|
|
|
4
4
|
use crate::console_capture::console_capture_options::ConsoleCaptureOptions;
|
|
5
5
|
use crate::data_store_interface::{DataStoreKeyVersion, DataStoreTrait};
|
|
6
6
|
use crate::evaluation::dynamic_value::DynamicValue;
|
|
7
|
-
use crate::event_logging::event_logger;
|
|
8
7
|
use crate::event_logging_adapter::EventLoggingAdapter;
|
|
9
8
|
use crate::id_lists_adapter::IdListsAdapter;
|
|
10
9
|
use crate::networking::proxy_config::ProxyConfig;
|
|
@@ -451,29 +450,6 @@ impl StatsigOptions {
|
|
|
451
450
|
mut_ref.id_lists_sync_interval_ms = None;
|
|
452
451
|
}
|
|
453
452
|
|
|
454
|
-
if bounds_check_logging_batch_size(&self.event_logging_max_queue_size) {
|
|
455
|
-
log_w!(
|
|
456
|
-
TAG,
|
|
457
|
-
"Invalid 'event_logging_max_queue_size', value cannot be lower than {} or greater than {}, received {:?}",
|
|
458
|
-
event_logger::MIN_BATCH_SIZE,
|
|
459
|
-
event_logger::MAX_BATCH_SIZE,
|
|
460
|
-
&self.event_logging_max_queue_size
|
|
461
|
-
);
|
|
462
|
-
mut_ref.event_logging_max_queue_size = None;
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
if bounds_check_loggging_pending_queue_size(
|
|
466
|
-
&self.event_logging_max_pending_batch_queue_size,
|
|
467
|
-
) {
|
|
468
|
-
log_w!(
|
|
469
|
-
TAG,
|
|
470
|
-
"Invalid 'event_logging_max_pending_batch_queue_size', value cannot be lower than {}, received {:?}",
|
|
471
|
-
event_logger::MIN_PENDING_BATCH_COUNT,
|
|
472
|
-
&self.event_logging_max_pending_batch_queue_size
|
|
473
|
-
);
|
|
474
|
-
mut_ref.event_logging_max_pending_batch_queue_size = None;
|
|
475
|
-
}
|
|
476
|
-
|
|
477
453
|
if should_fix_null_url(&self.specs_url) {
|
|
478
454
|
log_d!(TAG, "Setting specs_url to be default url");
|
|
479
455
|
mut_ref.specs_url = None;
|
|
@@ -507,18 +483,3 @@ fn should_fix_null_url(maybe_url: &Option<String>) -> bool {
|
|
|
507
483
|
|
|
508
484
|
false
|
|
509
485
|
}
|
|
510
|
-
|
|
511
|
-
fn bounds_check_logging_batch_size(batch_size: &Option<u32>) -> bool {
|
|
512
|
-
if let Some(batch_size) = batch_size {
|
|
513
|
-
return *batch_size < event_logger::MIN_BATCH_SIZE
|
|
514
|
-
|| *batch_size > event_logger::MAX_BATCH_SIZE;
|
|
515
|
-
}
|
|
516
|
-
false
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
fn bounds_check_loggging_pending_queue_size(queue_size: &Option<u32>) -> bool {
|
|
520
|
-
if let Some(queue_size) = queue_size {
|
|
521
|
-
return *queue_size < event_logger::MIN_PENDING_BATCH_COUNT;
|
|
522
|
-
}
|
|
523
|
-
false
|
|
524
|
-
}
|
|
@@ -38,7 +38,13 @@ async fn test_fail_gate_passes_when_target_gate_does_not_exist() {
|
|
|
38
38
|
|
|
39
39
|
assert_json_eq!(
|
|
40
40
|
json!(&logging_adapter.force_get_first_event()["secondaryExposures"]),
|
|
41
|
-
json!([
|
|
41
|
+
json!([
|
|
42
|
+
{
|
|
43
|
+
"gate": "non_existent_gate",
|
|
44
|
+
"gateValue": "false",
|
|
45
|
+
"ruleID": ""
|
|
46
|
+
}
|
|
47
|
+
])
|
|
42
48
|
);
|
|
43
49
|
}
|
|
44
50
|
|
|
@@ -55,7 +61,13 @@ async fn test_fail_gate_passes_when_target_gate_name_is_empty() {
|
|
|
55
61
|
|
|
56
62
|
assert_json_eq!(
|
|
57
63
|
json!(&logging_adapter.force_get_first_event()["secondaryExposures"]),
|
|
58
|
-
json!([
|
|
64
|
+
json!([
|
|
65
|
+
{
|
|
66
|
+
"gate": "",
|
|
67
|
+
"gateValue": "false",
|
|
68
|
+
"ruleID": ""
|
|
69
|
+
}
|
|
70
|
+
])
|
|
59
71
|
);
|
|
60
72
|
}
|
|
61
73
|
|
|
@@ -72,7 +84,13 @@ async fn test_pass_gate_passes_when_target_gate_does_not_exist() {
|
|
|
72
84
|
|
|
73
85
|
assert_json_eq!(
|
|
74
86
|
json!(&logging_adapter.force_get_first_event()["secondaryExposures"]),
|
|
75
|
-
json!([
|
|
87
|
+
json!([
|
|
88
|
+
{
|
|
89
|
+
"gate": "non_existent_gate",
|
|
90
|
+
"gateValue": "false",
|
|
91
|
+
"ruleID": ""
|
|
92
|
+
}
|
|
93
|
+
])
|
|
76
94
|
);
|
|
77
95
|
}
|
|
78
96
|
|
|
@@ -89,6 +107,12 @@ async fn test_pass_gate_passes_when_target_gate_name_is_empty() {
|
|
|
89
107
|
|
|
90
108
|
assert_json_eq!(
|
|
91
109
|
json!(&logging_adapter.force_get_first_event()["secondaryExposures"]),
|
|
92
|
-
json!([
|
|
110
|
+
json!([
|
|
111
|
+
{
|
|
112
|
+
"gate": "",
|
|
113
|
+
"gateValue": "false",
|
|
114
|
+
"ruleID": ""
|
|
115
|
+
}
|
|
116
|
+
])
|
|
93
117
|
);
|
|
94
118
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
use std::sync::Arc;
|
|
2
|
+
|
|
3
|
+
use statsig_rust::{Statsig, StatsigOptions};
|
|
4
|
+
|
|
5
|
+
mod utils;
|
|
6
|
+
|
|
7
|
+
#[test]
|
|
8
|
+
fn test_statsig_options() {
|
|
9
|
+
std::env::remove_var("STATSIG_RUNNING_TESTS");
|
|
10
|
+
let mut invalid_option = StatsigOptions::new();
|
|
11
|
+
invalid_option.specs_sync_interval_ms = Some(10);
|
|
12
|
+
invalid_option.id_lists_sync_interval_ms = Some(10);
|
|
13
|
+
invalid_option.specs_url = Some("".to_string());
|
|
14
|
+
invalid_option.id_lists_url = Some("".to_string());
|
|
15
|
+
invalid_option.log_event_url = Some("".to_string());
|
|
16
|
+
let statsig = Statsig::new("secret-key", Some(Arc::new(invalid_option)));
|
|
17
|
+
assert_eq!(statsig.options.specs_sync_interval_ms, None);
|
|
18
|
+
assert_eq!(statsig.options.id_lists_sync_interval_ms, None);
|
|
19
|
+
assert_eq!(statsig.options.log_event_url, None);
|
|
20
|
+
assert_eq!(statsig.options.id_lists_url, None);
|
|
21
|
+
assert_eq!(statsig.options.specs_url, None);
|
|
22
|
+
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
use std::sync::Arc;
|
|
2
|
-
|
|
3
|
-
use serial_test::serial;
|
|
4
|
-
use statsig_rust::event_logging::event_logger;
|
|
5
|
-
use statsig_rust::{Statsig, StatsigOptions};
|
|
6
|
-
|
|
7
|
-
mod utils;
|
|
8
|
-
|
|
9
|
-
#[test]
|
|
10
|
-
#[serial]
|
|
11
|
-
fn test_statsig_options() {
|
|
12
|
-
std::env::remove_var("STATSIG_RUNNING_TESTS");
|
|
13
|
-
let mut invalid_option = StatsigOptions::new();
|
|
14
|
-
invalid_option.specs_sync_interval_ms = Some(10);
|
|
15
|
-
invalid_option.id_lists_sync_interval_ms = Some(10);
|
|
16
|
-
invalid_option.specs_url = Some("".to_string());
|
|
17
|
-
invalid_option.id_lists_url = Some("".to_string());
|
|
18
|
-
invalid_option.log_event_url = Some("".to_string());
|
|
19
|
-
let statsig = Statsig::new("secret-key", Some(Arc::new(invalid_option)));
|
|
20
|
-
assert_eq!(statsig.options.specs_sync_interval_ms, None);
|
|
21
|
-
assert_eq!(statsig.options.id_lists_sync_interval_ms, None);
|
|
22
|
-
assert_eq!(statsig.options.log_event_url, None);
|
|
23
|
-
assert_eq!(statsig.options.id_lists_url, None);
|
|
24
|
-
assert_eq!(statsig.options.specs_url, None);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
#[test]
|
|
28
|
-
#[serial]
|
|
29
|
-
fn test_event_logging_options_validation_clears_invalid_values() {
|
|
30
|
-
std::env::remove_var("STATSIG_RUNNING_TESTS");
|
|
31
|
-
|
|
32
|
-
let mut invalid_option = StatsigOptions::new();
|
|
33
|
-
invalid_option.event_logging_max_queue_size = Some(999999999);
|
|
34
|
-
invalid_option.event_logging_max_pending_batch_queue_size = Some(0);
|
|
35
|
-
|
|
36
|
-
let statsig = Statsig::new("secret-key", Some(Arc::new(invalid_option)));
|
|
37
|
-
assert_eq!(statsig.options.event_logging_max_queue_size, None);
|
|
38
|
-
assert_eq!(
|
|
39
|
-
statsig.options.event_logging_max_pending_batch_queue_size,
|
|
40
|
-
None
|
|
41
|
-
);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
#[test]
|
|
45
|
-
#[serial]
|
|
46
|
-
fn test_event_logging_options_validation_keeps_valid_values() {
|
|
47
|
-
std::env::remove_var("STATSIG_RUNNING_TESTS");
|
|
48
|
-
|
|
49
|
-
let mut valid_option = StatsigOptions::new();
|
|
50
|
-
valid_option.event_logging_max_queue_size = Some(50);
|
|
51
|
-
valid_option.event_logging_max_pending_batch_queue_size = Some(99999);
|
|
52
|
-
|
|
53
|
-
let statsig = Statsig::new("secret-key", Some(Arc::new(valid_option)));
|
|
54
|
-
assert_eq!(statsig.options.event_logging_max_queue_size, Some(50));
|
|
55
|
-
assert_eq!(
|
|
56
|
-
statsig.options.event_logging_max_pending_batch_queue_size,
|
|
57
|
-
Some(99999)
|
|
58
|
-
);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
#[test]
|
|
62
|
-
#[serial]
|
|
63
|
-
fn test_event_logging_options_validation_skipped_in_test_env() {
|
|
64
|
-
std::env::set_var("STATSIG_RUNNING_TESTS", "true");
|
|
65
|
-
|
|
66
|
-
let mut options = StatsigOptions::new();
|
|
67
|
-
options.event_logging_max_queue_size = Some(event_logger::MIN_BATCH_SIZE - 1);
|
|
68
|
-
options.event_logging_max_pending_batch_queue_size =
|
|
69
|
-
Some(event_logger::DEFAULT_PENDING_BATCH_COUNT_MAX - 1);
|
|
70
|
-
|
|
71
|
-
let statsig = Statsig::new("secret-key", Some(Arc::new(options)));
|
|
72
|
-
assert_eq!(
|
|
73
|
-
statsig.options.event_logging_max_queue_size,
|
|
74
|
-
Some(event_logger::MIN_BATCH_SIZE - 1)
|
|
75
|
-
);
|
|
76
|
-
assert_eq!(
|
|
77
|
-
statsig.options.event_logging_max_pending_batch_queue_size,
|
|
78
|
-
Some(event_logger::DEFAULT_PENDING_BATCH_COUNT_MAX - 1)
|
|
79
|
-
);
|
|
80
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{statsig_python_core-0.15.1b2601310133 → statsig_python_core-0.15.1rc2601270136}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|