For more details on changes related to configuration, read the configuration documentation.
SecureMode = true for that environment in the configuration file, or LD_SECURE_MODE_MyEnvName if using environment variables. This is separate from the setting for secure mode on the LaunchDarkly dashboard, which the Relay Proxy is not able to access.DisconnectedStatusTime configuration property controls how long the Relay Proxy will tolerate a stream connection being interrupted before reporting a "disconnected"/"degraded" status in the status resource.MaxClientConnectionTime configuration property can make the Relay Proxy drop client connections automatically after some amount of time, to improve load balancing. (#92)Token and TokenFile configuration properties.DisableInternalUsageMetrics configuration property allows turning off the internal analytics that the Relay Proxy normally sends to LaunchDarkly./status endpoint now includes more information about the LaunchDarkly connection status, database connection status (if applicable) and database configuration (if applicable). To learn more, read Service endpoints. (#104)3s for 3 seconds or 5m for 5 minutes. The affected settings include [Main] HeartbeatInterval (HEARTBEAT_INTERVAL), [Events] FlushInterval (EVENTS_FLUSH_INTERVAL), [any database] LocalTTL (CACHE_TTL), and [any environment] TTL (LD_TTL_envname).true or 1. Now, any value other than true, false, 0, or 1 is an error.LD_TTL_MINUTES_envname is no longer supported. Use LD_TTL_envname instead.REDIS_TTL is no longer supported. Use CACHE_TTL instead.[Events] SamplingInterval (SAMPLING_INTERVAL) is no longer supported.go build, rather than go build ./cmd/ld-relay.github.com/launchdarkly/ld-relay/v6 instead of gopkg.in/launchdarkly/ld-relay.v5.Relay type is now github.com/launchdarkly/ld-relay/v6/relay.Config structs are now in a config subpackage. The types of many fields have changed to types that prevent creating a configuration with invalid values (for instance, OptURLAbsolute for URL fields instead of string).DefaultConfig. Instead, Relay automatically uses the appropriate default values for any configuration fields that are not set.README.md is now only a summary with links to the other files.InsecureSkipVerify configuration property has been removed.Fetched April 11, 2026