2.4.0 (2026-02-17)
Features Added
- Added startup retry, if the initial load fails, the provider will retry until the startup timeout is reached. By default the retry period is 100s, and can be configured via the
startup_timeoutkwarg on theloadmethod. - Adds support for adding
audienceto the kwargs forloadallowing it to specify the audience for the request. - Added support for snapshot references. Configuration settings that reference a snapshot are automatically resolved and expanded during
load.
Bugs Fixed
- Fixes a bug where
feature_flag_selectscould be passed in asNonewhich resulted in an exception on load, doing this now results in loading the default feature flags. - Fixes a bug where
feature_flag_selectscouldn't load snapshots.