oai-statsig-python-core 0.19.3__tar.gz → 0.19.4__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.
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/Cargo.lock +21 -21
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/Cargo.toml +1 -1
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/PKG-INFO +5 -5
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-grpc/Cargo.toml +1 -1
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-grpc/README.md +4 -4
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/README.md +4 -4
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/Cargo.toml +2 -2
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/statsig_grpc_specs_adapter.rs +1 -1
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/proto_specs.rs +70 -1
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/statsig_config_specs.rs +3 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig_metadata.rs +1 -1
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/customized_specs_adapter_tests.rs +1 -1
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/grpc_specs_adapter_tests.rs +1 -1
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/__init__.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/data_store.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/error_boundary.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/observability_client.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/output_logger_provider.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/persistent_storage.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/py.typed +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/requirements.txt +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/statsig.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/statsig_python_core.pyi +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/py_src/statsig_python_core/statsig_types.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/pyproject.toml +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-grpc/build.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-grpc/src/lib.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-grpc/src/mock_forward_proxy.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-grpc/src/protos/statsig_forward_proxy.proto +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-grpc/src/statsig_forward_proxy.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-grpc/src/statsig_grpc_client.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-grpc/src/statsig_grpc_err.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/.github/workflows/CI.yml +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/.gitignore +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/Cargo.toml +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/bin/stub_gen.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/data_store_base_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/interned_store_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/lib.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/observability_client_base_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/output_logger_provider_base_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/pyo_utils.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/raw_evaluation_compat_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/safe_gil.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/statsig_base_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/statsig_metadata_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/statsig_options_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/statsig_persistent_storage_override_adapter_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/statsig_types_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/statsig_user_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/unit_id_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/valid_primitives_py.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/fork_runner.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/mock_output_logger.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/mock_scrapi.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/profile_util.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/shutdown_sub_proc.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_data_store.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_error_boundary.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_experiment_serialization.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_exposure_logging.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_feature_gate_serialization.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_forking.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_get_dynamic_config.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_initialize_with_details.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_interned_store_preload.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_layer_param_exposure_sampling.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_layer_serialization.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_observability_client.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_output_logger_provider.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_override_adapter.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_performance.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_sec_expo_as_primary.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_shared_statsig.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_shutdown.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_statsig.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_statsig_options.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_statsig_user.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_statsig_user_json_serialization.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_statsig_user_none_fields.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_statsig_user_pickle.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_user_exposure_e2e.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/utils.py +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/build.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/resources/ip_supalite.table +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/resources/ua_parser_regex.yaml +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/resources/ua_parser_regex_lite.yaml +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/__tests__/interned_string_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/__tests__/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/__tests__/spec_store_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/compression/compression_helper.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/compression/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/console_capture/console_capture_handler.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/console_capture/console_capture_instances.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/console_capture/console_capture_options.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/console_capture/console_log_line_levels.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/console_capture/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/data_store_interface.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/dcs_str.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/__tests__/dynamic_returnable_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/__tests__/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/__tests__/rkyv_value_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/cmab_evaluator.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/comparisons/compare_arrays.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/comparisons/compare_numbers.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/comparisons/compare_str_with_regex.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/comparisons/compare_strings_in_array.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/comparisons/compare_time.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/comparisons/compare_versions.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/comparisons/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/country_lookup.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/dynamic_returnable.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/dynamic_string.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/dynamic_value.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/evaluation_details.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/evaluation_types.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/evaluation_types_initialize_v2.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/evaluation_types_v2.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/evaluator.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/evaluator_context.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/evaluator_result.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/evaluator_value.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/get_unit_id.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/rkyv_value.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/secondary_exposure_key.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/first_party_ua_parser.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_helpers.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_tokenizer.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_ua_parser_browser.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/__tests__/test_ua_parser_os.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/tokenizer.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/ua_parser.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/statsig_uaparser/window_iter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/third_party_ua_parser.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/evaluation/user_agent_parsing/ua_parser.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_emitter/statsig_event_emitter_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_logger.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_logger_constants.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_logger_ops_stats.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/batch.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/queue.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/queued_config_expo.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/queued_event.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/queued_experiment_expo.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/queued_expo.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/queued_gate_expo.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/queued_layer_param_expo.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/queued_passthrough.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/event_queue/queued_secondary_expo.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/exposure_sampling.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/exposure_utils.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/flush_interval.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/flush_type.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/sec_expo_as_primary_experiment.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/statsig_event.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging/statsig_event_internal.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging_adapter/event_logging_adapter_trait.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging_adapter/log_event_payload.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging_adapter/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging_adapter/statsig_http_event_logging_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/event_logging_adapter/statsig_local_file_event_logging_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/dynamic_configs_processor.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/feature_gates_processor.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/gcir_formatter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/gcir_options.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/gcir_process_iter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/layer_configs_processor.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/param_stores_processor.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/stringify_sec_exposures.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/gcir/target_app_id_utils.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/global_configs.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/hashing/ahash.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/hashing/djb2.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/hashing/hash_util.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/hashing/memo_sha_256.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/hashing/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/id_lists_adapter/id_list.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/id_lists_adapter/id_lists_adapter_trait.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/id_lists_adapter/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/id_lists_adapter/statsig_http_id_lists_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/init_details.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/initialize_evaluations_response.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/initialize_response.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/initialize_v2_response.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/instance_registry.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/interned_string.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/interned_values/__tests__/interned_store_eval_value_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/interned_values/__tests__/interned_store_returnable_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/interned_values/__tests__/interned_store_string_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/interned_values/__tests__/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/interned_values/interned_store.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/interned_values/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/lib.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/logging_utils.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/macros.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/__tests__/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/__tests__/response_data_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/http_types.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/network_client.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/network_error.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/providers/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/providers/net_provider_global.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/providers/net_provider_noop.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/providers/net_provider_reqwest.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/networking/proxy_config.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/observability/console_capture_observer.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/observability/diagnostics_observer.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/observability/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/observability/observability_client_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/observability/ops_stats.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/observability/sdk_errors_observer.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/output_logger.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/override_adapter/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/override_adapter/override_adapter_trait.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/override_adapter/statsig_local_override_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/persistent_storage/__tests__/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/persistent_storage/__tests__/sticky_values_serialization_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/persistent_storage/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/persistent_storage/persistent_storage_trait.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/persistent_storage/persistent_values_manager.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/sdk_diagnostics/diagnostics.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/sdk_diagnostics/diagnostics_utils.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/sdk_diagnostics/marker.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/sdk_diagnostics/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/sdk_event_emitter/event_emitter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/sdk_event_emitter/event_emitter_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/sdk_event_emitter/event_types.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/sdk_event_emitter/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/spec_store.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/config_spec_background_sync_metrics.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/response_format.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/specs_adapter_trait.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/statsig_bootstrap_specs_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/statsig_customized_specs_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/statsig_data_store_specs_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/statsig_http_specs_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_adapter/statsig_local_file_specs_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/__tests__/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/__tests__/proto_specs_syncing_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/__tests__/proto_specs_unknown_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/__tests__/proto_specs_vs_json_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/__tests__/proto_stream_reader_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/cmab_types.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/explicit_params.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/param_store_types.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/proto_stream_reader.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/spec_types.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/specs_response/specs_hash_map.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig_core_api_options.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig_err.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig_global.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig_options.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig_runtime.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig_type_factories.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig_types.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/statsig_types_raw.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/user/into_optional.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/user/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/user/statsig_user.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/user/statsig_user_builder.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/user/statsig_user_internal.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/user/statsig_user_loggable.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/user/unit_id.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/user/user_data.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/utils/mod.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/check_gate_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/big_number_dcs.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/check_gate_perf_dcs.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/company_id_list +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/dcs_error.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/dcs_missing_gates.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/dcs_non_case_sensitive.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/dcs_user_agent_versions.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/dcs_with_analytical_exposure_sampling.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/dcs_with_checksum.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/dcs_with_sampling.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/dcs_with_sdk_configs.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/demo_proj_dcs.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/demo_proj_dcs.pb.br +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/eval_proj_dcs.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/eval_proj_dcs.pb.br +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/get_id_lists.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/perf_proj_dcs.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/perf_proj_dcs.pb.br +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/shared_dict_dict_only.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/shared_dict_original_dcs.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/shared_dict_response_uncompressed.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/shared_dict_response_with_dict.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/shared_dict_response_without_dict.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/test_must_pass_user_agents.txt +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/test_user_agents.txt +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/ua_string_cases.json +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data/unknown_enum.pb.br +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data_store_bytes_adapter_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data_store_json_bytes_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data_store_json_only_no_bytes_methods_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data_store_lock_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/data_store_proto_bytes_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/direct_gcir_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/dynamic_string_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/dynamic_value_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/evaluation_details_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/evaluator_value_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/event_logger_failing_flush_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/event_logger_flush_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/event_logger_high_qps_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/event_logger_usage_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/expected_evaluation_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/exposure_sampling_key_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/exposure_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/flushing_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/gate_inversion_eval_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/gcir_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/global_configs_test.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/hash_util_evaluation_hash_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/http_specs_adapter_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/initialize_timeout_test.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/instance_registry_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/layer_serialization_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/list_methods_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/network_client_streaming_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/network_client_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/network_failure_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/observability_client_usage_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/output_logger_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/override_adapter_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/perf_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/proto_specs_usage_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/spec_store_lock_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/spec_types_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_disable_network_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_environment_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_event_emitter_usage_test.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_global_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_local_file_event_logging_adapter_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_local_file_specs_adapter_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_options_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_shared_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_user_builder_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_user_field_accessor_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_user_internal_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_user_loggable_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/statsig_user_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/syncing_network_failure_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/typed_getters_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/ua_parser_util_test.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/user_agent_tests_first_party.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/user_json_tests.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/env_var_guard.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/helpers.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/mock_data_store.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/mock_event_logging_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/mock_log_provider.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/mock_observability_client.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/mock_scrapi.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/mock_specs_adapter.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/mock_specs_listener.rs +0 -0
- {oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/tests/utils/mod.rs +0 -0
|
@@ -1720,9 +1720,24 @@ dependencies = [
|
|
|
1720
1720
|
"rustc-hash 2.1.1",
|
|
1721
1721
|
]
|
|
1722
1722
|
|
|
1723
|
+
[[package]]
|
|
1724
|
+
name = "oai-statsig-grpc"
|
|
1725
|
+
version = "0.19.4"
|
|
1726
|
+
dependencies = [
|
|
1727
|
+
"async-trait",
|
|
1728
|
+
"chrono",
|
|
1729
|
+
"lazy_static",
|
|
1730
|
+
"log",
|
|
1731
|
+
"parking_lot",
|
|
1732
|
+
"prost 0.13.4",
|
|
1733
|
+
"tokio",
|
|
1734
|
+
"tonic 0.12.3",
|
|
1735
|
+
"tonic-build 0.12.3",
|
|
1736
|
+
]
|
|
1737
|
+
|
|
1723
1738
|
[[package]]
|
|
1724
1739
|
name = "oai-statsig-rust"
|
|
1725
|
-
version = "0.19.
|
|
1740
|
+
version = "0.19.4"
|
|
1726
1741
|
dependencies = [
|
|
1727
1742
|
"ahash",
|
|
1728
1743
|
"arc-swap",
|
|
@@ -1744,6 +1759,7 @@ dependencies = [
|
|
|
1744
1759
|
"memmap2",
|
|
1745
1760
|
"mockito",
|
|
1746
1761
|
"more-asserts",
|
|
1762
|
+
"oai-statsig-grpc",
|
|
1747
1763
|
"ouroboros",
|
|
1748
1764
|
"parking_lot",
|
|
1749
1765
|
"percent-encoding",
|
|
@@ -1758,7 +1774,6 @@ dependencies = [
|
|
|
1758
1774
|
"serde_with",
|
|
1759
1775
|
"serial_test",
|
|
1760
1776
|
"sha2",
|
|
1761
|
-
"sigstat-grpc",
|
|
1762
1777
|
"simple_logger",
|
|
1763
1778
|
"tempfile",
|
|
1764
1779
|
"tokio",
|
|
@@ -2917,21 +2932,6 @@ dependencies = [
|
|
|
2917
2932
|
"libc",
|
|
2918
2933
|
]
|
|
2919
2934
|
|
|
2920
|
-
[[package]]
|
|
2921
|
-
name = "sigstat-grpc"
|
|
2922
|
-
version = "0.19.3"
|
|
2923
|
-
dependencies = [
|
|
2924
|
-
"async-trait",
|
|
2925
|
-
"chrono",
|
|
2926
|
-
"lazy_static",
|
|
2927
|
-
"log",
|
|
2928
|
-
"parking_lot",
|
|
2929
|
-
"prost 0.13.4",
|
|
2930
|
-
"tokio",
|
|
2931
|
-
"tonic 0.12.3",
|
|
2932
|
-
"tonic-build 0.12.3",
|
|
2933
|
-
]
|
|
2934
|
-
|
|
2935
2935
|
[[package]]
|
|
2936
2936
|
name = "simdutf8"
|
|
2937
2937
|
version = "0.1.5"
|
|
@@ -3011,7 +3011,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
3011
3011
|
|
|
3012
3012
|
[[package]]
|
|
3013
3013
|
name = "statsig-node"
|
|
3014
|
-
version = "0.19.
|
|
3014
|
+
version = "0.19.4"
|
|
3015
3015
|
dependencies = [
|
|
3016
3016
|
"async-trait",
|
|
3017
3017
|
"napi",
|
|
@@ -3026,7 +3026,7 @@ dependencies = [
|
|
|
3026
3026
|
|
|
3027
3027
|
[[package]]
|
|
3028
3028
|
name = "statsig-pyo3"
|
|
3029
|
-
version = "0.19.
|
|
3029
|
+
version = "0.19.4"
|
|
3030
3030
|
dependencies = [
|
|
3031
3031
|
"async-trait",
|
|
3032
3032
|
"lazy_static",
|
|
@@ -3041,7 +3041,7 @@ dependencies = [
|
|
|
3041
3041
|
|
|
3042
3042
|
[[package]]
|
|
3043
3043
|
name = "statsig_elixir"
|
|
3044
|
-
version = "0.19.
|
|
3044
|
+
version = "0.19.4"
|
|
3045
3045
|
dependencies = [
|
|
3046
3046
|
"async-trait",
|
|
3047
3047
|
"oai-statsig-rust",
|
|
@@ -3054,7 +3054,7 @@ dependencies = [
|
|
|
3054
3054
|
|
|
3055
3055
|
[[package]]
|
|
3056
3056
|
name = "statsig_ffi"
|
|
3057
|
-
version = "0.19.
|
|
3057
|
+
version = "0.19.4"
|
|
3058
3058
|
dependencies = [
|
|
3059
3059
|
"async-trait",
|
|
3060
3060
|
"cbindgen",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: oai_statsig_python_core
|
|
3
|
-
Version: 0.19.
|
|
3
|
+
Version: 0.19.4
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -30,9 +30,9 @@ Project-URL: repository, https://github.com/statsig-io/statsig-server-core/tree/
|
|
|
30
30
|
<a href="https://github.com/statsig-io/statsig-server-core/blob/main/LICENSE">
|
|
31
31
|
<img src="https://img.shields.io/badge/license-ISC-blue.svg?colorA=1b2528&colorB=ccfbc7&style=for-the-badge">
|
|
32
32
|
</a>
|
|
33
|
-
<a href="https://www.npmjs.com/package/@statsig/statsig-node-core">
|
|
34
|
-
|
|
35
|
-
|
|
33
|
+
<a href="https://www.npmjs.com/package/@oai-statsig/statsig-node-core">
|
|
34
|
+
<img src="https://img.shields.io/npm/v/@oai-statsig/statsig-node-core.svg?colorA=1b2528&colorB=b2d3ff&style=for-the-badge">
|
|
35
|
+
</a>
|
|
36
36
|
<a href="https://statsig.com/community?ref=gh_server_core">
|
|
37
37
|
<img src="https://img.shields.io/badge/slack-statsig-brightgreen.svg?logo=slack&colorA=1b2528&colorB=FFF8BA&style=for-the-badge">
|
|
38
38
|
</a>
|
|
@@ -49,7 +49,7 @@ Read through the [Documentation](https://docs.statsig.com/server-core?ref=gh_ser
|
|
|
49
49
|
|
|
50
50
|
Bindings
|
|
51
51
|
|
|
52
|
-
- Node [[npm](https://www.npmjs.com/package/@statsig/statsig-node-core)] [[source](https://github.com/statsig-io/statsig-server-core/blob/main/statsig-node)] [[docs](https://docs.statsig.com/server-core/node-core?ref=gh_server_core)]
|
|
52
|
+
- Node [[npm](https://www.npmjs.com/package/@oai-statsig/statsig-node-core)] [[source](https://github.com/statsig-io/statsig-server-core/blob/main/statsig-node)] [[docs](https://docs.statsig.com/server-core/node-core?ref=gh_server_core)]
|
|
53
53
|
|
|
54
54
|
- Python [[pypi](https://pypi.org/project/oai-statsig-python-core)] [[source](https://github.com/statsig-io/statsig-server-core/blob/main/statsig-pyo3)] [[docs](https://docs.statsig.com/server-core/python-core?ref=gh_server_core)]
|
|
55
55
|
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
<a href="https://github.com/statsig-io/statsig-server-core/blob/main/LICENSE">
|
|
11
11
|
<img src="https://img.shields.io/badge/license-ISC-blue.svg?colorA=1b2528&colorB=ccfbc7&style=for-the-badge">
|
|
12
12
|
</a>
|
|
13
|
-
<a href="https://www.npmjs.com/package/@statsig/statsig-node-core">
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
<a href="https://www.npmjs.com/package/@oai-statsig/statsig-node-core">
|
|
14
|
+
<img src="https://img.shields.io/npm/v/@oai-statsig/statsig-node-core.svg?colorA=1b2528&colorB=b2d3ff&style=for-the-badge">
|
|
15
|
+
</a>
|
|
16
16
|
<a href="https://statsig.com/community?ref=gh_server_core">
|
|
17
17
|
<img src="https://img.shields.io/badge/slack-statsig-brightgreen.svg?logo=slack&colorA=1b2528&colorB=FFF8BA&style=for-the-badge">
|
|
18
18
|
</a>
|
|
@@ -29,7 +29,7 @@ Read through the [Documentation](https://docs.statsig.com/server-core?ref=gh_ser
|
|
|
29
29
|
|
|
30
30
|
Bindings
|
|
31
31
|
|
|
32
|
-
- Node [[npm](https://www.npmjs.com/package/@statsig/statsig-node-core)] [[source](https://github.com/statsig-io/statsig-server-core/blob/main/statsig-node)] [[docs](https://docs.statsig.com/server-core/node-core?ref=gh_server_core)]
|
|
32
|
+
- Node [[npm](https://www.npmjs.com/package/@oai-statsig/statsig-node-core)] [[source](https://github.com/statsig-io/statsig-server-core/blob/main/statsig-node)] [[docs](https://docs.statsig.com/server-core/node-core?ref=gh_server_core)]
|
|
33
33
|
|
|
34
34
|
- Python [[pypi](https://pypi.org/project/oai-statsig-python-core)] [[source](https://github.com/statsig-io/statsig-server-core/blob/main/statsig-pyo3)] [[docs](https://docs.statsig.com/server-core/python-core?ref=gh_server_core)]
|
|
35
35
|
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
<a href="https://github.com/statsig-io/statsig-server-core/blob/main/LICENSE">
|
|
11
11
|
<img src="https://img.shields.io/badge/license-ISC-blue.svg?colorA=1b2528&colorB=ccfbc7&style=for-the-badge">
|
|
12
12
|
</a>
|
|
13
|
-
<a href="https://www.npmjs.com/package/@statsig/statsig-node-core">
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
<a href="https://www.npmjs.com/package/@oai-statsig/statsig-node-core">
|
|
14
|
+
<img src="https://img.shields.io/npm/v/@oai-statsig/statsig-node-core.svg?colorA=1b2528&colorB=b2d3ff&style=for-the-badge">
|
|
15
|
+
</a>
|
|
16
16
|
<a href="https://statsig.com/community?ref=gh_server_core">
|
|
17
17
|
<img src="https://img.shields.io/badge/slack-statsig-brightgreen.svg?logo=slack&colorA=1b2528&colorB=FFF8BA&style=for-the-badge">
|
|
18
18
|
</a>
|
|
@@ -29,7 +29,7 @@ Read through the [Documentation](https://docs.statsig.com/server-core?ref=gh_ser
|
|
|
29
29
|
|
|
30
30
|
Bindings
|
|
31
31
|
|
|
32
|
-
- Node [[npm](https://www.npmjs.com/package/@statsig/statsig-node-core)] [[source](https://github.com/statsig-io/statsig-server-core/blob/main/statsig-node)] [[docs](https://docs.statsig.com/server-core/node-core?ref=gh_server_core)]
|
|
32
|
+
- Node [[npm](https://www.npmjs.com/package/@oai-statsig/statsig-node-core)] [[source](https://github.com/statsig-io/statsig-server-core/blob/main/statsig-node)] [[docs](https://docs.statsig.com/server-core/node-core?ref=gh_server_core)]
|
|
33
33
|
|
|
34
34
|
- Python [[pypi](https://pypi.org/project/oai-statsig-python-core)] [[source](https://github.com/statsig-io/statsig-server-core/blob/main/statsig-pyo3)] [[docs](https://docs.statsig.com/server-core/python-core?ref=gh_server_core)]
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ serde_json = { version = "1.0.143", features = [
|
|
|
43
43
|
] }
|
|
44
44
|
serde_with = "3.4.0"
|
|
45
45
|
sha2 = "0.10.8"
|
|
46
|
-
|
|
46
|
+
oai-statsig-grpc = { path = "../statsig-grpc", version = "0.19.4", optional = true }
|
|
47
47
|
simple_logger = { version = "5.0.0" }
|
|
48
48
|
tempfile = "3.8.1"
|
|
49
49
|
tokio = { version = "1.39.1", features = ["full"] }
|
|
@@ -76,7 +76,7 @@ rusty-fork = "0.3.0"
|
|
|
76
76
|
[features]
|
|
77
77
|
default = ["reqwest"]
|
|
78
78
|
custom_network_provider = []
|
|
79
|
-
with_grpc = ["
|
|
79
|
+
with_grpc = ["oai-statsig-grpc"]
|
|
80
80
|
testing = []
|
|
81
81
|
with_zstd = []
|
|
82
82
|
ffi-support = []
|
|
@@ -9,8 +9,8 @@ use crate::{
|
|
|
9
9
|
};
|
|
10
10
|
use async_trait::async_trait;
|
|
11
11
|
use chrono::Utc;
|
|
12
|
+
use oai_statsig_grpc::statsig_grpc_client::StatsigGrpcClient;
|
|
12
13
|
use parking_lot::{Mutex, RwLock};
|
|
13
|
-
use sigstat_grpc::statsig_grpc_client::StatsigGrpcClient;
|
|
14
14
|
use std::cmp;
|
|
15
15
|
use std::sync::atomic::{AtomicBool, AtomicU64, Ordering};
|
|
16
16
|
use std::sync::Arc;
|
|
@@ -707,7 +707,9 @@ fn rules_from_pb(rules: Vec<pb::Rule>) -> Result<Vec<Rule>, StatsigErr> {
|
|
|
707
707
|
.map(|pb_rule| {
|
|
708
708
|
let rule = Rule {
|
|
709
709
|
name: InternedString::from_string(pb_rule.name),
|
|
710
|
-
pass_percentage: pb_rule
|
|
710
|
+
pass_percentage: pb_rule
|
|
711
|
+
.pass_percentage_float
|
|
712
|
+
.unwrap_or(pb_rule.pass_percentage as f64),
|
|
711
713
|
id: InternedString::from_string(pb_rule.id),
|
|
712
714
|
salt: pb_rule.salt.map(InternedString::from_string),
|
|
713
715
|
conditions: pb_rule
|
|
@@ -907,9 +909,76 @@ mod tests {
|
|
|
907
909
|
is_experiment_group: None,
|
|
908
910
|
is_control_group: None,
|
|
909
911
|
sampling_rate: Some(201.0),
|
|
912
|
+
pass_percentage_float: None,
|
|
910
913
|
}])
|
|
911
914
|
.expect("protobuf rule should parse");
|
|
912
915
|
|
|
913
916
|
assert_eq!(rules[0].sampling_rate, Some(201));
|
|
914
917
|
}
|
|
918
|
+
|
|
919
|
+
#[test]
|
|
920
|
+
fn rules_from_pb_prefers_float_pass_percentage() {
|
|
921
|
+
let rules = rules_from_pb(vec![pb::Rule {
|
|
922
|
+
name: "rule".to_string(),
|
|
923
|
+
pass_percentage: 0,
|
|
924
|
+
id: "rule-id".to_string(),
|
|
925
|
+
salt: None,
|
|
926
|
+
conditions: vec![],
|
|
927
|
+
id_type: None,
|
|
928
|
+
return_value: None,
|
|
929
|
+
group_name: None,
|
|
930
|
+
config_delegate: None,
|
|
931
|
+
is_experiment_group: None,
|
|
932
|
+
is_control_group: None,
|
|
933
|
+
sampling_rate: None,
|
|
934
|
+
pass_percentage_float: Some(0.5),
|
|
935
|
+
}])
|
|
936
|
+
.expect("protobuf rule should parse");
|
|
937
|
+
|
|
938
|
+
assert_eq!(rules[0].pass_percentage, 0.5);
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
#[test]
|
|
942
|
+
fn rules_from_pb_respects_explicit_zero_float_pass_percentage() {
|
|
943
|
+
let rules = rules_from_pb(vec![pb::Rule {
|
|
944
|
+
name: "rule".to_string(),
|
|
945
|
+
pass_percentage: 100,
|
|
946
|
+
id: "rule-id".to_string(),
|
|
947
|
+
salt: None,
|
|
948
|
+
conditions: vec![],
|
|
949
|
+
id_type: None,
|
|
950
|
+
return_value: None,
|
|
951
|
+
group_name: None,
|
|
952
|
+
config_delegate: None,
|
|
953
|
+
is_experiment_group: None,
|
|
954
|
+
is_control_group: None,
|
|
955
|
+
sampling_rate: None,
|
|
956
|
+
pass_percentage_float: Some(0.0),
|
|
957
|
+
}])
|
|
958
|
+
.expect("protobuf rule should parse");
|
|
959
|
+
|
|
960
|
+
assert_eq!(rules[0].pass_percentage, 0.0);
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
#[test]
|
|
964
|
+
fn rules_from_pb_falls_back_to_legacy_pass_percentage() {
|
|
965
|
+
let rules = rules_from_pb(vec![pb::Rule {
|
|
966
|
+
name: "rule".to_string(),
|
|
967
|
+
pass_percentage: 42,
|
|
968
|
+
id: "rule-id".to_string(),
|
|
969
|
+
salt: None,
|
|
970
|
+
conditions: vec![],
|
|
971
|
+
id_type: None,
|
|
972
|
+
return_value: None,
|
|
973
|
+
group_name: None,
|
|
974
|
+
config_delegate: None,
|
|
975
|
+
is_experiment_group: None,
|
|
976
|
+
is_control_group: None,
|
|
977
|
+
sampling_rate: None,
|
|
978
|
+
pass_percentage_float: None,
|
|
979
|
+
}])
|
|
980
|
+
.expect("protobuf rule should parse");
|
|
981
|
+
|
|
982
|
+
assert_eq!(rules[0].pass_percentage, 42.0);
|
|
983
|
+
}
|
|
915
984
|
}
|
|
@@ -60,6 +60,7 @@ pub struct Spec {
|
|
|
60
60
|
pub struct Rule {
|
|
61
61
|
#[prost(string, tag = "1")]
|
|
62
62
|
pub name: ::prost::alloc::string::String,
|
|
63
|
+
/// Legacy (See pass_percentage_float)
|
|
63
64
|
#[prost(uint32, tag = "2")]
|
|
64
65
|
pub pass_percentage: u32,
|
|
65
66
|
#[prost(string, tag = "3")]
|
|
@@ -82,6 +83,8 @@ pub struct Rule {
|
|
|
82
83
|
pub is_control_group: ::core::option::Option<bool>,
|
|
83
84
|
#[prost(float, optional, tag = "12")]
|
|
84
85
|
pub sampling_rate: ::core::option::Option<f32>,
|
|
86
|
+
#[prost(double, optional, tag = "13")]
|
|
87
|
+
pub pass_percentage_float: ::core::option::Option<f64>,
|
|
85
88
|
}
|
|
86
89
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
|
87
90
|
pub struct Condition {
|
|
@@ -4,7 +4,7 @@ mod utils;
|
|
|
4
4
|
pub mod specs_adapter_tests {
|
|
5
5
|
use crate::utils::mock_data_store::MockDataStore;
|
|
6
6
|
use crate::utils::mock_specs_listener::MockSpecsListener;
|
|
7
|
-
use
|
|
7
|
+
use oai_statsig_grpc::mock_forward_proxy::{api::ConfigSpecResponse, MockForwardProxy};
|
|
8
8
|
use statsig_rust::data_store_interface::DataStoreResponse;
|
|
9
9
|
use statsig_rust::{
|
|
10
10
|
SpecAdapterConfig, SpecsAdapter, SpecsAdapterType, SpecsSource, Statsig,
|
|
@@ -4,7 +4,7 @@ mod utils;
|
|
|
4
4
|
pub mod specs_adapter_tests {
|
|
5
5
|
use crate::utils::mock_specs_listener::MockSpecsListener;
|
|
6
6
|
use mock_forward_proxy::{api::ConfigSpecResponse, wait_one_ms, MockForwardProxy};
|
|
7
|
-
use
|
|
7
|
+
use oai_statsig_grpc::*;
|
|
8
8
|
use statsig_rust::output_logger::{initialize_output_logger, LogLevel};
|
|
9
9
|
use statsig_rust::{
|
|
10
10
|
SpecAdapterConfig, SpecsAdapter, SpecsAdapterType, SpecsSource, StatsigGrpcSpecsAdapter,
|
|
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
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/bin/stub_gen.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/pyo_utils.rs
RENAMED
|
File without changes
|
|
File without changes
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/safe_gil.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/src/unit_id_py.rs
RENAMED
|
File without changes
|
|
File without changes
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/fork_runner.py
RENAMED
|
File without changes
|
|
File without changes
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/mock_scrapi.py
RENAMED
|
File without changes
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/profile_util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_forking.py
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
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/test_statsig.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-pyo3/tests/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/__tests__/mod.rs
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
|
{oai_statsig_python_core-0.19.3 → oai_statsig_python_core-0.19.4}/statsig-rust/src/dcs_str.rs
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
|