This repository has been archived by the owner on May 30, 2024. It is now read-only.
4.6.3
[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
oridentify
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).