Skip to content

Commit bf998f3

Browse files
Prepare release 6.0.0-rc.1 (#709)
* chore: prepare release 6.0.0-rc.1 * build(rokt): update Rokt SDK to 6.0.1-rc.1 --------- Co-authored-by: thomson-t <125323226+thomson-t@users.noreply.github.com> Co-authored-by: Thomson Thomas <thomson.thomas@rokt.com>
1 parent 536cb7b commit bf998f3

3 files changed

Lines changed: 109 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,113 @@
99
- 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))
1010
- 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))
1111

12+
## [6.0.0-rc.1] - 2026-05-22
13+
14+
### Core
15+
16+
#### Added
17+
18+
- Split instrumented tests in CI for parallel execution ([#662](https://github.com/mParticle/mparticle-android-sdk/pull/662))
19+
20+
#### Changed
21+
22+
- Centralize active kit filtering in KitManagerImpl ([#697](https://github.com/mParticle/mparticle-android-sdk/pull/697))
23+
24+
### Kits
25+
26+
#### Kits
27+
28+
##### Added
29+
30+
- Migrate OneTrust kit ([#672](https://github.com/mParticle/mparticle-android-sdk/pull/672))
31+
- Migrate Optimizely kit ([#664](https://github.com/mParticle/mparticle-android-sdk/pull/664))
32+
- Migrate Singular 12 kit ([#667](https://github.com/mParticle/mparticle-android-sdk/pull/667))
33+
- Migrate Radar kit ([#665](https://github.com/mParticle/mparticle-android-sdk/pull/665))
34+
- Migrate ComScore 6 kit ([#668](https://github.com/mParticle/mparticle-android-sdk/pull/668))
35+
- Migrate Iterable 3 kit ([#669](https://github.com/mParticle/mparticle-android-sdk/pull/669))
36+
- Migrate Adobe 5 kit ([#670](https://github.com/mParticle/mparticle-android-sdk/pull/670))
37+
- Migrate Adobe Media 5 kit ([#671](https://github.com/mParticle/mparticle-android-sdk/pull/671))
38+
- Migrate Apptimize kit ([#658](https://github.com/mParticle/mparticle-android-sdk/pull/658))
39+
- Migrate Apptentive kit ([#657](https://github.com/mParticle/mparticle-android-sdk/pull/657))
40+
- Migrate CleverTap kit ([#660](https://github.com/mParticle/mparticle-android-sdk/pull/660))
41+
- Migrate Localytics kit ([#661](https://github.com/mParticle/mparticle-android-sdk/pull/661))
42+
- Migrate Adjust kit ([#656](https://github.com/mParticle/mparticle-android-sdk/pull/656))
43+
- Kochava 5 Kit Migrate ([#654](https://github.com/mParticle/mparticle-android-sdk/pull/654))
44+
- Migrate Rokt kit ([#659](https://github.com/mParticle/mparticle-android-sdk/pull/659))
45+
- Braze 38 Kit Migrate ([#651](https://github.com/mParticle/mparticle-android-sdk/pull/651))
46+
- Migrate appsflyer-kit from submodule to regular directory ([#650](https://github.com/mParticle/mparticle-android-sdk/pull/650))
47+
48+
#### Adjust
49+
50+
##### Fixed
51+
52+
- Resolve trunk issues for all kits ([#675](https://github.com/mParticle/mparticle-android-sdk/pull/675))
53+
54+
#### Adobe
55+
56+
##### Added
57+
58+
- Move onSetUserAttributeList to BaseAttributeListener ([#690](https://github.com/mParticle/mparticle-android-sdk/pull/690))
59+
- Migrate setUserAttribute ([#689](https://github.com/mParticle/mparticle-android-sdk/pull/689))
60+
- Inline user attribute removal in onRemoveUserAttribute ([#687](https://github.com/mParticle/mparticle-android-sdk/pull/687))
61+
- Split LogoutListener from AttributeListener ([#685](https://github.com/mParticle/mparticle-android-sdk/pull/685))
62+
63+
##### Changed
64+
65+
- KitManagerImpl user-attribute forwarding and UserAttributeListener cleanup ([#693](https://github.com/mParticle/mparticle-android-sdk/pull/693))
66+
- Rename AttributeListener to ModifyIdentityListener ([#692](https://github.com/mParticle/mparticle-android-sdk/pull/692))
67+
- Route bulk user attribute sync through onSetAllUserAttributes ([#691](https://github.com/mParticle/mparticle-android-sdk/pull/691))
68+
69+
#### Apptentive
70+
71+
##### Added
72+
73+
- Migrate Branch 5 kit ([#666](https://github.com/mParticle/mparticle-android-sdk/pull/666))
74+
75+
#### Branch
76+
77+
##### Added
78+
79+
- Removing deprecations - Part 1 ([#676](https://github.com/mParticle/mparticle-android-sdk/pull/676))
80+
81+
#### Braze
82+
83+
##### Added
84+
85+
- Add Braze SDK 40 kit (braze-40) ([#679](https://github.com/mParticle/mparticle-android-sdk/pull/679))
86+
- Add Braze SDK 41 kit (braze-41) ([#680](https://github.com/mParticle/mparticle-android-sdk/pull/680))
87+
- Add Braze 39 kit ([#677](https://github.com/mParticle/mparticle-android-sdk/pull/677))
88+
- Leanplum 7 Kit Migrate ([#655](https://github.com/mParticle/mparticle-android-sdk/pull/655))
89+
90+
#### Ga
91+
92+
##### Added
93+
94+
- GA 23 Kit Migrate ([#652](https://github.com/mParticle/mparticle-android-sdk/pull/652))
95+
96+
#### Ga4
97+
98+
##### Added
99+
100+
- GA4 23 Kit Migrate ([#653](https://github.com/mParticle/mparticle-android-sdk/pull/653))
101+
102+
#### Iterable
103+
104+
##### Added
105+
106+
- Migrate Urban Airship kit ([#673](https://github.com/mParticle/mparticle-android-sdk/pull/673))
107+
108+
#### Rokt
109+
110+
##### Added
111+
112+
- Add customBaseURL CNAME support to NetworkOptions ([#702](https://github.com/mParticle/mparticle-android-sdk/pull/702))
113+
- Migrate Rokt kit to Rokt SDK 5.x and remove MpRoktEventCallback ([#704](https://github.com/mParticle/mparticle-android-sdk/pull/704))
114+
115+
##### Changed
116+
117+
- Migrate Rokt contracts and facade ownership to rokt-kit ([#700](https://github.com/mParticle/mparticle-android-sdk/pull/700))
118+
12119
## [5.78.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.1...v5.78.2) (2026-02-27)
13120

14121
### Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.78.2
1+
6.0.0-rc.1

kits/rokt/rokt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies {
8282
implementation 'androidx.annotation:annotation:1.5.0'
8383
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0'
8484
implementation 'androidx.compose.runtime:runtime'
85-
api 'com.rokt:roktsdk:6.0.0-rc.1'
85+
api 'com.rokt:roktsdk:6.0.1-rc.1'
8686
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
8787

8888
testImplementation files('libs/java-json.jar')

0 commit comments

Comments
 (0)