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

4.9.1

Compare
Choose a tag to compare
@eli-darkly eli-darkly released this 21 Nov 02:30

[4.9.1] - 2019-11-20

Changed:

  • Improved memory usage and performance when processing analytics events: the SDK now encodes event data to JSON directly, instead of creating intermediate objects and serializing them via reflection.

Fixed:

  • A bug introduced in version 4.9.0 was causing event delivery to fail if a user was created with the User(string) constructor, instead of the builder pattern.