Product Updates
[ What's launched at LaunchDarkly ]
February 04, 2026
Feature Flags
Flag Delivery v2 (FDv2) for the Java SDK (Early Access)
Flag Delivery v2 (FDv2) is now available in Early Access for the LaunchDarkly Java Server-side SDK v7.11.0, bringing faster initialization, smarter data handling, and improved resiliency to feature flag delivery.
FDv2 introduces several key enhancements:
- Two-phase initialization: Start quickly from a polling data source, then synchronize from a long-lived streaming connection.
- Data-saving mode: Resume from a previously saved state during reconnects to reduce bandwidth and processing time.
- File-based initialization: Initialize from a local file first, then connect to LaunchDarkly APIs for updates.
- Automatic failover: Seamlessly switch to polling if the streaming connection fails.
- Custom configurations: Combine initializers and synchronizers to meet advanced redundancy or behavior requirements.
- Improved flag caching: When using a persistent store in non-daemon mode, flag data is no longer limited by cache TTL.
Together, these improvements make flag delivery faster, more reliable, and more adaptable across production environments.
Availability
Early Access: Data-saving mode is only available to members of LaunchDarkly’s Early Access Program (EAP).
Learn more
Data-saving mode documentation
