Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
cbb17d7
chore: Update submodules
mparticle-automation Mar 11, 2026
892a778
chore: 5.78.3 (release)
mparticle-automation Mar 11, 2026
08dab75
chore: Update submodules
mparticle-automation Mar 23, 2026
6bfb6af
chore: 5.78.4 (release)
mparticle-automation Mar 23, 2026
86d8d97
chore: Update submodules
mparticle-automation Mar 25, 2026
83b24bf
chore: 5.78.5 (release)
mparticle-automation Mar 25, 2026
20f723f
fix: increase MPLatch timeout from 5s to 30s (#695)
rmi22186 Apr 8, 2026
ca88322
feat: Add max persistence age override option [TRIAGE-608] (#699)
junias-rokt Apr 23, 2026
5285149
feat: add customBaseURL CNAME support to NetworkOptions (#701)
jamesnrokt May 14, 2026
59a4a9a
chore: Update submodules
mparticle-automation May 14, 2026
3593cdc
chore: 5.79.0 (release)
mparticle-automation May 14, 2026
f4ceca7
chore: bump trunk-io/trunk-action from 1.2.4 to 1.3.1 (#705)
dependabot[bot] May 19, 2026
491f169
Handle legacy persisted domain mappings safely (#703)
ankitsingh08 May 20, 2026
eff10ea
fix(ci): pin isolated-kit gradle version to prevent 6.0.0-rc.1 pull (…
jamesnrokt May 27, 2026
e435979
chore: Update submodules
mparticle-automation May 27, 2026
fa5bf5f
chore: 5.79.1 (release)
mparticle-automation May 27, 2026
6cdacf2
ci: remove cross-platform-tests and semantic PR/branch checks (#712)
jamesnrokt Jun 2, 2026
d904edb
chore: bump actions/checkout from 6.0.2 to 6.0.3 (#720)
dependabot[bot] Jun 5, 2026
976dd0d
chore: Update submodules
mparticle-automation Jun 22, 2026
cbaa623
chore: 5.79.2 (release)
mparticle-automation Jun 22, 2026
e92d352
feat: add device-based consent to override MPID-scoped consent (#726)
denischilik Jun 25, 2026
6c2079e
chore: 5.80.0 (release)
mparticle-automation Jun 25, 2026
e6cc8db
Merge remote-tracking branch 'origin/main' into chore/merge-main-into…
denischilik Jul 16, 2026
0b5056f
chore: normalize CHANGELOG list markers after merge
denischilik Jul 16, 2026
5d88d15
ci: pin actions/checkout to commit SHA to satisfy security lint
denischilik Jul 16, 2026
d0df6b4
Merge remote-tracking branch 'origin/workstation/6.0-Release' into ch…
denischilik Jul 16, 2026
0c13ba1
docs: remove duplicate Unreleased changelog section
denischilik Jul 16, 2026
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
74 changes: 0 additions & 74 deletions .github/workflows/cross-platform-tests.yml

This file was deleted.

18 changes: 9 additions & 9 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Clone branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
repository: mparticle/mparticle-android-sdk
Expand All @@ -69,7 +69,7 @@ jobs:
# needs: create-regression-branch
# steps:
# - name: "Checkout future release branch"
# uses: actions/checkout@v6
# uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
# with:
# repository: mparticle/mparticle-android-sdk
# ref: regression/${{ github.run_number }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
# needs: create-regression-branch
# steps:
# - name: "Checkout Branch"
# uses: actions/checkout@v6
# uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
# with:
# repository: mparticle/mparticle-android-sdk
# ref: regression/${{ github.run_number }}
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
needs: create-regression-branch
steps:
- name: "Checkout future release branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: mparticle/mparticle-android-sdk
ref: regression/${{ github.run_number }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
needs: create-regression-branch
steps:
- name: "Checkout Branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: regression/${{ github.run_number }}
- run: echo "ORG_GRADLE_PROJECT_VERSION=$(head -n 1 VERSION)" >> $GITHUB_ENV
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
needs: create-regression-branch
steps:
- name: "Checkout Branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: regression/${{ github.run_number }}
- run: echo "ORG_GRADLE_PROJECT_VERSION=$(head -n 1 VERSION)" >> $GITHUB_ENV
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout future release branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
repository: mparticle/mparticle-android-sdk
ref: regression/${{ github.run_number }}
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout public main branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
fetch-depth: 0
ref: main
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:
GIT_COMMITTER_EMAIL: developers@mparticle.com
steps:
- name: "Checkout repo"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
token: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
fetch-depth: 0
Expand Down
18 changes: 6 additions & 12 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 #v5.0.0
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v5.0.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think this is actually the sha for v6.0.3

- name: Trunk Check
uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
uses: trunk-io/trunk-action@04ba50e7658c81db7356da96657e6e77f220bfa3 # v1.3.1
with:
check-mode: pull_request
pr-check-hadcoded-secrets:
name: "Check PR for hardcoded secrets"
uses: mParticle/mparticle-workflows/.github/workflows/security-hardcoded-secrets.yml@main
pr-branch-check-name:
name: "Check PR for semantic branch name"
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-check-name.yml@main
pr-title-check:
name: "Check PR for semantic title"
uses: mParticle/mparticle-workflows/.github/workflows/pr-title-check.yml@main

instrumented-core:
uses: ./.github/workflows/instrumented-tests.yml
Expand Down Expand Up @@ -75,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: "Install JDK 17"
uses: actions/setup-java@v5
with:
Expand All @@ -99,7 +93,7 @@ jobs:
runs-on: macos-latest
steps:
- name: "Checkout Branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- run: echo "ORG_GRADLE_PROJECT_VERSION=$(head -n 1 VERSION)" >> $GITHUB_ENV
- run: echo "ORG_GRADLE_PROJECT_version=$(head -n 1 VERSION)" >> $GITHUB_ENV
- name: "Install JDK 17"
Expand All @@ -126,7 +120,7 @@ jobs:
runs-on: macos-latest
steps:
- name: "Checkout Branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- run: echo "ORG_GRADLE_PROJECT_VERSION=$(head -n 1 VERSION)" >> $GITHUB_ENV
- run: echo "ORG_GRADLE_PROJECT_version=$(head -n 1 VERSION)" >> $GITHUB_ENV
- name: "Install JDK 17"
Expand Down Expand Up @@ -162,7 +156,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: "Checkout Branch"
uses: actions/checkout@v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- run: echo "ORG_GRADLE_PROJECT_VERSION=$(head -n 1 VERSION)" >> $GITHUB_ENV
- run: echo "ORG_GRADLE_PROJECT_version=$(head -n 1 VERSION)" >> $GITHUB_ENV
- name: "Install JDK 17"
Expand Down
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,65 @@

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

## [5.80.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.79.2...v5.80.0) (2026-06-25)

### Features

- add device-based consent to override MPID-scoped consent ([#726](https://github.com/mParticle/mparticle-android-sdk/issues/726)) ([e92d352](https://github.com/mParticle/mparticle-android-sdk/commit/e92d3522a350be90a1f15eb3b81d5e6f089f1aed))

## [5.79.2](https://github.com/mParticle/mparticle-android-sdk/compare/v5.79.1...v5.79.2) (2026-06-22)

### Updates & Maintenance

- bump actions/checkout from 6.0.2 to 6.0.3 ([#720](https://github.com/mParticle/mparticle-android-sdk/issues/720)) ([d904edb](https://github.com/mParticle/mparticle-android-sdk/commit/d904edb0a944a2ce813e7dc31c026f0b2f7ccecb))
- remove cross-platform-tests and semantic PR/branch checks ([#712](https://github.com/mParticle/mparticle-android-sdk/issues/712)) ([6cdacf2](https://github.com/mParticle/mparticle-android-sdk/commit/6cdacf2926e02e2359352dbcf12b4e4bb66236fa))
- Update submodules ([976dd0d](https://github.com/mParticle/mparticle-android-sdk/commit/976dd0d13d6aa27f805a6b06a73d923f1a207e80))

## [5.79.1](https://github.com/mParticle/mparticle-android-sdk/compare/v5.79.0...v5.79.1) (2026-05-27)

### Bug Fixes

- **ci:** pin isolated-kit gradle version to prevent 6.0.0-rc.1 pull ([#714](https://github.com/mParticle/mparticle-android-sdk/issues/714)) ([eff10ea](https://github.com/mParticle/mparticle-android-sdk/commit/eff10ead69167f0ea3df248b2bbed089397600cd))

### Updates & Maintenance

- bump trunk-io/trunk-action from 1.2.4 to 1.3.1 ([#705](https://github.com/mParticle/mparticle-android-sdk/issues/705)) ([f4ceca7](https://github.com/mParticle/mparticle-android-sdk/commit/f4ceca7de2c2ba01ea87c98698ef7bb84991b4ab))
- Update submodules ([e435979](https://github.com/mParticle/mparticle-android-sdk/commit/e435979e1e966ef2b318bb29135852f9d55df55a))

## [5.79.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.5...v5.79.0) (2026-05-14)

### Features

- add customBaseURL CNAME support to NetworkOptions ([#701](https://github.com/mParticle/mparticle-android-sdk/issues/701)) ([5285149](https://github.com/mParticle/mparticle-android-sdk/commit/5285149118b58cbd5cf4fb90cb58627deb7538b9)), closes [mparticle-apple-sdk#760](https://github.com/mParticle/mparticle-apple-sdk/issues/760)
- Add max persistence age override option [TRIAGE-608] ([#699](https://github.com/mParticle/mparticle-android-sdk/issues/699)) ([ca88322](https://github.com/mParticle/mparticle-android-sdk/commit/ca88322ac7ef8649ed111cf28afb81d99cdb271a))

### Bug Fixes

- increase MPLatch timeout from 5s to 30s ([#695](https://github.com/mParticle/mparticle-android-sdk/issues/695)) ([20f723f](https://github.com/mParticle/mparticle-android-sdk/commit/20f723f27cf296c879ceebc9d234edca039ab371))

### Updates & Maintenance

- Update submodules ([59a4a9a](https://github.com/mParticle/mparticle-android-sdk/commit/59a4a9a68e3addfaf5c4eea1afd396889721819d))

## [5.78.5](https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.4...v5.78.5) (2026-03-25)

### Updates & Maintenance

- Update submodules ([86d8d97](https://github.com/mParticle/mparticle-android-sdk/commit/86d8d9748a0c7a796dd0b0be6722f92acef301ea))

## [5.78.4](https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.3...v5.78.4) (2026-03-23)

### Updates & Maintenance

- Update submodules ([08dab75](https://github.com/mParticle/mparticle-android-sdk/commit/08dab75e3715733f6f5655fbf39fbce16a2e01a2))

## [5.78.3](https://github.com/mParticle/mparticle-android-sdk/compare/v5.78.2...v5.78.3) (2026-03-11)

### Updates & Maintenance

- bump actions/upload-artifact from 6 to 7 ([#649](https://github.com/mParticle/mparticle-android-sdk/issues/649)) ([0a188b1](https://github.com/mParticle/mparticle-android-sdk/commit/0a188b1f88efde471f8d6bff2aa8611b1b4bf956))
- Update submodules ([cbb17d7](https://github.com/mParticle/mparticle-android-sdk/commit/cbb17d7e359d41d8d7577a9516cf7788c7288442))

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

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll

```groovy
dependencies {
implementation 'com.mparticle:android-core:5.78.2'
implementation 'com.mparticle:android-core:5.80.0'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

For the 6.0 branch shouldn't this be something like 6.0.0-rc.1

}
```

Expand All @@ -31,8 +31,8 @@ Several integrations require additional client-side add-on libraries called "kit
```groovy
dependencies {
implementation (
'com.mparticle:android-example-kit:5.78.2',
'com.mparticle:android-another-kit:5.78.2'
'com.mparticle:android-example-kit:5.80.0',
'com.mparticle:android-another-kit:5.80.0'
)
}
```
Expand Down
Loading
Loading