2.5.0 (2026-05-22)
Features Added
- Added
refresh_enabledparameter to theloadmethod. Defaults toTrueifrefresh_onis set. When set toTruewithoutrefresh_onkeys, all selected key-values are monitored for changes. When set toFalse, callingrefreshwill be a no-op. - Added the ability to monitor all selected key-values for refresh with the
refresh_enabledkwarg. When this kwarg is set toTrue, andrefresh_onis not specified, changes to any selected key-values will trigger configuration reload.
Other Changes
- Switched feature flag refresh to use page-based etag checking instead of per-flag etag checking, reducing the number of requests needed to detect changes.