Skip to content

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

Clickstream Web 0.9.1

29 Feb 06:25
Compare
Choose a tag to compare
Clickstream Web 0.9.1 Pre-release
Pre-release

What's Changed

Feature

Full Changelog: v0.9.0...v0.9.1

Clickstream Web 0.9.0

22 Feb 10:57
Compare
Choose a tag to compare
Clickstream Web 0.9.0 Pre-release
Pre-release

What's Changed

Note! Starting with version 0.9.0, _app_start and _app_end events will no longer be automatically tracked. To continue track these events, please enable it manually.

Feature

  • feat: support configure tracking _app_start and _app_end events by @zhu-xiaowei in #42

Fix

  • fix: page view events lost due to cached session storage by @zhu-xiaowei in #41

Other Changes

New Contributors

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

Clickstream Web 0.8.0

25 Dec 01:47
Compare
Choose a tag to compare
Clickstream Web 0.8.0 Pre-release
Pre-release

What's Changed

Feature

Full Changelog: v0.7.0...v0.8.0

Clickstream Web 0.7.0

15 Dec 02:28
Compare
Choose a tag to compare
Clickstream Web 0.7.0 Pre-release
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 #35
  • feat: add session attributes in _first_open event by @zhu-xiaowei in #37
  • feat: delete custom user attributes from subsequent events by @zhu-xiaowei in #36

Full Changelog: v0.6.1...v0.7.0

Pipeline version compatible

Need use pipeline version 1.1.x and above

Clickstream Web 0.6.1

05 Dec 02:56
Compare
Choose a tag to compare
Clickstream Web 0.6.1 Pre-release
Pre-release

What's Changed

Fix

  • fix: add user_first_touch_timestamp user attribute in _first_open event by @zhu-xiaowei in #34

Other Changes

Full Changelog: v0.6.0...v0.6.1

Clickstream Web 0.6.0

27 Oct 05:25
Compare
Choose a tag to compare
Clickstream Web 0.6.0 Pre-release
Pre-release

What's Changed

Feature

  • feat: support adding global attributes when initializing SDK by @zhu-xiaowei in #30

Fix

  • fix: multi page mode app start event redundant logging by @zhu-xiaowei in #31

Other Changes

  • ci: update title lint action and allow PR via dependabot by @zhu-xiaowei in #32

Full Changelog: v0.5.1...v0.6.0

Clickstream Web 0.5.1

26 Sep 02:55
Compare
Choose a tag to compare
Clickstream Web 0.5.1 Pre-release
Pre-release

What's Changed

Feature

  • chore: optimize user engagement event record logic by @zhu-xiaowei in #26

Fix

  • fix: global attribute values being affected when checking event attributes by @zhu-xiaowei in #27

Full Changelog: v0.5.0...v0.5.1

Clickstream Web 0.5.0

20 Sep 01:20
Compare
Choose a tag to compare
Clickstream Web 0.5.0 Pre-release
Pre-release

What's Changed

Feature

  • feat: add hash code to request query parameter by @zhu-xiaowei in #25
  • feat: support adding global attributes and add _profile_set preset event by @zhu-xiaowei in #22

Full Changelog: v0.4.0...v0.5.0

Clickstream Web 0.4.0

08 Sep 02:21
Compare
Choose a tag to compare
Clickstream Web 0.4.0 Pre-release
Pre-release

Feature

  • add export type for item
  • record error event when event name is invalid
  • change screen width and height value, add viewport attribute
  • add currency to item

Fix

  • data type changes: change attribute price's data type from string | number to number in item

Clickstream Web 0.3.0

01 Sep 01:50
Compare
Choose a tag to compare
Clickstream Web 0.3.0 Pre-release
Pre-release

Feature

  • add _app_end preset event
  • support packaged as directly imported js file

Fix

  • Change user engagement event and engagement time calculate rule