statsig-python-core 0.15.1b2601280249__tar.gz → 0.15.1b2601300156__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.1b2601280249 → statsig_python_core-0.15.1b2601300156}/Cargo.lock +6 -6
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/Cargo.toml +1 -1
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/PKG-INFO +1 -1
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/Cargo.toml +1 -1
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/evaluator.rs +16 -2
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/evaluator_context.rs +4 -3
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/param_stores_processor.rs +13 -3
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/override_adapter/statsig_local_override_adapter.rs +1 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/__tests__/proto_specs_vs_json_tests.rs +1 -7
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/param_store_types.rs +11 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/spec_types.rs +14 -1
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig_metadata.rs +1 -1
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/__init__.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/data_store.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/error_boundary.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/observability_client.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/output_logger_provider.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/persistent_storage.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/py.typed +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/requirements.txt +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/statsig.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/statsig_python_core.pyi +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/py_src/statsig_python_core/statsig_types.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/pyproject.toml +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-grpc/Cargo.toml +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-grpc/README.md +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-grpc/build.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-grpc/src/lib.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-grpc/src/mock_forward_proxy.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-grpc/src/protos/statsig_forward_proxy.proto +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-grpc/src/statsig_forward_proxy.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-grpc/src/statsig_grpc_client.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-grpc/src/statsig_grpc_err.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/.github/workflows/CI.yml +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/.gitignore +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/Cargo.toml +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/README.md +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/__init__.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/data_store.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/error_boundary.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/observability_client.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/output_logger_provider.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/persistent_storage.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/py.typed +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/requirements.txt +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/statsig.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/statsig_python_core.pyi +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/py_src/statsig_python_core/statsig_types.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/bin/stub_gen.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/data_store_base_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/interned_store_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/lib.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/observability_client_base_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/output_logger_provider_base_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/pyo_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/safe_gil.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/statsig_base_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/statsig_metadata_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/statsig_options_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/statsig_persistent_storage_override_adapter_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/statsig_types_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/statsig_user_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/unit_id_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/src/valid_primitives_py.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/fork_runner.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/mock_scrapi.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/shutdown_sub_proc.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_data_store.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_error_boundary.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_experiment_serialization.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_exposure_logging.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_feature_gate_serialization.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_forking.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_get_dynamic_config.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_initialize_with_details.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_layer_serialization.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_observability_client.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_output_logger_provider.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_override_adapter.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_performance.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_shared_statsig.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_shutdown.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_statsig.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_statsig_options.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_statsig_user.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_statsig_user_json_serialization.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_statsig_user_pickle.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/test_user_exposure_e2e.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-pyo3/tests/utils.py +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/build.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/resources/ip_supalite.table +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/resources/ua_parser_regex.yaml +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/resources/ua_parser_regex_lite.yaml +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/__tests__/interned_string_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/__tests__/spec_store_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/compression/compression_helper.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/compression/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/console_capture/console_capture_handler.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/console_capture/console_capture_instances.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/console_capture/console_capture_options.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/console_capture/console_log_line_levels.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/console_capture/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/data_store_interface.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/dcs_str.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/__tests__/dynamic_returnable_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/cmab_evaluator.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/comparisons/compare_arrays.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/comparisons/compare_numbers.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/comparisons/compare_str_with_regex.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/comparisons/compare_strings_in_array.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/comparisons/compare_time.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/comparisons/compare_versions.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/comparisons/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/country_lookup.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/dynamic_returnable.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/dynamic_string.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/dynamic_value.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/evaluation_details.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/evaluation_types.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/evaluation_types_initialize_v2.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/evaluation_types_v2.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/evaluator_result.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/evaluator_value.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/get_unit_id.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/secondary_exposure_key.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/first_party_ua_parser.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_helpers.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_tokenizer.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_ua_parser_browser.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_ua_parser_os.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/tokenizer.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/ua_parser.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/window_iter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/third_party_ua_parser.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/evaluation/user_agent_parsing/ua_parser.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_emitter/statsig_event_emitter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_logger.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_logger_constants.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_logger_ops_stats.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/batch.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/queue.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/queued_config_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/queued_event.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/queued_experiment_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/queued_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/queued_gate_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/queued_layer_param_expo.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/event_queue/queued_passthrough.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/exposure_sampling.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/exposure_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/flush_interval.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/flush_type.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/statsig_event.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging/statsig_event_internal.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging_adapter/event_logging_adapter_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging_adapter/log_event_payload.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging_adapter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging_adapter/statsig_http_event_logging_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/event_logging_adapter/statsig_local_file_event_logging_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/dynamic_configs_processor.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/feature_gates_processor.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/gcir_formatter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/gcir_options.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/gcir_process_iter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/layer_configs_processor.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/stringify_sec_exposures.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/gcir/target_app_id_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/global_configs.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/hashing/ahash.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/hashing/djb2.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/hashing/hash_util.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/hashing/memo_sha_256.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/hashing/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/id_lists_adapter/id_list.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/id_lists_adapter/id_lists_adapter_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/id_lists_adapter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/id_lists_adapter/statsig_http_id_lists_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/init_details.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/initialize_evaluations_response.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/initialize_response.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/initialize_v2_response.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/instance_registry.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/interned_string.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/interned_values/__tests__/interned_store_eval_value_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/interned_values/__tests__/interned_store_returnable_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/interned_values/__tests__/interned_store_string_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/interned_values/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/interned_values/interned_store.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/interned_values/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/lib.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/logging_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/macros.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/__tests__/response_data_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/http_types.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/network_client.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/network_error.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/providers/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/providers/net_provider_global.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/providers/net_provider_noop.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/providers/net_provider_reqwest.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/networking/proxy_config.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/observability/console_capture_observer.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/observability/diagnostics_observer.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/observability/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/observability/observability_client_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/observability/ops_stats.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/observability/sdk_errors_observer.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/output_logger.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/override_adapter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/override_adapter/override_adapter_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/persistent_storage/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/persistent_storage/__tests__/sticky_values_serialization_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/persistent_storage/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/persistent_storage/persistent_storage_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/persistent_storage/persistent_values_manager.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/sdk_diagnostics/diagnostics.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/sdk_diagnostics/diagnostics_utils.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/sdk_diagnostics/marker.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/sdk_diagnostics/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/sdk_event_emitter/event_emitter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/sdk_event_emitter/event_emitter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/sdk_event_emitter/event_types.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/sdk_event_emitter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/spec_store.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_adapter/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_adapter/specs_adapter_trait.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_adapter/statsig_bootstrap_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_adapter/statsig_customized_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_adapter/statsig_data_store_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_adapter/statsig_grpc_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_adapter/statsig_http_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_adapter/statsig_local_file_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/__tests__/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/__tests__/proto_specs_syncing_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/__tests__/proto_specs_unknown_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/__tests__/proto_stream_reader_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/cmab_types.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/explicit_params.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/proto_specs.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/proto_stream_reader.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/specs_hash_map.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/specs_response/statsig_config_specs.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig_core_api_options.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig_err.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig_global.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig_options.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig_runtime.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig_type_factories.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig_types.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/statsig_types_raw.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/user/into_optional.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/user/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/user/statsig_user.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/user/statsig_user_builder.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/user/statsig_user_internal.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/user/statsig_user_loggable.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/user/unit_id.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/user/user_data.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/src/utils/mod.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/check_gate_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/customized_specs_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/big_number_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/check_gate_perf_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/company_id_list +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/dcs_missing_gates.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/dcs_with_checksum.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/dcs_with_sampling.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/dcs_with_sdk_configs.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/demo_proj_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/demo_proj_dcs.pb.br +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/eval_proj_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/eval_proj_dcs.pb.br +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/get_id_lists.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/perf_proj_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/perf_proj_dcs.pb.br +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/shared_dict_dict_only.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/shared_dict_original_dcs.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/shared_dict_response_uncompressed.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/shared_dict_response_with_dict.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/shared_dict_response_without_dict.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/test_must_pass_user_agents.txt +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/test_user_agents.txt +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/ua_string_cases.json +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data/unknown_enum.pb.br +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/data_store_lock_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/direct_gcir_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/dynamic_string_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/dynamic_value_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/evaluation_details_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/evaluator_value_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/event_logger_failing_flush_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/event_logger_flush_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/event_logger_high_qps_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/event_logger_usage_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/expected_evaluation_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/exposure_sampling_key_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/exposure_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/flushing_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/gate_inversion_eval_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/gcir_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/global_configs_test.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/grpc_specs_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/hash_util_evaluation_hash_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/http_specs_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/initialize_timeout_test.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/instance_registry_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/layer_serialization_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/list_methods_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/network_client_streaming_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/network_client_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/network_failure_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/observability_client_usage_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/output_logger_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/override_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/perf_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/proto_specs_usage_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/spec_types_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_disable_network_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_environment_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_event_emitter_usage_test.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_global_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_local_file_event_logging_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_local_file_specs_adapter_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_options_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_shared_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_user_builder_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_user_field_accessor_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_user_internal_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_user_loggable_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/statsig_user_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/syncing_network_failure_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/typed_getters_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/ua_parser_util_test.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/user_agent_tests_first_party.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/user_json_tests.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/utils/helpers.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/utils/mock_data_store.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/utils/mock_event_logging_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/utils/mock_log_provider.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/utils/mock_observability_client.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/utils/mock_scrapi.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/utils/mock_specs_adapter.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/statsig-rust/tests/utils/mock_specs_listener.rs +0 -0
- {statsig_python_core-0.15.1b2601280249 → statsig_python_core-0.15.1b2601300156}/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-beta.
|
|
2556
|
+
version = "0.15.1-beta.2601300156"
|
|
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-beta.
|
|
2630
|
+
version = "0.15.1-beta.2601300156"
|
|
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-beta.
|
|
2644
|
+
version = "0.15.1-beta.2601300156"
|
|
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-beta.
|
|
2658
|
+
version = "0.15.1-beta.2601300156"
|
|
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-beta.
|
|
2704
|
+
version = "0.15.1-beta.2601300156"
|
|
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-beta.
|
|
2717
|
+
version = "0.15.1-beta.2601300156"
|
|
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-beta.
|
|
22
|
+
version = "0.15.1-beta.2601300156"
|
|
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.1b2601300156
|
|
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-beta.
|
|
41
|
+
sigstat-grpc = { path = "../statsig-grpc", version = "0.15.1-beta.2601300156", 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"] }
|
|
@@ -619,13 +619,18 @@ 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, previous_secondary_exposures)) => {
|
|
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);
|
|
625
628
|
}
|
|
626
629
|
None => {
|
|
627
630
|
ctx.prep_for_nested_evaluation()?;
|
|
628
631
|
|
|
632
|
+
let mut current_exposures = std::mem::take(&mut ctx.result.secondary_exposures);
|
|
633
|
+
|
|
629
634
|
let _ = Evaluator::evaluate(ctx, gate_name.as_str(), &SpecType::Gate)?;
|
|
630
635
|
|
|
631
636
|
if ctx.result.unsupported {
|
|
@@ -635,9 +640,18 @@ fn evaluate_nested_gate<'a>(
|
|
|
635
640
|
if !gate_name.as_str().is_empty() {
|
|
636
641
|
ctx.nested_gate_memo.insert(
|
|
637
642
|
gate_name.clone(),
|
|
638
|
-
(
|
|
643
|
+
(
|
|
644
|
+
ctx.result.bool_value,
|
|
645
|
+
ctx.result.rule_id.clone(),
|
|
646
|
+
ctx.result.secondary_exposures.clone(),
|
|
647
|
+
),
|
|
639
648
|
);
|
|
640
649
|
}
|
|
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);
|
|
641
655
|
}
|
|
642
656
|
}
|
|
643
657
|
|
|
@@ -9,12 +9,13 @@ 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, Statsig, StatsigErr};
|
|
12
|
+
use crate::{OverrideAdapter, SecondaryExposure, Statsig, StatsigErr};
|
|
13
13
|
|
|
14
14
|
const MAX_RECURSIVE_DEPTH: u16 = 300;
|
|
15
15
|
|
|
16
|
-
// (gate_name, (bool_value, rule_id))
|
|
17
|
-
type NestedGateMemo =
|
|
16
|
+
// (gate_name, (bool_value, rule_id, secondary_exposures))
|
|
17
|
+
type NestedGateMemo =
|
|
18
|
+
HashMap<InternedString, (bool, Option<InternedString>, Vec<SecondaryExposure>)>;
|
|
18
19
|
|
|
19
20
|
pub enum IdListResolution<'a> {
|
|
20
21
|
MapLookup(&'a HashMap<String, IdList>),
|
|
@@ -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, StaticValueParameter,
|
|
10
10
|
},
|
|
11
11
|
ClientInitResponseOptions, HashAlgorithm,
|
|
12
12
|
};
|
|
@@ -73,12 +73,19 @@ 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
|
-
|
|
76
|
+
Parameter::StaticValue(static_value) => {
|
|
77
|
+
let new_param = StaticValueParameter {
|
|
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));
|
|
78
84
|
}
|
|
79
85
|
|
|
80
86
|
Parameter::Gate(gate) => {
|
|
81
87
|
let new_param = GateParameter {
|
|
88
|
+
name: param_name.clone().into(),
|
|
82
89
|
ref_type: gate.ref_type.clone(),
|
|
83
90
|
param_type: gate.param_type.clone(),
|
|
84
91
|
gate_name: context.hashing.hash(&gate.gate_name, hash_used),
|
|
@@ -90,6 +97,7 @@ fn get_parameters_from_store(
|
|
|
90
97
|
|
|
91
98
|
Parameter::DynamicConfig(dynamic_config) => {
|
|
92
99
|
let new_param = DynamicConfigParameter {
|
|
100
|
+
name: param_name.clone().into(),
|
|
93
101
|
ref_type: dynamic_config.ref_type.clone(),
|
|
94
102
|
param_type: dynamic_config.param_type.clone(),
|
|
95
103
|
config_name: context.hashing.hash(&dynamic_config.config_name, hash_used),
|
|
@@ -100,6 +108,7 @@ fn get_parameters_from_store(
|
|
|
100
108
|
|
|
101
109
|
Parameter::Experiment(experiment) => {
|
|
102
110
|
let new_param = ExperimentParameter {
|
|
111
|
+
name: param_name.clone().into(),
|
|
103
112
|
ref_type: experiment.ref_type.clone(),
|
|
104
113
|
param_type: experiment.param_type.clone(),
|
|
105
114
|
experiment_name: context.hashing.hash(&experiment.experiment_name, hash_used),
|
|
@@ -110,6 +119,7 @@ fn get_parameters_from_store(
|
|
|
110
119
|
|
|
111
120
|
Parameter::Layer(layer) => {
|
|
112
121
|
let new_param = LayerParameter {
|
|
122
|
+
name: param_name.clone().into(),
|
|
113
123
|
ref_type: layer.ref_type.clone(),
|
|
114
124
|
param_type: layer.param_type.clone(),
|
|
115
125
|
layer_name: context.hashing.hash(&layer.layer_name, hash_used),
|
|
@@ -222,13 +222,7 @@ 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
|
|
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");
|
|
225
|
+
let json_spec = get_json_spec("param_stores", "test_parameter_store").clone();
|
|
232
226
|
|
|
233
227
|
assert_json_diff::assert_json_matches!(proto_spec, json_spec, get_json_compare_config());
|
|
234
228
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
use serde::{Deserialize, Serialize};
|
|
2
2
|
use serde_json::Value;
|
|
3
|
+
use serde_with::skip_serializing_none;
|
|
3
4
|
use std::collections::HashMap;
|
|
4
5
|
|
|
5
6
|
use crate::{gcir::gcir_formatter::GCIRHashable, hashing, interned_string::InternedString};
|
|
@@ -31,14 +32,18 @@ impl GCIRHashable for ParameterStore {
|
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
35
|
+
#[skip_serializing_none]
|
|
34
36
|
pub struct StaticValueParameter {
|
|
37
|
+
pub name: Option<String>,
|
|
35
38
|
pub ref_type: String,
|
|
36
39
|
pub param_type: String,
|
|
37
40
|
pub value: Value,
|
|
38
41
|
}
|
|
39
42
|
|
|
40
43
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
44
|
+
#[skip_serializing_none]
|
|
41
45
|
pub struct GateParameter {
|
|
46
|
+
pub name: Option<String>,
|
|
42
47
|
pub ref_type: String,
|
|
43
48
|
pub param_type: String,
|
|
44
49
|
pub gate_name: String,
|
|
@@ -47,7 +52,9 @@ pub struct GateParameter {
|
|
|
47
52
|
}
|
|
48
53
|
|
|
49
54
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
55
|
+
#[skip_serializing_none]
|
|
50
56
|
pub struct DynamicConfigParameter {
|
|
57
|
+
pub name: Option<String>,
|
|
51
58
|
pub ref_type: String,
|
|
52
59
|
pub param_type: String,
|
|
53
60
|
pub config_name: String,
|
|
@@ -55,7 +62,9 @@ pub struct DynamicConfigParameter {
|
|
|
55
62
|
}
|
|
56
63
|
|
|
57
64
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
65
|
+
#[skip_serializing_none]
|
|
58
66
|
pub struct ExperimentParameter {
|
|
67
|
+
pub name: Option<String>,
|
|
59
68
|
pub ref_type: String,
|
|
60
69
|
pub param_type: String,
|
|
61
70
|
pub experiment_name: String,
|
|
@@ -63,7 +72,9 @@ pub struct ExperimentParameter {
|
|
|
63
72
|
}
|
|
64
73
|
|
|
65
74
|
#[derive(Serialize, Deserialize, Clone, PartialEq, Debug)]
|
|
75
|
+
#[skip_serializing_none]
|
|
66
76
|
pub struct LayerParameter {
|
|
77
|
+
pub name: Option<String>,
|
|
67
78
|
pub ref_type: String,
|
|
68
79
|
pub param_type: String,
|
|
69
80
|
pub layer_name: String,
|
|
@@ -128,6 +128,18 @@ 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
|
+
|
|
131
143
|
// All this macro logic is to ensure that new fields that are added are automatically handled by the merge_from_partial method.
|
|
132
144
|
macro_rules! flatten_struct {
|
|
133
145
|
(
|
|
@@ -169,7 +181,8 @@ macro_rules! response_struct {
|
|
|
169
181
|
pub sdk_flags: Option<HashMap<String, bool>>,
|
|
170
182
|
pub sdk_keys_to_app_ids: Option<HashMap<String, DynamicValue>>,
|
|
171
183
|
pub session_replay_info: Option<SessionReplayInfo>,
|
|
172
|
-
|
|
184
|
+
pub auto_capture_settings: Option<AutoCaptureSettings>,
|
|
185
|
+
pub gcir_config: Option<GCIRConfig>,
|
|
173
186
|
// Add new fields here
|
|
174
187
|
},
|
|
175
188
|
{ $( $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-beta.
|
|
13
|
+
pub const SDK_VERSION: &str = "0.15.1-beta.2601300156";
|
|
14
14
|
|
|
15
15
|
const TAG: &str = stringify!(StatsigMetadata);
|
|
16
16
|
|
|
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.1b2601280249 → statsig_python_core-0.15.1b2601300156}/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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|