Skip to content

1.0.0-beta.31

Pre-release
Pre-release
Compare
Choose a tag to compare
@DzmitryFomchyn DzmitryFomchyn released this 15 Jun 11:41
· 207 commits to main since this release
c68127d

1.0.0-beta.31

Breaking changes

  • [CORE] OfflineSearchEngine is a 1-step search now, which means that SearchResult's returned in the first step without SearchSuggestion selection. OfflineSearchEngine.select() function has been removed. OfflineSearchEngine.search() accepts SearchCallback callback type.
  • [CORE] Now automatically cancelled by the Search SDK search requests made to the SearchEngine and OfflineSearchEngine will be passing SearchCancellationException to the corresponding callbacks of SearchCallback, SearchSuggestionsCallback, and SearchSelectionCallback.
  • [UI] Now SearchResultsView.SearchListener has a new function onOfflineSearchResults().

New features

  • [CORE] Autofill SDK prototype is available now.
  • [CORE] Now SearchResult provides a new accuracy 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