[AI-FSSDK] prepare for release android-sdk v5.2.1#535
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Fix identifyOdpEventSentWhenVuidUserContextCreated: vuid-only context sends only client_initialized (no identified event with single identifier) - Add identifyOdpEventNotSentWhenUserContextCreatedWithoutVuid test - Clarify comment on identifyOdpEventSentWhenUserContextCreated - Increase Gradle JVM heap from 1g to 4g to fix D8 dex merge OOM Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Routine release prep for android-sdk v5.2.1, bumping the Java core dependency to 4.4.2 (which blocks ODP identify events for single-identifier contexts) and updating tests/changelog/README accordingly.
Changes:
- Bump
java_core_verto 4.4.2 and update README install snippet/CHANGELOG to 5.2.1. - Update
ODPIntegrationTestto reflect new Java core behavior: vuid-only context no longer emits anidentifiedevent; add new test for userId-only (no vuid) flow. - Increase Gradle JVM heap to 4g.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Update install snippet to 5.2.1 |
| gradle.properties | Raise Gradle JVM heap to 4g |
| CHANGELOG.md | Add 5.2.1 release notes |
| build.gradle | Bump java_core_ver to 4.4.2 |
| android-sdk/src/androidTest/.../ODPIntegrationTest.java | Adjust ODP tests for new identify-event behavior; add no-vuid test |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
muzahidul-opti
left a comment
There was a problem hiding this comment.
Looks good to know.
Java core already supports local HO, wondering how do we suppress the local HO feature?
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
I understand local HO are completely hidden unless we activate explicitly in the app and then into datafile. |
Summary
Prepare for releasing android-sdk v5.2.1
Release Details
Jira Ticket
FSSDK-0000