Skip to content

Releases: awslabs/clickstream-swift

Clickstream Swift 0.9.1

15 Dec 09:14
Compare
Choose a tag to compare
Pre-release

What's Changed

Fix

  • fix: the total number of item attributes is limited to 10 by @zhu-xiaowei in #44

Full Changelog: 0.9.0...0.9.1

Pipeline version compatible

Need use pipeline version 1.1.x and above

Clickstream Swift 0.9.0

15 Dec 02:48
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

Other Changes

Full Changelog: 0.8.0...0.9.0

Pipeline version compatible

Need use pipeline version 1.1.x and above

Clickstream Swift 0.8.0

01 Nov 02:22
Compare
Choose a tag to compare
Pre-release

What's Changed

Feature

Other Changes

Full Changelog: 0.7.0...0.8.0

Clickstream Swift 0.7.0

25 Sep 14:40
Compare
Choose a tag to compare
Pre-release

What's Changed

Feature

  • feat: add error code and clickstream error event by @zhu-xiaowei in #31
  • feat: add preset attributes screen name and screen unique id by @zhu-xiaowei in #32
  • feat: change event hash code calculation method to sha256 by @zhu-xiaowei in #33
  • feat: add hash code to request query parameter by @zhu-xiaowei in #35
  • feat: support model name for iPhone 15 series by @zhu-xiaowei in #37

Fix

  • fix: optimize engagement time and previous timestamp attribute in first screen view by @zhu-xiaowei in #36

Full Changelog: 0.6.1...0.7.0

Clickstream Swift 0.6.1

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

Fix

  • change the screen unique id by getting the view controller's hashValue.

Clickstream Swift 0.6.0

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

Feature

  • add _app_end preset event

Fix

  • change user engagement event and engagement time calculate rule
  • fix session nil when app move to background

Clickstream Swift 0.5.2

31 Jul 00:39
ceecc65
Compare
Choose a tag to compare
Pre-release

Feature

Clickstream Swift 0.5.1

03 Jul 01:24
ba2e4b5
Compare
Choose a tag to compare
Pre-release

Feature

  • fix inconsistent issue when setting attributes asynchronously
  • support sending events when app move to background

Clickstream Swift 0.5.0

15 Jun 01:21
fe411fe
Compare
Choose a tag to compare
Pre-release

Feature

  • simplify api for ignore parameter name.
  • change _screen_view event _user_engagement attribute's calculate logic.
  • add _app_start event.

Clickstream Swift 0.4.2

11 Jun 02:07
b5bb3d8
Compare
Choose a tag to compare
Pre-release

Fix

  • fix disable record screen view events.