You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chore: bump quonfig runtime floor to >= 0.0.18 (qfg-35sm follow-up). The 0.0.17 and 0.0.18 releases of the native Ruby SDK land datadir and SSE improvements: opt-in data_dir_auto_reload with fork-safe watcher restart (qfg-mol-2da), int/double config-value coercion to real JSON numbers at datadir load time so the loaded envelope matches what api-delivery emits over HTTP/SSE (qfg-38sf.8), and an SSE Net#read_timeout headroom fix so the watchdog deadline always fires before the stdlib timeout and the SDK surfaces SSEReadDeadlineExceeded rather than a raw Net::ReadTimeout (qfg-6y44). Provider code is unchanged — all the improvements live in the SDK's datadir loader and SSE delivery path. Tightening the floor signals this provider is tested against and requires the production-hardened SDK so downstream installs of the OpenFeature provider can't pull in an SDK missing the datadir numeric-coercion fix.