Skip to content

Releases: awslabs/clickstream-android

Clickstream Android 0.13.0

11 Apr 02:07
9e2a329
Compare
Choose a tag to compare
Pre-release

What's Changed

Feature

Other Changes

Full Changelog: v0.12.0...v0.13.0

Clickstream Android 0.12.0

25 Mar 01:48
5d6c4a9
Compare
Choose a tag to compare
Pre-release

What's Changed

Feature

Fix

  • fix: make release tag name consistent with git tag by @zhu-xiaowei in #72

Other Changes

Full Changelog: v0.11.1...v0.12.0

Clickstream Android 0.11.1

06 Mar 01:01
caf6969
Compare
Choose a tag to compare
Pre-release

What's Changed

Feature

Fix

Full Changelog: 0.11.0...0.11.1

Clickstream Android 0.11.0

27 Feb 05:19
a828261
Compare
Choose a tag to compare
Pre-release

What's Changed

Feature

Fix

Other Changes

Full Changelog: v0.10.1...0.11.0

Clickstream Android 0.10.1

30 Jan 06:06
2ef8728
Compare
Choose a tag to compare
Pre-release

What's Changed

Other Changes

  • ci: add integration test with device farm by @zhu-xiaowei in #56
  • fix: increase http request timeout and mitigate repeated sending of data in poor network by @zhu-xiaowei in #58
  • chore: fix pytest version in integration test by @zhu-xiaowei in #60

Full Changelog: v0.10.0...v0.10.1

Clickstream Android 0.10.0

14 Dec 05:17
Compare
Choose a tag to compare
Pre-release

Note! Before upgrade to this version, you need to ensure that your pipeline version is 1.1.x and above

What's Changed

Feature

  • feat: support adding items with custom attributes. by @zhu-xiaowei in #45
  • feat: add session attributes in _first_open event by @zhu-xiaowei in #47
  • feat: delete custom user attributes from subsequent events by @zhu-xiaowei in #48

Other Changes

Full Changelog: v0.9.0...v0.10.0

Pipeline version compatible

Need use pipeline version 1.1.x and above

Clickstream Android 0.9.0

13 Oct 02:01
Compare
Choose a tag to compare
Pre-release

What's Changed

Feature

Full Changelog: v0.8.0...v0.9.0

Clickstream Android 0.8.0

26 Sep 09:18
Compare
Choose a tag to compare
Pre-release

What's Changed

Feature

  • feat: add preset attributes screen name and screen unique id by @zhu-xiaowei in #38
  • feat: add error code and clickstream error event by @zhu-xiaowei in #37
  • feat: add hash code to request query parameter by @zhu-xiaowei in #40

Fix

  • fix: create event error when event name is invalid by @zhu-xiaowei in #42
  • fix: remove the engagement time attribute in first screen view by @zhu-xiaowei in #43
  • fix: engagement time in first screen view when app warm starts by @zhu-xiaowei in #44

Full Changelog: v0.7.1...v0.8.0

Clickstream Android 0.7.1

10 Sep 02:29
Compare
Choose a tag to compare
Pre-release

Fix

  • change the screen unique id by getting the Activity's hash code.

Clickstream Android 0.7.0

01 Sep 06:55
Compare
Choose a tag to compare
Pre-release

Feature

  • add _app_end preset event

Fix

  • change user engagement event and engagement time calculate rule