Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require map SDK v5.6.0 #2302

Merged
merged 7 commits into from
Jan 10, 2020
Merged

Require map SDK v5.6.0 #2302

merged 7 commits into from
Jan 10, 2020

Conversation

1ec5
Copy link
Contributor

@1ec5 1ec5 commented Jan 8, 2020

This change requires map SDK v5.6.x–v5.x. It targets the v1.0.x release series.

By comparison, #2301 requires v5.5.x and targets the v0.37.x release series.

Fixes #2299.

/cc @mapbox/navigation-ios @mapbox/maps-ios @mapbox/mobile-telemetry

@1ec5 1ec5 added the build Issues related to builds and dependency management. label Jan 8, 2020
@1ec5 1ec5 added this to the v1.0.0 milestone Jan 8, 2020
@1ec5 1ec5 self-assigned this Jan 8, 2020
Jerrad Thramer added 3 commits January 9, 2020 13:20
@1ec5 1ec5 requested a review from rclee January 9, 2020 22:25
@JThramer JThramer self-requested a review January 9, 2020 23:34
Copy link
Contributor

@JThramer JThramer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, although @rclee should 👀 before merge.

Copy link

@rclee rclee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment :)

@@ -85,9 +85,8 @@ open class NavigationEventsManager: NSObject {
func start() {
let eventLoggingEnabled = UserDefaults.standard.bool(forKey: NavigationMetricsDebugLoggingEnabled)

mobileEventsManager.isDebugLoggingEnabled = eventLoggingEnabled
mobileEventsManager.isMetricsEnabledInSimulator = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We decided to remove this setting for the same reason expressed in #304 (review). If navigation events do need to be sent while running in the simulator, we can reenable that workflow in a separate PR.

MapboxCoreNavigation/NavigationEventsManager.swift Outdated Show resolved Hide resolved
@JThramer JThramer requested a review from rclee January 10, 2020 17:34
Copy link

@rclee rclee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@1ec5 1ec5 merged commit de14222 into master Jan 10, 2020
@1ec5 1ec5 deleted the 1ec5-map-v5.6.0-2299 branch January 10, 2020 18:17
@1ec5 1ec5 added the backwards incompatible changes that break backwards compatibility of public API label Feb 2, 2020
@1ec5 1ec5 modified the milestones: v1.0.0, v0.x next Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backwards incompatible changes that break backwards compatibility of public API build Issues related to builds and dependency management.
Projects
None yet
3 participants