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

Update dependencies for 2.5.0 release #3834

Merged
merged 17 commits into from Apr 23, 2022
Merged

Conversation

azarovalex
Copy link
Member

@azarovalex azarovalex commented Apr 15, 2022

Updating Common to v21.3.0-rc.2, Maps to 10.5.0-rc.1 and NN to 97.0.0

@@ -33,7 +44,6 @@
* Fixed an issue when `SimulatedLocationManager` could freeze the main thread when working with long routes. The manager now calls delegate methods from a background thread. ([#3672](https://github.com/mapbox/mapbox-navigation-ios/pull/3672))
* Fixed an issue where initial puck position can be incorrect when `NavigationViewController` is presented. ([#3773](https://github.com/mapbox/mapbox-navigation-ios/pull/3773))
* Fixed an issue where `UserHaloCourseView` was not correctly shown while changing `CLLocationManager.accuracyAuthorization` and `CLLocationManager.authorizationStatus`. ([#3804](https://github.com/mapbox/mapbox-navigation-ios/pull/3804))
* Fixed an issue where camera was not centered to the current location during `NavigationMapView` initialization. ([#3826](https://github.com/mapbox/mapbox-navigation-ios/pull/3826))
Copy link
Member Author

Choose a reason for hiding this comment

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

wasn't actually released as part of 2.4.0, since this PR was merged after the release branch was cut

@@ -36,14 +36,14 @@ class Navigator {
.init(setRoutesHandler: { [weak self] route, legIndex, completion in
self?.navigator.setPrimaryRouteForRoute(route, legIndex: legIndex) { [weak self] result in
if result.isValue() {
let routeInfo = result.value as! RouteInfo
Copy link
Member Author

Choose a reason for hiding this comment

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

NN now exposes actual generics instead of AnyObject, so no need to cast here and in other places

Cartfile Outdated Show resolved Hide resolved
MapboxCoreNavigation.podspec Outdated Show resolved Hide resolved
Package.swift Outdated Show resolved Hide resolved
Package.swift Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@azarovalex azarovalex self-assigned this Apr 20, 2022
CHANGELOG.md Outdated

### Packaging

* MapboxNavigation now requires [MapboxMaps v10.5.0-beta.1](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.5.0-rc.1). ([#3834](https://github.com/mapbox/mapbox-navigation-ios/pull/3834))
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* MapboxNavigation now requires [MapboxMaps v10.5.0-beta.1](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.5.0-rc.1). ([#3834](https://github.com/mapbox/mapbox-navigation-ios/pull/3834))
* MapboxNavigation now requires [MapboxMaps v10.5.0-rc.1](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.5.0-rc.1). ([#3834](https://github.com/mapbox/mapbox-navigation-ios/pull/3834))

Copy link
Contributor

Choose a reason for hiding this comment

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

ah missed that. thanks! will fix now.

@MaximAlien
Copy link
Contributor

Please also rebase this PR onto main to resolve CHANGELOG.md conflicts.

Copy link
Contributor

@ShanMa1991 ShanMa1991 left a comment

Choose a reason for hiding this comment

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

Need to rebase this branch, there're some conflicts.

@jill-cardamon jill-cardamon merged commit 7a32016 into main Apr 23, 2022
@jill-cardamon jill-cardamon deleted the azarovalex/release-2.5.0 branch April 23, 2022 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants