Skip to content

Releases: awslabs/clickstream-web

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

Clickstream Web 0.2.0

25 Aug 09:39
Compare
Choose a tag to compare
Clickstream Web 0.2.0 Pre-release
Pre-release

Feature

  • support items record
  • support _lasted_referrer and _lasted_referrer_host preset attribute
  • support sending events in background using keepalive

Fix

  • fix _click event does not respond when disable the event bubbling

Clickstream Web 0.1.2

12 Aug 23:40
deed372
Compare
Choose a tag to compare
Clickstream Web 0.1.2 Pre-release
Pre-release

Feature

  • update readme for SDK initial api

Clickstream Web 0.1.1

04 Aug 07:23
026b5c4
Compare
Choose a tag to compare
Clickstream Web 0.1.1 Pre-release
Pre-release

Feature

  • support custom domain for outbound click
  • first publish to NPM repository