What's Changed * Test exposure_kwargs & disabled exp by mrlevitas in https://github.com/reddit/experiments.py/pull/39 * Add DeciderClient & return Decider w/ empty context if no span by mrlevitas in https://github.com/reddit/experiments.py/pull/40
What's Changed * Prune invalid keys/values from extracted_fields by mrlevitas in https://github.com/reddit/experiments.py/pull/37 * Separate try blocks for each edge_context field by mrlevitas in https://github.com/reddit/experiments.py/pull/38
What's Changed * Upgrade dependencies to fix build by wuyiqicc in https://github.com/reddit/experiments.py/pull/4 * Test range_variant bucketing parity using anonymized experiment data by mrlevitas in https://github.com/reddit/experiments.py/pull/5 * Build rust_py Dockerimage workflow by mrlevitas in https://github.com/reddit/experiments.py/pull/8 * Revert "Build rust_py Dockerimage workflow" by mrlevitas in https://github.com/reddit/experiments.py/pull/9 * Decider by mrlevitas in https://github.com/reddit/experiments.py/pull/6 * Move decider_client_from_config to reddit_experiments by julieahnt in https://github.com/reddit/experiments.py/pull/10 * Fix no error logging spam by wuyiqicc in https://github.com/reddit/experiments.py/pull/11 * Upgrade decider to 1.1.0 by wuyiqicc in https://github.com/reddit/experiments.py/pull/12 * chore(lib): Add HG & MEG deciders by mrlevitas in https://github.com/reddit/experiments.py/pull/13 * Add canonical_url to DeciderContext by mrlevitas in https://github.com/reddit/experiments.py/pull/14 * Fix auth_token class -> oath_client_id string by mrlevitas in https://github.com/reddit/experiments.py/pull/15 * Move decider_client_from_config() back to reddit_decider dir by mrlevitas in https://github.com/reddit/experiments.py/pull/16 * Expose decider's vector of events in get_variant() by mrlevitas in https://github.com/reddit/experiments.py/pull/17 * Require reddit-decider package in setup.py by mrlevitas in https://github.com/reddit/experiments.py/pull/18 * Make experiment_name non-optional in get_variant() by mrlevitas in https://github.com/reddit/experiments.py/pull/19 * Add dynamic config endpoints by wuyiqicc in https://github.com/reddit/experiments.py/pull/20 * Remove duplicate temp file creation fn by mrlevitas in https://github.com/reddit/experiments.py/pull/22 * [DC]Add dynamic config endpoints default values by wuyiqicc in https://github.com/reddit/experiments.py/pull/21 * Allow arbitrary extracted_fields in DeciderContext by mrlevitas in https://github.com/reddit/experiments.py/pull/23 * Create copy of context_fields when logging by mrlevitas in https://github.com/reddit/experiments.py/pull/24 * get_variant_without_expose (expose for HG) by mrlevitas in https://github.com/reddit/experiments.py/pull/25 * expose() by mrlevitas in https://github.com/reddit/experiments.py/pull/26 * get_variant_for_identifier() by mrlevitas in https://github.com/reddit/experiments.py/pull/27 * get_variant_for_identifier_without_expose() by mrlevitas in https://github.com/reddit/experiments.py/pull/28 * decider_context.to_event_dict() by mrlevitas in https://github.com/reddit/experiments.py/pull/30 * Update edgecontext to edge_context by mrlevitas in https://github.com/reddit/experiments.py/pull/31 * Append v2 event structs in to_event_dict() by mrlevitas in https://github.com/reddit/experiments.py/pull/32 * Fix ec test by mrlevitas in https://github.com/reddit/experiments.py/pull/33 * upgrade decider by wuyiqicc in https://github.com/reddit/experiments.py/pull/34 * Return `None` on ctx_err & change logger to info by mrlevitas in https://github.com/reddit/experiments.py/pull/35
New Contributors * wuyiqicc made their first contribution in https://github.com/reddit/experiments.py/pull/4 * mrlevitas made their first contribution in https://github.com/reddit/experiments.py/pull/5 * julieahnt made their first contribution in https://github.com/reddit/experiments.py/pull/10