Skip to content

azure-search-documents_11.1.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 10 Sep 01:21
55f2ab1

11.1.0 (2020-09-09)

New Features

  • GA release of buildSearchFields on SearchIndexClient and SearchIndexAsyncClient.
  • GA release of JsonSerializer functionality for SearchClient and SearchAsyncClient.
  • GA release of default HttpLogOptions on client builders.

Breaking Changes

  • Renamed SearchableFieldProperty to SearchableField and SimpleFieldProperty to SimpleField.
  • Renamed FieldBuilderOptions.setConverter to FieldBuilderOptions.setJsonSerializer.
  • Replaced ObjectSerializer setters in builders with JsonSerializer to better represent the type requirement.

Bug Fixes

  • Deprecated getter OcrSkill.setShouldDetectOrientation() and replaced with correct Javabeans named isShouldDetectOrientation().