Skip to content

Release v5.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 22:29

v5.0.2 (2023-03-01)

NOTE:

  • From this version we will prefix randomly generated device-specific distinct_ids with "$device:". The prefix is applied the next time a new random ID is generated, any IDs generated by previous SDK versions and persisted on the device will continue to be used as-is until reset is called to generate a new ID. This does not change the value sent for the $device_id property, which will continue to be the randomly-generated ID without a prefix. Mixpanel's $identify endpoint has been updated to accept UUIDs with this prefix to coordinate with this change.

Enhancements

  • identity v3 changes #1009
  • Delete .travis.yml #1006

Fixes

  • Disable watchOS in CI #1010