This repository was archived by the owner on May 30, 2024. It is now read-only.
4.9.1
[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.