Releases: customerio/customerio-android
Releases · customerio/customerio-android
4.5.0
4.5.0 (2024-12-17)
Features
- Added ability to disable forwarding screen events to destinations/servers. Apps can still send screen events for local processing and use them for page rules in in-app messages by just updating SDK configuration during initialization. Learn more about screen configuration options here. (#474) (b5ea8e9)
Fixes
- Handle the case where the user identifier would be set to an empty string, if profile attributes were updated before identifying the profile. #476
4.4.1
4.4.0
4.4.0 (2024-11-13)
Features
Internal
- Updated our SDK to use the v2 version of our in-app messages API. This will provide a more reliable experience for in-app messages. (#461)
Note:
This is only supported for the new in-app editor, if you are using the legacy in-app editor, it is recommended NOT to upgrade to this release for now.
4.3.0
4.2.0
4.2.0 (2024-09-11)
Features
- Revamped the in-app messaging module to enhance performance by optimizing local processing, accelerating message loading during page transitions, and implementing a state-driven architecture for better responsiveness and control. (#431) (682ac42)
- We highly recommend upgrading to the new in-app editor to ensure optimal performance.
Fixes
3.11.2
4.1.0
4.1.0 (2024-08-09)
Features
4.0.1
4.0.0
4.0.0 (2024-07-24)
⚠ BREAKING CHANGES
- Data Pipelines Support: Sending your mobile data into our customer data platform (CDP) helps you support both Journeys and the rest of your martech stack—analytics, data warehouses, CRMs and more. (#412) (772b489)
Features
- Anonymous tracking: You can send anonymous events, and we’ll reconcile anonymous activity with your users when you identify them.
- Built-in lifecycle events: the SDK now automatically captures events like “Application Installed” and “Application Updated” for you, so you better understand your users’ behaviors in your app. (#334) (9d239c8)
- New device data: the SDK captures complete device-level context, like your audience’s screen dimensions, device names, and more. (#341) (7cb17c1)
3.11.1
3.11.1 (2024-07-15)
Bug Fixes
- Messages created in the new drag and drop in-app editor will load much faster and don’t require pre-fetching assets. If you are using the older in-app editor, the initial in-app message may experience a delay. We highly recommend upgrading to the new in-app editor to avoid this issue and ensure optimal performance. (#393) (8c8ee89)
- This update also resolves an issue that was causing crashes during the pre-fetching step in certain situations.