Releases: Parsely/parsely-android
Releases · Parsely/parsely-android
3.0.3
What's Changed
- Update pixel endpoint by @cwisecarver in #34
- chore: introduce example and lib modules by @wzieba in #36
- chore: bump AGP and Gradle Wrapper by @wzieba in #40
- feat: repository publish by @wzieba in #42
- feat: Use
androidx
namespace by @wzieba in #44 - fix: bump Jackson to 2.13.3 by @wzieba in #46
Full Changelog: 3.0.2...3.0.3
Release 3.0.2: Bugfix Release
This release includes fixes from #31 which replaces an assert statement with a null check.
3.0.0
Huge release containing many breaking changes and new features to bring parity with the JavaScript tracker.
- Engaged time tracking supported via
startEngagement
andstopEngagement
. - Video tracking supported via
trackVideo
,trackPause
, andresetVideo
. - Support for arbitrary
extraData
as well as post/video metadata.
2.3
- Use HTTPS for API communication
- Use Advertising ID instead of Device ID
- Improve exception handling when flushing events
2.2
- Moved disk access to worker threads
- Updated app to use Gradle
2.1
- Removed the capability to send non-batched pixel requests
- Added a field for a customizable
urlref
2.0
- Upgraded the example project to work with Android Studio