v1.7.0
What's Changed
- add group_overrides dynamic configuration (reddit-decider 1.3.0)
- add no variant (
None
) override support (reddit-decider 1.3.0) - Set default
timeout
forpath
watched to30 seconds
by @mrlevitas in #110
bug fixes:
- Move
_internal
check for DCs prior to call by @mrlevitas in #111 - Bump Decider (re-enable
PartialLoad
error), update version in docs + tests by @mrlevitas in #109
From yanked 1.5.1 & 1.6.0 versions:
-
bump
reddit-decider
to 1.4.1 to fix bugs below inreddit-experiments > v1.4.1, < 1.7.0
:- bubble up
PartialLoad
Rust Error correctly ifbucket_val
is missing in feature config (instead of panicking) - respect
enabled
for DCs
- bubble up
-
fix
T
TypeVar by @mrlevitas in #106 -
Update docs: use
internal_decider()
if w/oedge_context
by @mrlevitas in #104 -
Remove
"Feature 'X' not found"
log by @mrlevitas in #108 -
Update Rust decider by @aleksgapp in #107
- chore: add test that overrides work w/ custom context fields under other_fields
- map feature_rollout type to range_variant
- add no variant override support
Full Changelog: v1.4.1...v1.7.0