Skip to content

Commit 19b5196

Browse files
chore: Release v8.44.2 (#669)
chore: (release) 8.44.2 Updates version to 8.44.2 in: - CHANGELOG.md - Framework/Info.plist - Package.swift - mParticle-Apple-SDK.podspec - mParticle-Apple-SDK/MPConstants.swift - mParticle-Apple-SDK/MPIConstants.m - mParticle_Apple_SDK.json - IntegrationTests/wiremock-recordings/mappings/*.json
1 parent beccd65 commit 19b5196

27 files changed

+36
-29
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [8.44.2](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.44.1...v8.44.2) (2026-03-17)
2+
3+
### Bug Fixes
4+
5+
- fix: serialize backgroundTimeRemaining with cancellation check (#667) ([beccd65a](https://github.com/mParticle/mparticle-apple-sdk/commit/beccd65a2d3ba77a548ca1d104a14d511174e528))
6+
17
# [8.44.1](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.44.0...v8.44.1) (2026-03-11)
28

39
### Bug Fixes

Framework/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>8.44.1</string>
18+
<string>8.44.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

IntegrationTests/wiremock-recordings/mappings/mapping-ccpa-consent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
],
7070
"uitl": 60,
7171
"oo": false,
72-
"sdk": "8.44.1",
72+
"sdk": "8.44.2",
7373
"di": {
7474
"p": "arm64",
7575
"tz": "${json-unit.ignore}",

IntegrationTests/wiremock-recordings/mappings/mapping-commerce-event-purchase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
],
8282
"uitl": 60,
8383
"oo": false,
84-
"sdk": "8.44.1",
84+
"sdk": "8.44.2",
8585
"di": {
8686
"b": "arm64",
8787
"p": "arm64",

IntegrationTests/wiremock-recordings/mappings/mapping-gdpr-consent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"uitl": 60,
6161
"oo": false,
62-
"sdk": "8.44.1",
62+
"sdk": "8.44.2",
6363
"di": {
6464
"tz": "${json-unit.ignore}",
6565
"p": "arm64",

IntegrationTests/wiremock-recordings/mappings/mapping-increment-session-attribute-ss.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
"uitl": 60,
5454
"oo": false,
55-
"sdk": "8.44.1",
55+
"sdk": "8.44.2",
5656
"di": {
5757
"b": "arm64",
5858
"tz": "${json-unit.ignore}",

IntegrationTests/wiremock-recordings/mappings/mapping-increment-session-attribute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
],
5959
"uitl": 60,
6060
"oo": false,
61-
"sdk": "8.44.1",
61+
"sdk": "8.44.2",
6262
"di": {
6363
"b": "arm64",
6464
"tz": "${json-unit.ignore}",

IntegrationTests/wiremock-recordings/mappings/mapping-increment-user-attribute-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"uitl": 60,
5858
"oo": false,
59-
"sdk": "8.44.1",
59+
"sdk": "8.44.2",
6060
"di": {
6161
"p": "arm64",
6262
"b": "arm64",

IntegrationTests/wiremock-recordings/mappings/mapping-increment-user-attribute.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"uitl": 60,
5858
"oo": false,
59-
"sdk": "8.44.1",
59+
"sdk": "8.44.2",
6060
"di": {
6161
"p": "arm64",
6262
"b": "arm64",

IntegrationTests/wiremock-recordings/mappings/mapping-log-error.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"uitl": 60,
6161
"oo": false,
62-
"sdk": "8.44.1",
62+
"sdk": "8.44.2",
6363
"di": {
6464
"p": "arm64",
6565
"b": "arm64",

0 commit comments

Comments
 (0)