Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
107 changes: 107 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,113 @@
- Remove deprecated `KitIntegration.getAllUserAttributes()`. Custom kits must use `getCurrentUser().getUserAttributes()` (or other `FilteredMParticleUser` APIs) and `AttributeListener` callbacks instead ([#682](https://github.com/mParticle/mparticle-android-sdk/pull/682))
- Remove deprecated `KitIntegration.getUserIdentities()`. Custom kits must use identity data from kit callbacks and request objects instead ([#681](https://github.com/mParticle/mparticle-android-sdk/pull/681)) ([8d3a23c8](https://github.com/mParticle/mparticle-android-sdk/commit/8d3a23c84c96d11f0ee1f80763adacc4f964b544))

## [6.0.0-rc.1] - 2026-05-22

### Core

#### Added

- Split instrumented tests in CI for parallel execution ([#662](https://github.com/mParticle/mparticle-android-sdk/pull/662))

#### Changed

Check notice on line 20 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- Centralize active kit filtering in KitManagerImpl ([#697](https://github.com/mParticle/mparticle-android-sdk/pull/697))

### Kits

#### Kits

Check notice on line 26 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

##### Added

Check notice on line 28 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- Migrate OneTrust kit ([#672](https://github.com/mParticle/mparticle-android-sdk/pull/672))
- Migrate Optimizely kit ([#664](https://github.com/mParticle/mparticle-android-sdk/pull/664))
- Migrate Singular 12 kit ([#667](https://github.com/mParticle/mparticle-android-sdk/pull/667))
- Migrate Radar kit ([#665](https://github.com/mParticle/mparticle-android-sdk/pull/665))
- Migrate ComScore 6 kit ([#668](https://github.com/mParticle/mparticle-android-sdk/pull/668))
- Migrate Iterable 3 kit ([#669](https://github.com/mParticle/mparticle-android-sdk/pull/669))
- Migrate Adobe 5 kit ([#670](https://github.com/mParticle/mparticle-android-sdk/pull/670))
- Migrate Adobe Media 5 kit ([#671](https://github.com/mParticle/mparticle-android-sdk/pull/671))
- Migrate Apptimize kit ([#658](https://github.com/mParticle/mparticle-android-sdk/pull/658))
- Migrate Apptentive kit ([#657](https://github.com/mParticle/mparticle-android-sdk/pull/657))
- Migrate CleverTap kit ([#660](https://github.com/mParticle/mparticle-android-sdk/pull/660))
- Migrate Localytics kit ([#661](https://github.com/mParticle/mparticle-android-sdk/pull/661))
- Migrate Adjust kit ([#656](https://github.com/mParticle/mparticle-android-sdk/pull/656))
- Kochava 5 Kit Migrate ([#654](https://github.com/mParticle/mparticle-android-sdk/pull/654))
- Migrate Rokt kit ([#659](https://github.com/mParticle/mparticle-android-sdk/pull/659))
- Braze 38 Kit Migrate ([#651](https://github.com/mParticle/mparticle-android-sdk/pull/651))
- Migrate appsflyer-kit from submodule to regular directory ([#650](https://github.com/mParticle/mparticle-android-sdk/pull/650))

#### Adjust

##### Fixed

- Resolve trunk issues for all kits ([#675](https://github.com/mParticle/mparticle-android-sdk/pull/675))

#### Adobe

##### Added

Check notice on line 56 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- Move onSetUserAttributeList to BaseAttributeListener ([#690](https://github.com/mParticle/mparticle-android-sdk/pull/690))
- Migrate setUserAttribute ([#689](https://github.com/mParticle/mparticle-android-sdk/pull/689))
- Inline user attribute removal in onRemoveUserAttribute ([#687](https://github.com/mParticle/mparticle-android-sdk/pull/687))
- Split LogoutListener from AttributeListener ([#685](https://github.com/mParticle/mparticle-android-sdk/pull/685))

##### Changed

Check notice on line 63 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- KitManagerImpl user-attribute forwarding and UserAttributeListener cleanup ([#693](https://github.com/mParticle/mparticle-android-sdk/pull/693))
- Rename AttributeListener to ModifyIdentityListener ([#692](https://github.com/mParticle/mparticle-android-sdk/pull/692))
- Route bulk user attribute sync through onSetAllUserAttributes ([#691](https://github.com/mParticle/mparticle-android-sdk/pull/691))

#### Apptentive

##### Added

Check notice on line 71 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- Migrate Branch 5 kit ([#666](https://github.com/mParticle/mparticle-android-sdk/pull/666))

#### Branch

##### Added

Check notice on line 77 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- Removing deprecations - Part 1 ([#676](https://github.com/mParticle/mparticle-android-sdk/pull/676))

#### Braze

##### Added

Check notice on line 83 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- Add Braze SDK 40 kit (braze-40) ([#679](https://github.com/mParticle/mparticle-android-sdk/pull/679))
- Add Braze SDK 41 kit (braze-41) ([#680](https://github.com/mParticle/mparticle-android-sdk/pull/680))
- Add Braze 39 kit ([#677](https://github.com/mParticle/mparticle-android-sdk/pull/677))
- Leanplum 7 Kit Migrate ([#655](https://github.com/mParticle/mparticle-android-sdk/pull/655))

#### Ga

##### Added

Check notice on line 92 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- GA 23 Kit Migrate ([#652](https://github.com/mParticle/mparticle-android-sdk/pull/652))

#### Ga4

##### Added

Check notice on line 98 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- GA4 23 Kit Migrate ([#653](https://github.com/mParticle/mparticle-android-sdk/pull/653))

#### Iterable

##### Added

Check notice on line 104 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- Migrate Urban Airship kit ([#673](https://github.com/mParticle/mparticle-android-sdk/pull/673))

#### Rokt

##### Added

Check notice on line 110 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- Add customBaseURL CNAME support to NetworkOptions ([#702](https://github.com/mParticle/mparticle-android-sdk/pull/702))
- Migrate Rokt kit to Rokt SDK 5.x and remove MpRoktEventCallback ([#704](https://github.com/mParticle/mparticle-android-sdk/pull/704))

##### Changed

Check notice on line 115 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

- Migrate Rokt contracts and facade ownership to rokt-kit ([#700](https://github.com/mParticle/mparticle-android-sdk/pull/700))

## [5.78.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.1...v5.78.2) (2026-02-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.78.2
6.0.0-rc.1
2 changes: 1 addition & 1 deletion kits/rokt/rokt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0'
implementation 'androidx.compose.runtime:runtime'
api 'com.rokt:roktsdk:6.0.0-rc.1'
api 'com.rokt:roktsdk:6.0.1-rc.1'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rokt SDK version looks like a typo

High Severity

The roktsdk dependency version was changed from 6.0.0-rc.1 to 6.0.1-rc.1. A release candidate for a patch version (6.0.1-rc.1) is very unusual — RCs are typically for major or minor versions (e.g. 6.0.0-rc.1). Additionally, the CHANGELOG at line 113 describes this as "Migrate Rokt kit to Rokt SDK 5.x", which contradicts the 6.x version in the dependency. This version bump appears to be a typo introduced during the release preparation.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4342842. Configure here.

api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

testImplementation files('libs/java-json.jar')
Expand Down
Loading