Skip to content

Releases: aws-solutions/clickstream-analytics-on-aws-android-sdk

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

Clickstream Swift 0.6.0

22 Aug 00:55
Compare
Choose a tag to compare
Pre-release

Feature

  • Support closing screen view event recording

Clickstream Swift 0.5.2

03 Aug 07:41
cb541e6
Compare
Choose a tag to compare
Pre-release

Feature

  • support ApplicationContext when initialize the SDK.

Clickstream Swift 0.5.1

16 Jun 02:04
83153a3
Compare
Choose a tag to compare
Pre-release

Feature

  • add long type support for ClickstreamEvent.

Clickstream Android 0.5.0

15 Jun 05:18
e18ffc1
Compare
Choose a tag to compare
Pre-release

Feature

  • change _screen_view event _user_engagement attribute's calculate logic.
  • add _app_start event.
  • add auto flush event when app move to background

Clickstream Android 0.4.4

09 Jun 00:36
510174c
Compare
Choose a tag to compare
Pre-release

Enhancement

  • simplify log in timer.

Clickstream Android 0.4.1

18 May 10:19
923502d
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • fix gzip string for new line issue.