Skip to content

Release 5.3.0

Compare
Choose a tag to compare
@mikechu-optimizely mikechu-optimizely released this 08 Apr 12:52
· 74 commits to master since this release
75418da

[5.3.0] - April 8, 2024

Changed

  • Refactor: ODP corrections #920 including
    • ODPManager should not be running and scheduling timer if ODP is not integrated to the project (which causes memory leak if one sdk instance is created per request)
    • CreateUserContext should work even when called before the datafile is downloaded and should send the identify ODP events after datafile download completes
    • Other automatic odp events (vuid registration, client initialized) should also be sent after datafile is available and should not be dropped if batching is disabled.
    • [see PR for more]

Full Changelog: v5.2.1...v5.3.0