Bump ly.count.android:sdk from 24.1.1 to 24.7.3
Bumps ly.count.android:sdk from 24.1.1 to 24.7.3.
Release notes
Sourced from ly.count.android:sdk's releases.
24.7.3
- Automatic view pause/resumes are changed with stop/start for better data consistency.
- Added the config interface 'experimental' to group experimental features.
- Added a flag (enablePreviousNameRecording) to add previous event and view names as segmentation. (Experimental!)
- Added a flag (enableVisibilityTracking) to add app visibility info to views and events. (Experimental!)
- Added Content feature methods:
- enterContentZone, to start Content checks (Experimental!)
- exitContentZone, to stop Content checks (Experimental!)
24.7.2
- Mitigated an issue in the upload plugin that prevented the upload of a symbol file
24.7.1
! Minor breaking change ! Unsupported types for user properties will now be omitted, they won't be converted to strings.
Added support for mixed type of immutable lists, arrays to client given segmentations and user properties.
Added array, list and JSONArray support to the user properties.
Mitigated issues where:
- session was ending with device ID change without merge, when consent was not required and manual session control was enabled.
- session was not starting after device ID change without merge, when consent was not required and automatic sessions were enabled.
24.7.0
! Minor breaking change ! User properties will now be automatically saved under the following conditions:
- When an event is recorded
- During an internal timer tick
- Upon flushing the event queue
Added array, List, and JSONArray support to all user-given segmentations. They will support only mutable and immutable versions of the primitive types. Which are:
- String, Integer, int, Boolean, bool, Float, float, Double, double, Long, long
- Keep in mind that the float array will be converted to a double array by the JSONArray
Mitigated an issue where remote config values caching was changing due to a device ID change, but it is not anymore. It is linked to the configuration "enableRemoteConfigValueCaching" now.
Mitigated an issue related to the device ID by creating an internal migration.
Resolved a problem where revoked consents were sent after changes without merging.
Fixed a bug that caused the device ID to be incorrectly set after changes with merging.
Mitigated an issue where, on consent revoke, remote configuration values were cleared, but they are not anymore.
Change device id with merge not reporting session duration anymore.
24.4.1
! Minor breaking change ! Mitigated an issue where internal SDK limits did not apply
Added support for Feedback Widget terms and conditions
Added a new function "setID(newDeviceId)" which internally handles merge/non-merge selection while changing the device ID
Mitigated an issue where the session duration could have been calculated wrongly after a device ID change without merge
Mitigated an issue where a session could have continued after a device ID change without merge
24.4.0
... (truncated)
Changelog
Sourced from ly.count.android:sdk's changelog.
24.7.3
- Automatic view pause/resumes are changed with stop/start for better data consistency.
- Added the config interface 'experimental' to group experimental features.
- Added a flag (enablePreviousNameRecording) to add previous event and view names as segmentation. (Experimental!)
- Added a flag (enableVisibilityTracking) to add app visibility info to views and events. (Experimental!)
- Added Content feature methods:
- enterContentZone, to start Content checks (Experimental!)
- exitContentZone, to stop Content checks (Experimental!)
24.7.2
- Mitigated an issue in the upload plugin that prevented the upload of a symbol file
24.7.1
! Minor breaking change ! Unsupported types for user properties will now be omitted, they won't be converted to strings.
Added support for mixed type of immutable lists, arrays to client given segmentations and user properties.
Added array, list and JSONArray support to the user properties.
Mitigated issues where:
- session was ending with device ID change without merge, when consent was not required and manual session control was enabled.
- session was not starting after device ID change without merge, when consent was not required and automatic sessions were enabled.
24.7.0
! Minor breaking change ! User properties will now be automatically saved under the following conditions:
- When an event is recorded
- During an internal timer tick
- Upon flushing the event queue
Added support for array, List and JSONArray to all user given segmentations. They will support only mutable and ummutable versions of the primitive types. Which are:
- String, Integer, int, Boolean, bool, Float, float, Double, double, Long, long
- Keep in mind that float array will be converted to the double array by the JSONArray
Mitigated an issue where remote config values caching was changing by device id change, not anymore. It is linked to the configuration "enableRemoteConfigValueCaching" now.
Mitigated an issue related to the device ID by creating an internal migration.
Resolved a problem where revoked consents were sent after changes without merging.
Fixed a bug that caused the device ID to be incorrectly set after changes with merging.
Mitigated an issue where on consent revoke, remote config values were cleared, not anymore.
Change device id with merge not reporting session duration anymore.
24.4.1
! Minor breaking change ! Mitigated an issue where internal SDK limits did not apply
Added support for Feedback Widget terms and conditions
Added a new function "setID(newDeviceId)" which internally handles merge/non-merge selection while changing the device ID
Mitigated an issue where the session duration could have been calculated wrongly after a device ID change without merge
Mitigated an issue where a session could have continued after a device ID change without merge
24.4.0
... (truncated)
Commits
46c3b6cMerge pull request #388 from Countly/conteststed30b25fcContentS0a97698Merge pull request #387 from Countly/2473ae8b977feat: update to 24.7.3fdbc9e2Merge pull request #386 from Countly/rename_pen4bcfaecfeat: rename function sig for view name recording43ca8f6feat: rename function sig for view name recordingf485819Merge pull request #385 from Countly/fixpvn0be2ae7feat: cvn to pen49c9ea5feat: cvn to pen- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Superseded by #158.