Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

4.14.0

Compare
Choose a tag to compare
@eli-darkly eli-darkly released this 13 May 17:35

[4.14.0] - 2020-05-13

Added:

  • EventSender interface and EventsConfigurationBuilder.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 LDClient constructors to provide a better explanation of the client's initialization behavior.