Snowplow Unity Tracker 0.6.1 released

We are pleased to announce the release of our Unity Tracker version 0.6.1.

This patch release upgrades the LiteDB dependency to 5.0.13 which resolves a vulnerability in the previous version. It also fixes a problem where the tracker was modifying list of context entities supplied by the user as custom context in events.

Changelog

  • Copy list of context entities when adding session to prevent modifying users reference (#60)
  • Upgrade LiteDB dependency from to 5.0.13

Under the hood

  • Update year in copyright headers to 2023

Upgrading

You may download the package in the Releases section on Github.

To upgrade, delete the existing SnowplowTracker folder from your Assets/Plugins and import the new unitypackage file. If you need Newtonsoft.Json in your version of Unity you will receive build warnings which you can resolve by installing Newtonsoft.Json-for-Unity.

1 Like