1.0.0-beta.31
Pre-release
Pre-release
DzmitryFomchyn
released this
15 Jun 11:41
·
207 commits
to main
since this release
1.0.0-beta.31
Breaking changes
- [CORE]
OfflineSearchEngine
is a 1-step search now, which means thatSearchResult
's returned in the first step withoutSearchSuggestion
selection.OfflineSearchEngine.select()
function has been removed.OfflineSearchEngine.search()
acceptsSearchCallback
callback type. - [CORE] Now automatically cancelled by the Search SDK search requests made to the
SearchEngine
andOfflineSearchEngine
will be passingSearchCancellationException
to the corresponding callbacks ofSearchCallback
,SearchSuggestionsCallback
, andSearchSelectionCallback
. - [UI] Now
SearchResultsView.SearchListener
has a new functiononOfflineSearchResults()
.
New features
- [CORE] Autofill SDK prototype is available now.
- [CORE] Now
SearchResult
provides a newaccuracy
field which is a point accuracy metric for the returned address.
Bug fixes
- [CORE] Fixed a bug in the previous version of the Search SDK which didn't include http service implementation by default.
Mapbox dependencies
- Search Native SDK
0.55.0
- Common SDK
21.3.0
- Kotlin
1.5.31