Releases: mParticle/mparticle-roku-sdk
Update Version to 2.1.8
This release addresses an issue whereby the Roku SDK was populating the duid
field, resulting in android_id
being populated in Roku data. This duid
field was once a "multi-platform" field on ingress into mParticle, and would be translated to a different platform specific property on egress. This has long since changed, and this field now only represents the "android_id" field of the Events API.
Update Version to 2.1.7
- Added Automated Identity and Attribute Change Messages
Update Version to 2.1.6
- Replace currentBackoffAttempt with currentBackoffDuration to prevent crash on server unavailable
- Use the session ID as the session start message ID to ensure session start message has valid session ID
- Reformat Code with brighterscript-formatter
Update version to 2.1.4
- Added Additional Streaming Types
Update version to 2.1.3
- Add Media SDK
- Add Unit Testing Support
Update version to 2.1.2
- Add Makefile to sample
- Fix makefile ping for Mac
- Add Consent State (GDPR and CCPA)
Version 2.1.1
This is a minor SDK release to address a bug noted here: #3
Version 2.1.0
Version 2.1.0
This updates the mParticle Roku SDK to be fully compatible with the Roku 2019 spring update. Several deprecated APIs have been removed.
The mParticle SDK now requires a minimum Roku OS version of 8.1
This update also addresses an issue where device country and timezone-offset were not being collected correctly.
Version 2.0.1
This is a minor releasing adding a new upload()
API. In the context of SceneGraph, the SDK will batch uploads every 15 seconds. This new API will trigger an immediate upload.
Version 2.0.0
IDSync Compatibility
This is a major release of the SDK introducing new APIs to control user identity. See more in the docs here!