Releases: mapbox/mapbox-events-ios
Releases · mapbox/mapbox-events-ios
v0.10.11
- Add missing $(...) in EXCLUDED_ARCHS value (#306)
v1.0.3
- Support 4096bit keys certificate pinning
- Do not start background task if telemetry collection is disabled
- Fix MMEEvent attributes decoding for iOS 15
- Offload networking tasks at the init phase
v0.10.10
- Revert and update Apple Silicon workaround (#302)
v0.10.9
- [ci] Fix CI configuration
- Add new staging pins (#281)
- Fix stringWithFormat casting warning (#288)
- Support 4096bit keys certificate pinning.
- Do not start background task if telemetry collection is disabled
- Fix MMEEvent attributes decoding for iOS 15 (#297)
- Revert Apple Silicon support
v1.0.2
- Additional fixes for SDK Registry deployment
v.1.0.1
- Support arm64 iOS Simulator, Catalyst and dSyms in XCFramework
v1.0.0
- Migrated to SDK Registry
- Optimized user-agent string builder
- Added new staging pins
v0.10.8
- Support Swift Package Manager for Xcode 12.5
v0.12.0-alpha.1
This release is a dynamic wrapper of version v0.10.7 of this framework. It is served as a dynamic binary which is attached to this release for consumption via SPM
v0.10.7
Changes
- 🐞 [iOS]
sendPendingMetricsEvent
called in main thread, and when running in the simulator #271