Coalesced SharedPreferences writes to reduce memory pressure in the Android SDK.
Android SDK
Removed the deprecation marker from LDConfig.Builder.plugins.
Added early access support for the second generation flag delivery protocol (FDv2), also known as data-saving mode, via a new data system configuration. The SDK continues to use the first generation protocol by default unless explicitly configured with Components.dataSystem(). The data system supports flexible configuration for initializers and synchronizers, with predefined modes for default, polling-only, streaming-only, offline, and custom per-mode behavior; automatic mode switching respects foreground/background lifecycle and network state changes.
Fixed a race condition where a 401 error could trigger a restart before the error callback was notified, by setting the 401 guard before invoking the error callback.
Fixed track order processing to forward according to contracts.


