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

5.7.3

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 21 Mar 21:19

[5.7.3] - 2019-03-21

Changed:

  • The default value for the configuration property capacity (maximum number of events that can be stored at once) is now 10000, consistent with the other SDKs, rather than 1000.

Fixed:

  • A missing var keyword could cause an error in strict mode when evaluating a flag with rollouts. (Thanks, phillipb!)
  • The user attribute secondary was not included in the TypeScript declarations and therefore could not be used from TypeScript code.