Skip to content

Commit d3ecc32

Browse files
chore: Release v8.44.3 (#681)
chore: (release) 8.44.3 Updates version to 8.44.3 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 ba76afc commit d3ecc32

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.3](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.44.2...v8.44.3) (2026-03-23)
2+
3+
### Bug Fixes
4+
5+
- fix: serialize updateLastUseDate with messageQueue on background entry (#680) ([ba76afc5](https://github.com/mParticle/mparticle-apple-sdk/commit/ba76afc5c619e3fcf06acbb976e2e9e072845a7e))
6+
17
# [8.44.2](https://github.com/mParticle/mparticle-apple-sdk/compare/v8.44.1...v8.44.2) (2026-03-17)
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.2</string>
18+
<string>8.44.3</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.2",
72+
"sdk": "8.44.3",
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.2",
84+
"sdk": "8.44.3",
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.2",
62+
"sdk": "8.44.3",
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.2",
55+
"sdk": "8.44.3",
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.2",
61+
"sdk": "8.44.3",
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.2",
59+
"sdk": "8.44.3",
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.2",
59+
"sdk": "8.44.3",
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.2",
62+
"sdk": "8.44.3",
6363
"di": {
6464
"p": "arm64",
6565
"b": "arm64",

0 commit comments

Comments
 (0)