Releases: awslabs/clickstream-web
Releases · awslabs/clickstream-web
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
Clickstream Web 0.2.0
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
Feature
- update readme for SDK initial api
Clickstream Web 0.1.1
Feature
- support custom domain for outbound click
- first publish to NPM repository