Releases: aws-solutions/clickstream-analytics-on-aws-web-sdk
Releases · aws-solutions/clickstream-analytics-on-aws-web-sdk
Clickstream Web 0.9.1
What's Changed
Feature
- feat: optimize page view after session start by @zhu-xiaowei in #44
Full Changelog: v0.9.0...v0.9.1
Clickstream Web 0.9.0
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
- chore(deps): bump ip from 1.1.8 to 1.1.9 by @dependabot in #43
New Contributors
- @dependabot made their first contribution in #43
Full Changelog: v0.8.0...v0.9.0
Clickstream Web 0.8.0
What's Changed
Feature
- feat: add preset event _page_load by @zhu-xiaowei in #40
Full Changelog: v0.7.0...v0.8.0
Clickstream Web 0.7.0
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
What's Changed
Fix
- fix: add user_first_touch_timestamp user attribute in _first_open event by @zhu-xiaowei in #34
Other Changes
- chore: readme global attribute code alignment by @zhu-xiaowei in #33
Full Changelog: v0.6.0...v0.6.1
Clickstream Web 0.6.0
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
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
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
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 fromstring | number
tonumber
in item
Clickstream Web 0.3.0
Feature
- add
_app_end
preset event - support packaged as directly imported js file
Fix
- Change user engagement event and engagement time calculate rule