Skip to content

Releases: mapbox/mapbox-events-ios

v0.10.6

23 Nov 16:38
Compare
Choose a tag to compare

Changes

This is a bug fix release

  • Fixes an issue where statistics counters are not updated correctly in all cases
  • Improved SPM packaging and testing
  • Removes a warning when checking SDK version strings
  • Simplify initial checkout developer experience and CI scripts

v0.10.5

12 Oct 08:44
Compare
Choose a tag to compare

✨ New features

  • Adjusted events to cover iOS 14 precise location related changes

🐞 Bug fixes

  • Fixed a bug where a background task would not end correctly.
  • Removed module imports to support Objective-C++
  • We now do much less work on the main thread by offloading the request builder.

💫️ Other

  • Added support for Swift Package Manager
  • Exclude arm simulator arch with integrating with Carthage

v0.10.4

17 Sep 19:36
Compare
Choose a tag to compare
  • This release excludes the arm slice for simulator when integrating with Carthage using Xcode 12

v0.10.4-alpha.1

11 Sep 17:03
Compare
Choose a tag to compare
v0.10.4-alpha.1 Pre-release
Pre-release
  • Adds Cocoapods integration testing
  • Adds tests to measure startup time
  • Fixes headers for Objective-C++ Clients (Thanks to Damiaan Twelker)
  • Adds support for reporting reduced accuracy on iOS 14 devices
  • Adds configuration option for setting the horizontal accuracy
  • Adds counters to our stats object to track various location states

v0.10.3

01 Sep 22:35
68913b9
Compare
Choose a tag to compare

Changes since v0.10.2:

  • Adds app extension support
  • Refactored debug logging
  • Adds plist debug enablement
  • Fixes build warnings
  • Restructure Project for Carthage

v0.10.2

13 Dec 20:22
Compare
Choose a tag to compare

Changes since v0.10.1:

  • Fixes debug logging with some events
  • Fixes error with location enablement

v0.10.1-alpha

02 Dec 18:24
Compare
Choose a tag to compare
v0.10.1-alpha Pre-release
Pre-release
Update version to 0.10.1-alpha

v0.9.5

08 Jul 19:15
Compare
Choose a tag to compare

Changes:

  • Deprecates some event types which are no longer used
  • Fixes issues when reporting errors and exceptions

v0.9.4

06 Jun 17:23
9f1be0c
Compare
Choose a tag to compare

Changes:

  • Adds SKU Id to turnstile events
  • Adds Reporting for NSException and NSError Events
  • Adds MME_DEPRECATED... macros for functions we will be officially deprecating in 1.0.0
  • MMEEvent and MMEEventManager now use NS_ASSUME_NONNULL
  • MMEEvent is now fail-fast when creating events, use +eventWithAttributes:error:
  • MMEEventsManager is now a singleton: +sharedInstace and -init will return the same object
  • MMEEventsManagerDelegates can implement eventsManager:didEncouterError: to be notified of errors
  • Fixes #130
  • Fixes compiler and static analyzer warnings

v0.9.3

10 Apr 16:41
458072e
Compare
Choose a tag to compare

Changes since v0.9.2:

  • Removes TrustKit and replaces with MMECertPin: #117