Releases: awslabs/clickstream-swift
Releases · awslabs/clickstream-swift
Clickstream Swift 0.9.1
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
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 item record by @zhu-xiaowei in #38
Other Changes
- feat: delete custom user attributes from events by @zhu-xiaowei in #41
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
What's Changed
Feature
- feat: support enable and disable sdk by @zhu-xiaowei in #39
Other Changes
- ci: update pr title lint action by @zhu-xiaowei in #40
Full Changelog: 0.7.0...0.8.0
Clickstream Swift 0.7.0
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
Fix
- change the screen unique id by getting the view controller's hashValue.
Clickstream Swift 0.6.0
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
Feature
- fix
nwpath
thread safety issue #23, referrer to https://developer.apple.com/forums/thread/133112
Clickstream Swift 0.5.1
Feature
- fix inconsistent issue when setting attributes asynchronously
- support sending events when app move to background
Clickstream Swift 0.5.0
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
Fix
- fix disable record screen view events.