Skip to content

2.9.1

Compare
Choose a tag to compare
@gwhelanLD gwhelanLD released this 03 Jan 21:14
4af59d0

[2.9.1] - 2020-01-03

Fixed:

  • Removed possibility of fatal SecurityException on Samsung devices that would be triggered when the SDK attempted to register an alarm to trigger a future poll when the application process already had 500 alarms registered. This limit is only present on Samsung's versions of Android Lollipop and later. The SDK will now catch this error if it occurs to prevent killing the host application.
  • Rarely, the client would deliver its initial "identify" event to LaunchDarkly immediately rather than waiting for the configured flush interval.
  • Fixed some malformed Javadoc comments.