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

4.6.3

Compare
Choose a tag to compare
@LaunchDarklyCI LaunchDarklyCI released this 22 Mar 00:26

[4.6.3] - 2019-03-21

Fixed

  • The SDK uberjars contained some JSR305 annotation classes such as javax.annotation.Nullable. These have been removed. They were not being used in the public API anyway. (#156)
  • If track or identify is called without a user, the SDK now logs a warning, and does not send an analytics event to LaunchDarkly (since it would not be processed without a user).