-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SSDK-595] Prepare 2.0.0-rc.3 release (#190)
### Description Fixes https://mapbox.atlassian.net/browse/SSDK-595 - [Core] Add `SearchResultAccuracy.proximate` case, which signifies that the result is a known address point but does not intersect a known rooftop/parcel. - [UI] Add Right-to-Left language support for Categories/Favorites segment control and fix xib errors. - [UI] Add Preview file for CategoriesFavoritesSegmentControl to fix compiler problems. - [Core] Add SearchError.owningObjectDeallocated when network responses fail to unwrap guard-let-self. If you encounter this error you must own the reference to the search engine. - [Tests] Add UnownedObjectError tests to validate the behavior of SearchError.owningObjectDeallocated. - [Privacy] Add Search history data collected for the purpose of product personalization (used for displaying the search history) - [Discover, Category] Discover API to query categories remains available and compatible with 1.0.0 series. - [Core] Default API engine type remains SBS (/search/v1), and the new Search Box API (search/searchbox/v1) is available by opt-in. - [License] Update license to reflect 2024 usage - [Tests] Change MockResponse into a protocol, create separate enums conforming to MockResponse for each API type (geocoding, SBS, autofill), and add MockResponse as generic to each test base class and MockWebServer. - [Tests] Reorganize tests based on API type - [Core] Update MapboxCoreSearch to the version built with Xcode 15.3 **MapboxCoreSearch**: v2.0.0-alpha.14 ### Checklist - [X] Update `CHANGELOG`
- Loading branch information
Showing
7 changed files
with
13 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
/// Mapbox Search SDK version variable | ||
public let mapboxSearchSDKVersion = "2.0.0-rc.2" | ||
public let mapboxSearchSDKVersion = "2.0.0-rc.3" |