This repository was archived by the owner on May 30, 2024. It is now read-only.
4.14.0
[4.14.0] - 2020-05-13
Added:
EventSenderinterface andEventsConfigurationBuilder.eventSender()allow you to specify a custom implementation of how event data is sent. This is mainly to facilitate testing, but could also be used to store and forward event data.
Fixed:
- Changed the Javadoc comments for the
LDClientconstructors to provide a better explanation of the client's initialization behavior.