Releases: adobe/aepsdk-core-ios
Releases · adobe/aepsdk-core-ios
v4.1.0
- Fixed a bug where the in-app message was not displayed correctly when there was a change in device orientation.
- Fixed a bug where the cached appId could overwrite the one set with MobileCore.configureWithAppId() before extension registration.
- Added
contentComplete
event source constant for Edge workflows.
v4.0.0
- Updated the minimum supported version to iOS 11.0 and tvOS 11.0.
- Include XCFrameworks built with Xcode 14.1 with the GitHub release.
- Added SystemInfoService.getSystemLocaleName() API which returns the locale by combining device's preferred language and selected - region (as set by the user on the system).
- Lifecycle extension adds systemlocale denoting device's preferred locale to its published shared state.
- Lifecycle launch events will contain application._dc.language XDM field denoting device's preferred locale to shared state.
v3.9.0
What’s Changed
- staging -> main (v3.9.0) (#934) @praveek
- Resolve merge conflicts (#933) @praveek
- dev -> staging (v3.9.0) (#932) @praveek
- Event history integration tests (#931) @praveek
- Updating versions to 3.9.0 (#923) @github-actions
- Fix event dispatch when creating shared state (#926) @praveek
- Update archive command (#927) @cdhoffmann
- Add evaluate API to LaunchRulesEngine (#925) @praveek
- Make circleCI jobs async (#917) @cdhoffmann
- Add resetIdentities documentation (#918) @praveek
- Event Stitching (#914) @cdhoffmann
- Add more logging around ECID generation and loading (resolves #910) (#912) @kevinlind
- Add EventType and EventSource for Edge Media (#911) @kevinlind
- add process method to rules engine that allows callback function (#909) @sbenedicadb
v3.8.2
What’s Changed
- Staging to main for 3.8.2 release (#907) @cdhoffmann
- Dev v3.8.2 to Staging (#906) @cdhoffmann
- Updating versions to 3.8.2 (#905) @github-actions
- [MOB-18302] Seg fault fix in PersistentHitQueue (#904) @cdhoffmann
- [MOB-18303] Potential fix for seg fault in dispatch event (#903) @cdhoffmann
v3.8.1
What’s Changed
- Staging to Main for 3.8.1 (#901) @cdhoffmann
- Dev v3.8.1 to Staging (#899) @cdhoffmann
- fix failing script by continuing on clean failure (#900) @cdhoffmann
- Updating versions to 3.8.1 (#896) @github-actions
- Revert min version bump (#898) @cdhoffmann
v3.8.0
What’s Changed
- Update test-SPM.sh (#895) @sbenedicadb
- Fix verification scripts (#893) @praveek
- staging -> main (v3.8.0) (#892) @praveek
- dev -> staging (v3.8.0) (#890) @praveek
- Update Makefile (#891) @praveek
- Merge changes from dev-v3.7.5 branch (#889) @praveek
- Updating versions to 3.8.0 (#888) @github-actions
- -exposing public method to add rules to existing rules for LaunchRulesEngine (#887) @sbenedicadb
- [MOB-17253] Fix most Xcode 14 warnings (#862) @cdhoffmann
- Add packages.json for generating swift package collection (#884) @praveek
- Version Updater GH Action (#866) @sbenedicadb
- Update GettingStarted.md (#882) @praveek
- Update GettingStarted.md (#879) @praveek
- Make it possible to override the loggingService (#875) @m0rk
- Add Mask description to docs (#877) @cdhoffmann
v3.7.4
What’s Changed
- Main release v3.7.4 (#872) @kevinlind
- Merge to Staging for v3.7.4 release (#870) @kevinlind
- [MOB-17595], [MOB-17596] - don't block mt and skip delegate check on public show calls (#853) @sbenedicadb
- Bump version to 3.7.4 (#869) @kevinlind
- Format Lifecycle v2 XDM language field to BCP 47 (#867) @kevinlind
- Don't send invalid timestamp values to lifecycle metrics (#868) @cdhoffmann
- Fix OSAtomicIncrement deprecation (#864) @cdhoffmann
- Potentially fix Lifecycle tests (#865) @cdhoffmann
- Update style guide with trailing closure naming (#863) @cdhoffmann
- Update Debugging.md (#861) @praveek
- Issue templates for Core repo (#860) @emdobrin
v3.7.3
What’s Changed
- Staging to main v3.7.3 (#859) @cdhoffmann
- Dev to Staging for v3.7.3 (#858) @cdhoffmann
- bump version for 3.7.3 release (#856) @cdhoffmann
- [MOB-17616] Make our IdentityProperties merging safe from crashes. (#855) @cdhoffmann
v3.7.2
What’s Changed
- Remove i386 arch which is deprecated (#852) @cdhoffmann
- Staging to main 3.7.2 (#851) @cdhoffmann
- Dev to Staging for v3.7.2 (#850) @cdhoffmann
- Bump version 3.7.2 (#849) @cdhoffmann
- [AMSDK-17494] Fix bug preventing in-app messages from being dismissed in some situations (#846) @sbenedicadb
- Adding Target identities upon MobileCore.getSDKIdentities API call (#848) @swarna04
- [MOB-17169] Remove 'property' EventSource strings (#844) @kevinlind
- Adding EventSource for new Edge location hint APIs (#841) @kevinlind
v3.7.1
What’s Changed
- Staging to Main: 3.7.1 (#840) @cdhoffmann
- Dev to Staging: v3.7.1 (#839) @cdhoffmann
- Bump version to 3.7.1 (#838) @cdhoffmann
- Core swift test app (#836) @cdhoffmann
- a couple updates in ui services (#837) @sbenedicadb
- [PLATIR-22271] Fix rules processing delay (#828) @cdhoffmann
- Update CircleCI to Xcode 13 (#826) @cdhoffmann
- [MOB-16731] Boot up Identity on registration (#824) @addb
- Move start events outside of retry block (#823) @cdhoffmann
- Configuration retry improvements (#819) @cdhoffmann