Releases: mapbox/mapbox-events-ios
Releases · mapbox/mapbox-events-ios
v2.0.0
- Remove bitcode from framework binary, support arm64 simulators(#360)
v1.0.10
- Construct turnstile event on background queue #344 #349 #352
- Bugfix for
This method can cause UI unresponsiveness
warning #350
- Bugfix/missing timer run #353
v1.0.8
- Add .bcsymbolmap files to the release artifacts (#339)
- Add permissionStatus field to the location event (#338)
- Use MBXBundleVersion key as a framework bundle version (#337)
- Fix leaking background tasks (#336, #340)
v1.0.7
- Add info.plist key to gather telemetry in low power mode (#328)
- Fix a data race in userAgentString getter (#329)
v0.10.14
- Fix a data race in userAgentString getter (#330)
v0.10.13
- Fix null ptr access crash (#322)
v1.0.6
- Fix null ptr access crash (#322)
v1.0.5
- Use a serial GCD queue for sending events (#318)
- Make locationManager initialization thread safe (#317)
- Fixes race conditions in singleton initialization (#315)
- Missing certificate pins added (#310)
v0.10.12
- Missing certificate pins added
- Optimize user-agent string builder.
v1.0.4
- Optimize useragent string builder