Skip to content

Commit

Permalink
Preparing Search May 2024 Beta Release (#40071)
Browse files Browse the repository at this point in the history
* Preparing Search May 2024 Beta Release

* Preparing Search May 2024 Beta Release
  • Loading branch information
jairmyree authored May 7, 2024
1 parent 376955f commit f01f7f4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
19 changes: 15 additions & 4 deletions sdk/search/azure-search-documents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
# Release History

## 11.7.0-beta.3 (Unreleased)
## 11.7.0-beta.3 (2024-05-07)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support for `Byte[]` and `List<Byte>` in `FieldBuilder`
- Added support for `HybridSearch`
- Index models added: `AIServicesVisionParameters`, `AIServicesVisionVectorizer`, `AIStudioModelCatalogName`,
`AzureMachineLearningParameters`, `AzureMachineLearningVectorizer`, `AzureOpenAIModelName`, `VectorEncodingFormat`,
`VisionVectorizeSkill`
- Search models added: `HybridCountAndFacetMode`, `HybridSearch`, `SearchScoreThreshold`, `VectorSimilarityThreshold`,
`VectorThreshold`, `VectorThresholdKind`, `VectorizableImageBinaryQuery`, `VectorizableImageUrlQuery`

### Other Changes

- Sample added for creating a vector fields index with reduced dimensions.

#### Dependency Updates

- Upgraded `azure-core` from `1.48.0` to version `1.49.0`.
- Upgraded `azure-core-http-netty` from `1.14.2` to version `1.15.0`.
- Upgraded `azure-core-serializer-json-jackson` from `1.4.11` to version `1.4.12`.

## 11.6.4 (2024-04-23)

Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.7.0-beta.2</version>
<version>11.7.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/search/azure-search-documents/src/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-search-documents</artifactId>
<version>11.7.0-beta.2</version>
<version>11.7.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down

0 comments on commit f01f7f4

Please sign in to comment.